Package org.apache.batik.css.engine
Class FontFaceRule
- java.lang.Object
-
- org.apache.batik.css.engine.FontFaceRule
-
-
Field Summary
Fields Modifier and Type Field Description static short
TYPE
The type constant.
-
Constructor Summary
Constructors Constructor Description FontFaceRule(StyleMap sm, ParsedURL purl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleMap
getStyleMap()
Returns the StyleMap from the @font-face rule.short
getType()
Returns a constant identifying the rule type.ParsedURL
getURL()
Returns the URI of the @font-face rule.java.lang.String
toString(CSSEngine eng)
Returns a printable representation of this rule.
-
-
-
Field Detail
-
TYPE
public static final short TYPE
The type constant.- See Also:
- Constant Field Values
-
-