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 {@link ValueManager#createFloatValue(short,float)}.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}.
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()}.

Method Detail

createFloatValue

public Value createFloatValue(short type, float floatValue)
Implements {@link ValueManager#createFloatValue(short,float)}.

createValue

public Value createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}.

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.