Module org.htmlunit

Class HTMLMeterElement

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLMeterElement extends HTMLElement
The JavaScript object HTMLMeterElement.
Author:
Marc Guillemot, Ronald Brill, Ahmed Ashour
See Also:
  • Constructor Details

    • HTMLMeterElement

      public HTMLMeterElement()
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getValue

      public Double getValue()
      Returns the value property.
      Overrides:
      getValue in class HTMLElement
      Returns:
      the value property
    • getMin

      public double getMin()
      Returns the min property.
      Returns:
      the min property
    • getMax

      public double getMax()
      Returns the max property.
      Returns:
      the max property
    • getLow

      public double getLow()
      Returns the low property.
      Returns:
      the low property
    • getHigh

      public double getHigh()
      Returns the high property.
      Returns:
      the high property
    • getOptimum

      public double getOptimum()
      Returns the optimum property.
      Returns:
      the optimum property
    • getLabels

      public NodeList getLabels()
      Returns the labels associated with the element.
      Returns:
      the labels associated with the element