public abstract class GlyphOrientationManager extends AbstractValueManager
Type | Property and Description |
---|---|
boolean |
isAdditive
Gets the value of the property additiveProperty.
|
boolean |
isAnimatable
Gets the value of the property animatableProperty.
|
boolean |
isInherited
Gets the value of the property inheritedProperty.
|
Constructor and Description |
---|
GlyphOrientationManager() |
Modifier and Type | Method and Description |
---|---|
Value |
createFloatValue(short type,
float floatValue)
Implements
ValueManager.createFloatValue(short,float) . |
Value |
createValue(LexicalUnit lu,
CSSEngine engine)
Implements
ValueManager.createValue(LexicalUnit,CSSEngine) . |
int |
getPropertyType()
Implements
ValueManager.getPropertyType() . |
boolean |
isAdditiveProperty()
Gets the value of the property additiveProperty.
|
boolean |
isAnimatableProperty()
Gets the value of the property animatableProperty.
|
boolean |
isInheritedProperty()
Gets the value of the property inheritedProperty.
|
computeValue, createStringValue
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, getPropertyName, resolveURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultValue, getPropertyName
public boolean isInheritedProperty
public boolean isAnimatableProperty
public boolean isAdditiveProperty
public boolean isInheritedProperty()
public boolean isAnimatableProperty()
public boolean isAdditiveProperty()
public int getPropertyType()
ValueManager.getPropertyType()
.public Value createValue(LexicalUnit lu, CSSEngine engine) throws org.w3c.dom.DOMException
ValueManager.createValue(LexicalUnit,CSSEngine)
.lu
- The SAC lexical unit used to create the value.engine
- The calling CSSEngine.org.w3c.dom.DOMException
public Value createFloatValue(short type, float floatValue) throws org.w3c.dom.DOMException
ValueManager.createFloatValue(short,float)
.createFloatValue
in interface ValueManager
createFloatValue
in class AbstractValueManager
type
- A unit code as defined above. The unit code can only
be a float unit typefloatValue
- The new float value.org.w3c.dom.DOMException
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.