org.apache.batik.css.engine.value
public interface ShorthandManager
Nested Class Summary | |
---|---|
static interface | ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager. |
Method Summary | |
---|---|
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, LexicalUnit lu, boolean imp)
Sets the properties which are affected by this shorthand
property. |
Parameters: eng The current CSSEngine. ph The property handler to use. lu The SAC lexical unit used to create the value. imp The property priority.