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, resolveURI
protected static final Set values
public String getPropertyName()
ValueManager.getPropertyName()
.getPropertyName
in interface ShorthandManager
getPropertyName
in class AbstractValueFactory
public boolean isAnimatableProperty()
ShorthandManager.isAnimatableProperty()
.isAnimatableProperty
in interface ShorthandManager
public boolean isAdditiveProperty()
ValueManager.isAdditiveProperty()
.isAdditiveProperty
in interface ShorthandManager
public 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 ShorthandManager
eng
- 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–2023 Apache Software Foundation. All rights reserved.