org.apache.batik.css.engine.value.svg
Class GlyphOrientationManager
java.lang.Object
org.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.AbstractValueManager
org.apache.batik.css.engine.value.svg.GlyphOrientationManager
- All Implemented Interfaces:
- ValueManager
- Direct Known Subclasses:
- GlyphOrientationHorizontalManager, GlyphOrientationVerticalManager
- public abstract class GlyphOrientationManager
- extends AbstractValueManager
This class provides a manager for the 'glyph-orientation' property values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlyphOrientationManager
public GlyphOrientationManager()
isInheritedProperty
public boolean isInheritedProperty()
- Implements
ValueManager.isInheritedProperty().
createValue
public Value createValue(LexicalUnit lu,
CSSEngine engine)
throws DOMException
- Implements
ValueManager.createValue(LexicalUnit,CSSEngine).
- Parameters:
lu - The SAC lexical unit used to create the value.engine - The calling CSSEngine.
- Throws:
DOMException
createFloatValue
public Value createFloatValue(short type,
float floatValue)
throws DOMException
- Implements
ValueManager.createFloatValue(short,float).
- Specified by:
createFloatValue in interface ValueManager- Overrides:
createFloatValue in class AbstractValueManager
- Throws:
DOMException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.