public class FontShorthandManager extends AbstractValueFactory implements ShorthandManager
| Type | Property and Description |
|---|---|
boolean |
isAdditive
Implements
ValueManager.isAdditiveProperty(). |
boolean |
isAnimatable
Implements
ShorthandManager.isAnimatableProperty(). |
ShorthandManager.PropertyHandler| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Set |
values |
| Constructor and Description |
|---|
FontShorthandManager() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Implements
ValueManager.getPropertyName(). |
void |
handleSystemFont(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
java.lang.String s,
boolean imp) |
boolean |
isAdditiveProperty()
Implements
ValueManager.isAdditiveProperty(). |
boolean |
isAnimatableProperty()
Implements
ShorthandManager.isAnimatableProperty(). |
void |
setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
|
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURIShorthandManager.isAnimatableProperty().isAnimatableProperty in interface ShorthandManagerValueManager.isAdditiveProperty().isAdditiveProperty in interface ShorthandManagerpublic java.lang.String getPropertyName()
ValueManager.getPropertyName().getPropertyName in interface ShorthandManagergetPropertyName in class AbstractValueFactorypublic boolean isAnimatableProperty()
ShorthandManager.isAnimatableProperty().isAnimatableProperty in interface ShorthandManagerpublic boolean isAdditiveProperty()
ValueManager.isAdditiveProperty().isAdditiveProperty in interface ShorthandManagerpublic void handleSystemFont(CSSEngine eng, ShorthandManager.PropertyHandler ph, java.lang.String s, boolean imp)
public void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, LexicalUnit lu, boolean imp)
ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean).setValues in interface ShorthandManagereng - The current CSSEngine.ph - The property handler to use.lu - The SAC lexical unit used to create the value.imp - The property priority.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.