org.apache.batik.css.engine.value.svg
public class SpacingManager extends LengthManager
Field Summary | |
---|---|
protected String | property
The handled property. |
Constructor Summary | |
---|---|
SpacingManager(String prop)
Creates a new SpacingManager. |
Method Summary | |
---|---|
Value | createStringValue(short type, String value, CSSEngine engine)
Implements {@link
ValueManager#createStringValue(short,String,CSSEngine)}. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}. |
Value | getDefaultValue()
Implements {@link ValueManager#getDefaultValue()}. |
protected int | getOrientation()
Indicates the orientation of the property associated with
this manager. |
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()}. |