Package org.loboevolution.html.js.css
Class CSSKeyFramesRuleImpl
java.lang.Object
org.loboevolution.html.js.css.CSSRuleImpl
org.loboevolution.html.js.css.AbstractCSSStyleRule
org.loboevolution.html.js.css.CSSKeyFramesRuleImpl
- All Implemented Interfaces:
CSSRule
,CSSStyleRule
CSSKeyFramesRuleImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
-
Constructor Summary
ConstructorDescriptionCSSKeyFramesRuleImpl
(CSSRuleListImpl cssStyleRules, AbstractCSSRuleImpl abstractCSSRule) -
Method Summary
Methods inherited from class org.loboevolution.html.js.css.AbstractCSSStyleRule
getParentRule, getSelectorText, getStyle
Methods inherited from class org.loboevolution.html.js.css.CSSRuleImpl
getCssText, getParentStyleSheet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentStyleSheet
-
Constructor Details
-
CSSKeyFramesRuleImpl
-
-
Method Details
-
getType
public int getType()Description copied from class:CSSRuleImpl
getType.
- Specified by:
getType
in interfaceCSSRule
- Overrides:
getType
in classCSSRuleImpl
- Returns:
- a
Integer
object.
-
getCssRules
-
getName
-
toString
- Overrides:
toString
in classCSSRuleImpl
-