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 {@link ValueManager#createFloatValue(short,float)}. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}. |
Value | getDefaultValue()
Implements {@link ValueManager#getDefaultValue()}. |
String | getPropertyName()
Implements {@link ValueManager#getPropertyName()}. |
int | getPropertyType()
Implements {@link ValueManager#getPropertyType()}. |
boolean | isAdditiveProperty()
Implements {@link ValueManager#isAdditiveProperty()}. |
boolean | isAnimatableProperty()
Implements {@link ValueManager#isAnimatableProperty()}. |
boolean | isInheritedProperty()
Implements {@link ValueManager#isInheritedProperty()}. |