org.apache.batik.css.engine
public class FontFaceRule extends Object implements Rule
| Field Summary | |
|---|---|
| static short | TYPE
The type constant. |
| Constructor Summary | |
|---|---|
| FontFaceRule(StyleMap sm, ParsedURL purl) | |
| Method Summary | |
|---|---|
| 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. |
| String | toString(CSSEngine eng)
Returns a printable representation of this rule. |