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 shortTYPEThe 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 StyleMapgetStyleMap()Returns the StyleMap from the @font-face rule.shortgetType()Returns a constant identifying the rule type.ParsedURLgetURL()Returns the URI of the @font-face rule.java.lang.StringtoString(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
-
-