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

Class GlyphOrientationVerticalManager

public class GlyphOrientationVerticalManager extends GlyphOrientationManager

This class provides a manager for the 'glyph-orientation-vertical' property values.
Method Summary
ValuecreateStringValue(short type, String value, CSSEngine engine)
Implements {@link ValueManager#createStringValue(short,String,CSSEngine)}.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}.
ValuegetDefaultValue()
Implements {@link ValueManager#getDefaultValue()}.
StringgetPropertyName()
Implements {@link ValueManager#getPropertyName()}.

Method Detail

createStringValue

public Value createStringValue(short type, String value, CSSEngine engine)
Implements {@link ValueManager#createStringValue(short,String,CSSEngine)}.

createValue

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

getDefaultValue

public Value getDefaultValue()
Implements {@link ValueManager#getDefaultValue()}.

getPropertyName

public String getPropertyName()
Implements {@link ValueManager#getPropertyName()}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.