public class FontShorthandManager extends AbstractValueFactory implements ShorthandManager
ShorthandManager.PropertyHandler| Constructor and Description |
|---|
FontShorthandManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Implements
ValueManager.getPropertyName(). |
void |
handleSystemFont(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
String s,
boolean imp) |
boolean |
isAdditiveProperty()
Implements
ValueManager.isAdditiveProperty(). |
boolean |
isAnimatableProperty()
Implements
ShorthandManager.isAnimatableProperty(). |
void |
setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
org.w3c.css.sac.LexicalUnit lu,
boolean imp)
|
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURIprotected static final Set values
public 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, String s, boolean imp)
public void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.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 © 2000–2024 Apache Software Foundation. All rights reserved.