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

Class GlyphOrientationManager

public abstract class GlyphOrientationManager extends AbstractValueManager

This class provides a manager for the 'glyph-orientation' property values.
Method Summary
ValuecreateFloatValue(short type, float floatValue)
Implements ValueManager.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.
intgetPropertyType()
Implements getPropertyType.
booleanisAdditiveProperty()
Implements isAdditiveProperty.
booleanisAnimatableProperty()
booleanisInheritedProperty()
Implements isInheritedProperty.

Method Detail

createFloatValue

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

createValue

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

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.