public interface ShorthandManager
| Type | Property and Description |
|---|---|
boolean |
isAdditive
Gets the value of the property additiveProperty.
|
boolean |
isAnimatable
Gets the value of the property animatableProperty.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Returns the name of the property handled.
|
boolean |
isAdditiveProperty()
Gets the value of the property additiveProperty.
|
boolean |
isAnimatableProperty()
Gets the value of the property animatableProperty.
|
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.
|
boolean isAnimatableProperty
boolean isAdditiveProperty
String getPropertyName()
boolean isAnimatableProperty()
boolean isAdditiveProperty()
void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) throws 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.DOMExceptionCopyright © 2000–2021 Apache Software Foundation. All rights reserved.