| Modifier and Type | Field | Description |
|---|---|---|
static short |
TYPE |
The type constant.
|
| Constructor | Description |
|---|---|
FontFaceRule(StyleMap sm,
ParsedURL purl) |
| 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.
|
public static final short TYPE
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.