org.apache.batik.css.engine.value.css2
public class FontSizeManager extends LengthManager
| Field Summary | |
|---|---|
| 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 | createStringValue(short type, String value, CSSEngine engine)
Implements ValueManager. |
| Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
| Value | getDefaultValue()
Implements getDefaultValue. |
| StringMap | getIdentifiers()
Implements getIdentifiers. |
| protected int | getOrientation()
Indicates the orientation of the property associated with
this manager. |
| String | getPropertyName()
Implements getPropertyName. |
| int | getPropertyType()
Implements getPropertyType. |
| boolean | isAdditiveProperty()
Implements isAdditiveProperty. |
| boolean | isAnimatableProperty()
Implements isAnimatableProperty. |
| boolean | isInheritedProperty()
Implements isInheritedProperty. |