public class OverflowManager extends IdentifierManager
Type | Property and Description |
---|---|
boolean |
isAdditive
Implements
ValueManager.isAdditiveProperty() . |
boolean |
isAnimatable
Implements
ValueManager.isAnimatableProperty() . |
boolean |
isInherited
Implements
ValueManager.isInheritedProperty() . |
Modifier and Type | Field and Description |
---|---|
protected static StringMap |
values
The identifier values.
|
Constructor and Description |
---|
OverflowManager() |
Modifier and Type | Method and Description |
---|---|
Value |
getDefaultValue()
Implements
ValueManager.getDefaultValue() . |
StringMap |
getIdentifiers()
Implements
IdentifierManager.getIdentifiers() . |
String |
getPropertyName()
Implements
ValueManager.getPropertyName() . |
int |
getPropertyType()
Implements
ValueManager.getPropertyType() . |
boolean |
isAdditiveProperty()
Implements
ValueManager.isAdditiveProperty() . |
boolean |
isAnimatableProperty()
Implements
ValueManager.isAnimatableProperty() . |
boolean |
isInheritedProperty()
Implements
ValueManager.isInheritedProperty() . |
createStringValue, createValue
computeValue, createFloatValue
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI
ValueManager.isInheritedProperty()
.ValueManager.isAnimatableProperty()
.ValueManager.isAdditiveProperty()
.protected static final StringMap values
public boolean isInheritedProperty()
ValueManager.isInheritedProperty()
.public boolean isAnimatableProperty()
ValueManager.isAnimatableProperty()
.public boolean isAdditiveProperty()
ValueManager.isAdditiveProperty()
.public int getPropertyType()
ValueManager.getPropertyType()
.public String getPropertyName()
ValueManager.getPropertyName()
.getPropertyName
in interface ValueManager
getPropertyName
in class AbstractValueFactory
public Value getDefaultValue()
ValueManager.getDefaultValue()
.public StringMap getIdentifiers()
IdentifierManager.getIdentifiers()
.getIdentifiers
in class IdentifierManager
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.