org.apache.batik.css.engine.value.svg
Class StrokeLinecapManager
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.StrokeLinecapManager
- All Implemented Interfaces:
- ValueManager
- public class StrokeLinecapManager
- extends IdentifierManager
This class provides a manager for the 'stroke-linecap' 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.
StrokeLinecapManager
public StrokeLinecapManager()
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.