Class CSSKeyframesRule

java.lang.Object
org.htmlunit.corejs.javascript.ScriptableObject
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 CSSKeyframesRule extends CSSRule
A JavaScript object for CSSKeyframesRule.
See Also:
  • Constructor Details

    • CSSKeyframesRule

      public CSSKeyframesRule()
      Default constructor.
    • CSSKeyframesRule

      protected CSSKeyframesRule(CSSStyleSheet stylesheet, org.htmlunit.cssparser.dom.CSSUnknownRuleImpl rule)
      Creates a new instance.
      Parameters:
      stylesheet - the Stylesheet of this rule.
      rule - the wrapped rule
  • Method Details

    • jsConstructor

      public void jsConstructor()
      Creates an instance.
      Overrides:
      jsConstructor in class CSSRule
    • getType

      public int getType()
      Returns the type of the rule.
      Overrides:
      getType in class CSSRule
      Returns:
      the type of the rule.