public class ColorManager extends AbstractColorManager
| Modifier and Type | Field and Description |
|---|---|
protected static Value |
DEFAULT_VALUE
The default color value.
|
computedValues, values| Constructor and Description |
|---|
ColorManager() |
| Modifier and Type | Method and Description |
|---|---|
Value |
getDefaultValue()
Implements
ValueManager.getDefaultValue(). |
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(). |
computeValue, createColorComponent, createRGBColor, createValue, getIdentifierscreateStringValuecreateFloatValuecreateDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURIprotected static final Value DEFAULT_VALUE
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 ValueManagergetPropertyName in class AbstractValueFactorypublic Value getDefaultValue()
ValueManager.getDefaultValue().Copyright © 2000–2017 Apache Software Foundation. All rights reserved.