public class FontShorthandManager extends AbstractValueFactory implements ShorthandManager
| Type | Property and Description |
|---|---|
boolean |
isAdditive
Gets the value of the property additiveProperty.
|
boolean |
isAnimatable
Gets the value of the property animatableProperty.
|
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()
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)
|
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURIpublic boolean isAnimatableProperty
isAnimatableProperty in interface ShorthandManagerpublic boolean isAdditiveProperty
isAdditiveProperty in interface ShorthandManagerprotected static final Set values
public String getPropertyName()
ValueManager.getPropertyName().getPropertyName in interface ShorthandManagergetPropertyName in class AbstractValueFactorypublic boolean isAnimatableProperty()
isAnimatableProperty in interface ShorthandManagerpublic boolean 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–2021 Apache Software Foundation. All rights reserved.