org.kde.koala
Class CSSFontFaceRule

java.lang.Object
  extended by org.kde.koala.CSSRule
      extended by org.kde.koala.CSSFontFaceRule
All Implemented Interfaces:
org.kde.qt.QtSupport

public class CSSFontFaceRule
extends CSSRule

The CSSFontFaceRule interface represents a \@font-face rule in a CSS style sheet. The \@font-face rule is used to hold a set of font descriptions.


Constructor Summary
  CSSFontFaceRule()
           
protected CSSFontFaceRule(java.lang.Class dummy)
           
  CSSFontFaceRule(CSSFontFaceRule other)
           
  CSSFontFaceRule(CSSRule other)
           
 
Method Summary
 CSSStyleDeclaration style()
          The declaration-block of this rule.
 
Methods inherited from class org.kde.koala.CSSRule
cssText, isNull, parentRule, parentStyleSheet, setCssText, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSFontFaceRule

protected CSSFontFaceRule(java.lang.Class dummy)

CSSFontFaceRule

public CSSFontFaceRule()

CSSFontFaceRule

public CSSFontFaceRule(CSSFontFaceRule other)

CSSFontFaceRule

public CSSFontFaceRule(CSSRule other)
Method Detail

style

public CSSStyleDeclaration style()
The declaration-block of this rule.