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

Class ColorManager

public class ColorManager extends AbstractColorManager

This class provides a manager for the 'color' property values.
Field Summary
protected static ValueDEFAULT_VALUE
The default color value.
Method Summary
ValuegetDefaultValue()
Implements {@link org.apache.batik.css.engine.value.ValueManager#getDefaultValue()}.
StringgetPropertyName()
Implements {@link org.apache.batik.css.engine.value.ValueManager#getPropertyName()}.
intgetPropertyType()
Implements {@link ValueManager#getPropertyType()}.
booleanisAdditiveProperty()
Implements {@link ValueManager#isAdditiveProperty()}.
booleanisAnimatableProperty()
Implements {@link ValueManager#isAnimatableProperty()}.
booleanisInheritedProperty()
Implements {@link org.apache.batik.css.engine.value.ValueManager#isInheritedProperty()}.

Field Detail

DEFAULT_VALUE

protected static final Value DEFAULT_VALUE
The default color value.

Method Detail

getDefaultValue

public Value getDefaultValue()
Implements {@link org.apache.batik.css.engine.value.ValueManager#getDefaultValue()}.

getPropertyName

public String getPropertyName()
Implements {@link org.apache.batik.css.engine.value.ValueManager#getPropertyName()}.

getPropertyType

public int getPropertyType()
Implements {@link ValueManager#getPropertyType()}.

isAdditiveProperty

public boolean isAdditiveProperty()
Implements {@link ValueManager#isAdditiveProperty()}.

isAnimatableProperty

public boolean isAnimatableProperty()
Implements {@link ValueManager#isAnimatableProperty()}.

isInheritedProperty

public boolean isInheritedProperty()
Implements {@link org.apache.batik.css.engine.value.ValueManager#isInheritedProperty()}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.