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 ValueManager. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
Value | getDefaultValue()
Implements getDefaultValue. |
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. |