org.apache.batik.css.engine.value.svg
Class GlyphOrientationVerticalManager
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
org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
- All Implemented Interfaces:
- ValueManager
public class GlyphOrientationVerticalManager
- extends GlyphOrientationManager
This class provides a manager for the 'glyph-orientation-vertical'
property values.
- Version:
- $Id: GlyphOrientationVerticalManager.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlyphOrientationVerticalManager
public GlyphOrientationVerticalManager()
getPropertyName
public String getPropertyName()
- Implements
ValueManager.getPropertyName().
- Specified by:
getPropertyName in interface ValueManager- Specified by:
getPropertyName in class AbstractValueFactory
getDefaultValue
public Value getDefaultValue()
- Implements
ValueManager.getDefaultValue().
createValue
public Value createValue(org.w3c.css.sac.LexicalUnit lu,
CSSEngine engine)
throws DOMException
- Implements
ValueManager.createValue(LexicalUnit,CSSEngine).
- Specified by:
createValue in interface ValueManager- Overrides:
createValue in class GlyphOrientationManager
- Parameters:
lu - The SAC lexical unit used to create the value.engine - The calling CSSEngine.
- Throws:
DOMException
createStringValue
public Value createStringValue(short type,
String value,
CSSEngine engine)
throws DOMException
- Implements
ValueManager.createStringValue(short,String,CSSEngine).
- Specified by:
createStringValue in interface ValueManager- Overrides:
createStringValue in class AbstractValueManager
- Parameters:
type - A string code as defined in CSSPrimitiveValue. The string
code can only be a string unit type.value - The new string value.engine - The CSS engine.
- Throws:
DOMException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.