org.apache.batik.css.engine.value.css2
public class FontShorthandManager extends AbstractValueFactory implements ShorthandManager
Field Summary | |
---|---|
protected static Set | values |
Constructor Summary | |
---|---|
FontShorthandManager() |
Method Summary | |
---|---|
String | getPropertyName()
Implements {@link ValueManager#getPropertyName()}. |
void | handleSystemFont(CSSEngine eng, ShorthandManager.PropertyHandler ph, String s, boolean imp) |
boolean | isAdditiveProperty()
Implements {@link ValueManager#isAdditiveProperty()}. |
boolean | isAnimatableProperty()
Implements {@link ShorthandManager#isAnimatableProperty()}. |
void | setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, LexicalUnit lu, boolean imp)
Implements {@link ShorthandManager#setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean)}. |