FontShorthandManager, MarginShorthandManager, MarkerShorthandManagerpublic interface ShorthandManager
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ShorthandManager.PropertyHandler |
To handle a property value created by a ShorthandManager.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPropertyName() |
Returns the name of the property handled.
|
boolean |
isAdditiveProperty() |
Whether the handled property can be additively animated.
|
boolean |
isAnimatableProperty() |
Whether the handled property can be animated.
|
void |
setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
org.w3c.css.sac.LexicalUnit lu,
boolean imp) |
Sets the properties which are affected by this shorthand
property.
|
java.lang.String getPropertyName()
boolean isAnimatableProperty()
boolean isAdditiveProperty()
void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) throws org.w3c.dom.DOMException
eng - The current CSSEngine.ph - The property handler to use.lu - The SAC lexical unit used to create the value.imp - The property priority.org.w3c.dom.DOMExceptionCopyright ? 2018 Apache Software Foundation. All Rights Reserved.