org.apache.batik.css.engine.value.css2
public class FontFamilyManager extends AbstractValueManager
| Field Summary | |
|---|---|
| protected static ListValue | DEFAULT_VALUE
The default value. |
| protected static StringMap | values
The identifier values. |
| Method Summary | |
|---|---|
| Value | computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager. |
| Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
| Value | getDefaultValue()
Implements getDefaultValue. |
| String | getPropertyName()
Implements getPropertyName. |
| int | getPropertyType()
Implements getPropertyType. |
| boolean | isAdditiveProperty()
Implements isAdditiveProperty. |
| boolean | isAnimatableProperty()
Implements isAnimatableProperty. |
| boolean | isInheritedProperty()
Implements isInheritedProperty. |