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

Class StrokeLinejoinManager

public class StrokeLinejoinManager extends IdentifierManager

This class provides a manager for the 'stroke-linejoin' property values.
Field Summary
protected static StringMapvalues
The identifier values.
Method Summary
ValuegetDefaultValue()
Implements getDefaultValue.
StringMapgetIdentifiers()
Implements getIdentifiers.
StringgetPropertyName()
Implements getPropertyName.
intgetPropertyType()
Implements getPropertyType.
booleanisAdditiveProperty()
Implements isAdditiveProperty.
booleanisAnimatableProperty()
booleanisInheritedProperty()
Implements isInheritedProperty.

Field Detail

values

protected static final StringMap values
The identifier values.

Method Detail

getDefaultValue

public Value getDefaultValue()
Implements getDefaultValue.

getIdentifiers

public StringMap getIdentifiers()
Implements getIdentifiers.

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.