public class SVGPaintManager extends SVGColorManager
| 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.
|
defaultValue, propertyDEFAULT_VALUEcomputedValues, values| Constructor and Description |
|---|
SVGPaintManager(String prop)
Creates a new SVGPaintManager.
|
SVGPaintManager(String prop,
Value v)
Creates a new SVGPaintManager.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
computeValue(CSSStylableElement elt,
String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
|
Value |
createValue(org.w3c.css.sac.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.
|
getColorValue, getDefaultValue, getPropertyNamecreateColorComponent, createRGBColor, getIdentifierscreateStringValuecreateFloatValuecreateDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURIpublic boolean isInheritedProperty
isInheritedProperty in interface ValueManagerisInheritedProperty in class SVGColorManagerpublic boolean isAnimatableProperty
isAnimatableProperty in interface ValueManagerisAnimatableProperty in class SVGColorManagerpublic boolean isAdditiveProperty
isAdditiveProperty in interface ValueManagerisAdditiveProperty in class SVGColorManagerpublic SVGPaintManager(String prop)
public boolean isInheritedProperty()
isInheritedProperty in interface ValueManagerisInheritedProperty in class SVGColorManagerpublic boolean isAnimatableProperty()
isAnimatableProperty in interface ValueManagerisAnimatableProperty in class SVGColorManagerpublic boolean isAdditiveProperty()
isAdditiveProperty in interface ValueManagerisAdditiveProperty in class SVGColorManagerpublic int getPropertyType()
ValueManager.getPropertyType().getPropertyType in interface ValueManagergetPropertyType in class SVGColorManagerpublic Value createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) throws DOMException
ValueManager.createValue(LexicalUnit,CSSEngine).createValue in interface ValueManagercreateValue in class SVGColorManagerlu - The SAC lexical unit used to create the value.engine - The calling CSSEngine.DOMExceptionpublic Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
computeValue in interface ValueManagercomputeValue in class SVGColorManagerelt - The owner of the value.pseudo - The pseudo element.engine - The CSSEngine.idx - The property index in the engine.sm - The computed style map.value - The value to compute.Copyright © 2000–2021 Apache Software Foundation. All rights reserved.