Class CSSFontFaceRuleImpl

  • All Implemented Interfaces:
    CSSOMObject, java.io.Serializable, org.w3c.dom.css.CSSFontFaceRule, org.w3c.dom.css.CSSRule

    public class CSSFontFaceRuleImpl
    extends AbstractCSSRuleImpl
    implements org.w3c.dom.css.CSSFontFaceRule, java.io.Serializable
    Implementation of CSSFontFaceRule.
    Version:
    $Id: CSSFontFaceRuleImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $
    Author:
    David Schweinsberg
    See Also:
    Serialized Form
    • Constructor Detail

      • CSSFontFaceRuleImpl

        public CSSFontFaceRuleImpl​(CSSStyleSheetImpl parentStyleSheet,
                                   org.w3c.dom.css.CSSRule parentRule)
      • CSSFontFaceRuleImpl

        public CSSFontFaceRuleImpl()
    • Method Detail

      • getType

        public short getType()
        Specified by:
        getType in interface org.w3c.dom.css.CSSRule
      • getCssText

        public java.lang.String getCssText()
        Specified by:
        getCssText in interface org.w3c.dom.css.CSSRule
      • setCssText

        public void setCssText​(java.lang.String cssText)
                        throws org.w3c.dom.DOMException
        Specified by:
        setCssText in interface org.w3c.dom.css.CSSRule
        Throws:
        org.w3c.dom.DOMException
      • getStyle

        public org.w3c.dom.css.CSSStyleDeclaration getStyle()
        Specified by:
        getStyle in interface org.w3c.dom.css.CSSFontFaceRule