Class CSSFontFaceRuleImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
org.eclipse.e4.ui.css.core.impl.dom.CSSFontFaceRuleImpl
- All Implemented Interfaces:
CSSFontFaceRule,CSSRule
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()shortgetType()voidsetStyle(CSSStyleDeclaration decl) Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
getCssText, getParentRule, getParentStyleSheet, setCssTextMethods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, setCssText
-
Constructor Details
-
CSSFontFaceRuleImpl
-
-
Method Details
-
getType
public short getType()- Specified by:
getTypein interfaceCSSRule- Specified by:
getTypein classCSSRuleImpl- See Also:
-
getStyle
- Specified by:
getStylein interfaceCSSFontFaceRule- See Also:
-
setStyle
-