org.apache.batik.css.engine.value.svg
public class OpacityManager extends AbstractValueManager
| Field Summary | |
|---|---|
| protected boolean | inherited
Whether the managed property is inherited. |
| protected String | property
The managed property name. |
| Constructor Summary | |
|---|---|
| OpacityManager(String prop, boolean inherit)
Creates a new OpacityManager. | |
| Method Summary | |
|---|---|
| Value | createFloatValue(short type, float floatValue)
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. |