org.apache.batik.css.engine.value.css2
public class FontWeightManager extends IdentifierManager
| 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 | createFloatValue(short type, float floatValue)
Implements ValueManager. |
| protected Value | createFontWeight(float f)
Returns the CSS value associated with the given font-weight. |
| Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
| Value | getDefaultValue()
Implements getDefaultValue. |
| StringMap | getIdentifiers()
Implements getIdentifiers. |
| String | getPropertyName()
Implements getPropertyName. |
| int | getPropertyType()
Implements getPropertyType. |
| boolean | isAdditiveProperty()
Implements isAdditiveProperty. |
| boolean | isAnimatableProperty()
Implements isAnimatableProperty. |
| boolean | isInheritedProperty()
Implements isInheritedProperty. |