|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.CSSRule
org.kde.koala.CSSFontFaceRule
public class CSSFontFaceRule
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 |
---|
protected CSSFontFaceRule(java.lang.Class dummy)
public CSSFontFaceRule()
public CSSFontFaceRule(CSSFontFaceRule other)
public CSSFontFaceRule(CSSRule other)
Method Detail |
---|
public CSSStyleDeclaration style()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |