com.steadystate.css.dom

Class CSSFontFaceRuleImpl

Implemented Interfaces:
CSSFontFaceRule, CSSRule, Serializable

public class CSSFontFaceRuleImpl
extends java.lang.Object
implements CSSFontFaceRule, Serializable

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

CSSFontFaceRuleImpl(CSSStyleSheetImpl parentStyleSheet, CSSRule parentRule)

Method Summary

String
getCssText()
CSSRule
getParentRule()
CSSStyleSheet
getParentStyleSheet()
CSSStyleDeclaration
getStyle()
short
getType()
void
setCssText(String cssText)
void
setStyle(CSSStyleDeclarationImpl style)

Constructor Details

CSSFontFaceRuleImpl

public CSSFontFaceRuleImpl(CSSStyleSheetImpl parentStyleSheet,
                           CSSRule parentRule)

Method Details

getCssText

public String getCssText()
Specified by:
getCssText in interface CSSRule

getParentRule

public CSSRule getParentRule()
Specified by:
getParentRule in interface CSSRule

getParentStyleSheet

public CSSStyleSheet getParentStyleSheet()
Specified by:
getParentStyleSheet in interface CSSRule

getStyle

public CSSStyleDeclaration getStyle()
Specified by:
getStyle in interface CSSFontFaceRule

getType

public short getType()
Specified by:
getType in interface CSSRule

setCssText

public void setCssText(String cssText)
            throws DOMException
Specified by:
setCssText in interface CSSRule

setStyle

public void setStyle(CSSStyleDeclarationImpl style)