Class GlyphOrientationHorizontalManager
- 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.GlyphOrientationHorizontalManager
-
- All Implemented Interfaces:
ValueManager
public class GlyphOrientationHorizontalManager extends GlyphOrientationManager
This class provides a manager for the 'glyph-orientation-horizontal' property values.- Version:
- $Id: GlyphOrientationHorizontalManager.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description GlyphOrientationHorizontalManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getDefaultValue()
ImplementsValueManager.getDefaultValue()
.java.lang.String
getPropertyName()
ImplementsValueManager.getPropertyName()
.-
Methods inherited from class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
createFloatValue, createValue, getPropertyType, isAdditiveProperty, isAnimatableProperty, isInheritedProperty
-
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueManager
computeValue, createStringValue
-
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()
.
-
-