org.apache.batik.css.engine.value.svg
Class ColorInterpolationManager
java.lang.Object
org.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.AbstractValueManager
org.apache.batik.css.engine.value.IdentifierManager
org.apache.batik.css.engine.value.svg.ColorInterpolationManager
- All Implemented Interfaces:
- ValueManager
- Direct Known Subclasses:
- ColorInterpolationFiltersManager
- public class ColorInterpolationManager
- extends IdentifierManager
This class provides a manager for the 'color-interpolation' property values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected static final StringMap values
- The identifier values.
ColorInterpolationManager
public ColorInterpolationManager()
isInheritedProperty
public boolean isInheritedProperty()
- Implements
ValueManager.isInheritedProperty().
getPropertyName
public String getPropertyName()
- Implements
ValueManager.getPropertyName().
- Specified by:
getPropertyName in interface ValueManager- Specified by:
getPropertyName in class AbstractValueFactory
getDefaultValue
public Value getDefaultValue()
- Implements
ValueManager.getDefaultValue().
getIdentifiers
public StringMap getIdentifiers()
- Implements
IdentifierManager.getIdentifiers().
- Specified by:
getIdentifiers in class IdentifierManager
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.