Package org.apache.batik.css.engine
Class FontFaceRule
java.lang.Object
org.apache.batik.css.engine.FontFaceRule
- All Implemented Interfaces:
Rule
This class represents a @font-face CSS rule.
This mostly exists to give us a place to store the
URI to be used for 'src' URI resolution.
- Version:
- $Id: FontFaceRule.java 1831630 2018-05-15 12:56:55Z ssteiner $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
FontFaceRule
-
-
Method Details
-
getType
public short getType()Returns a constant identifying the rule type. -
getURL
Returns the URI of the @font-face rule. -
getStyleMap
Returns the StyleMap from the @font-face rule. -
toString
Returns a printable representation of this rule.
-