Class HTMLMarqueeElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLMarqueeElement extends HTMLElement
The JavaScript object HTMLMarqueeElement.
See Also:
  • Constructor Details

    • HTMLMarqueeElement

      public HTMLMarqueeElement()
      Creates an instance.
  • Method Details

    • jsConstructor

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

      public int getWidth()
      Returns the width property.
      Returns:
      the width property
    • setWidth

      public void setWidth(int width)
      Sets the width property.
      Parameters:
      width - the width property
    • getHeight

      public int getHeight()
      Returns the height property.
      Returns:
      the height property
    • setHeight

      public void setHeight(int height)
      Sets the height property.
      Parameters:
      height - the height property
    • getBgColor

      public String getBgColor()
      Returns the value of the bgColor property.
      Returns:
      the value of the bgColor property
    • setBgColor

      public void setBgColor(String bgColor)
      Sets the value of the bgColor property.
      Parameters:
      bgColor - the value of the bgColor property