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.
-
-
Constructor Summary
Constructors Constructor Description GlyphOrientationVerticalManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
getDefaultValue()
ImplementsValueManager.getDefaultValue()
.java.lang.String
getPropertyName()
ImplementsValueManager.getPropertyName()
.-
Methods inherited from class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
createFloatValue, getPropertyType, isAdditiveProperty, isAnimatableProperty, isInheritedProperty
-
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueManager
computeValue
-
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI
-
-
-
-
Method Detail
-
getPropertyName
public java.lang.String getPropertyName()
ImplementsValueManager.getPropertyName()
.- Specified by:
getPropertyName
in interfaceValueManager
- Specified by:
getPropertyName
in classAbstractValueFactory
-
getDefaultValue
public Value getDefaultValue()
ImplementsValueManager.getDefaultValue()
.
-
createValue
public Value createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) throws org.w3c.dom.DOMException
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.- Specified by:
createValue
in interfaceValueManager
- Overrides:
createValue
in classGlyphOrientationManager
- Parameters:
lu
- The SAC lexical unit used to create the value.engine
- The calling CSSEngine.- Throws:
org.w3c.dom.DOMException
-
createStringValue
public Value createStringValue(short type, java.lang.String value, CSSEngine engine) throws org.w3c.dom.DOMException
- Specified by:
createStringValue
in interfaceValueManager
- Overrides:
createStringValue
in classAbstractValueManager
- 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:
org.w3c.dom.DOMException
-
-