org.apache.batik.css.engine.value.svg

Class EnableBackgroundManager

public class EnableBackgroundManager extends LengthManager

This class provides a manager for the 'enable-background' property values.
Field Summary
protected intorientation
The length orientation.
Method Summary
ValuecomputeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager.
ValuecreateFloatValue(short unitType, float floatValue)
Implements ValueManager.
ValuecreateStringValue(short type, String value, CSSEngine engine)
Implements ValueManager.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.
ValuegetDefaultValue()
Implements getDefaultValue.
protected intgetOrientation()
Indicates the orientation of the property associated with this manager.
StringgetPropertyName()
Implements getPropertyName.
intgetPropertyType()
Implements getPropertyType.
booleanisAdditiveProperty()
Implements isAdditiveProperty.
booleanisAnimatableProperty()
booleanisInheritedProperty()
Implements isInheritedProperty.

Field Detail

orientation

protected int orientation
The length orientation.

Method Detail

computeValue

public Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager.

createFloatValue

public Value createFloatValue(short unitType, float floatValue)
Implements ValueManager.

createStringValue

public Value createStringValue(short type, String value, CSSEngine engine)
Implements ValueManager.

createValue

public Value createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.

getDefaultValue

public Value getDefaultValue()
Implements getDefaultValue.

getOrientation

protected int getOrientation()
Indicates the orientation of the property associated with this manager.

getPropertyName

public String getPropertyName()
Implements getPropertyName.

getPropertyType

public int getPropertyType()
Implements getPropertyType.

isAdditiveProperty

public boolean isAdditiveProperty()
Implements isAdditiveProperty.

isAnimatableProperty

public boolean isAnimatableProperty()
Implements isAnimatableProperty.

isInheritedProperty

public boolean isInheritedProperty()
Implements isInheritedProperty.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.