public class MarginShorthandManager extends AbstractValueFactory implements ShorthandManager
ShorthandManager.PropertyHandler| Constructor and Description |
|---|
MarginShorthandManager() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Implements
ValueManager.getPropertyName(). |
boolean |
isAdditiveProperty()
Implements
ShorthandManager.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, resolveURIpublic java.lang.String getPropertyName()
ValueManager.getPropertyName().getPropertyName in interface ShorthandManagergetPropertyName in class AbstractValueFactorypublic boolean isAnimatableProperty()
ShorthandManager.isAnimatableProperty().isAnimatableProperty in interface ShorthandManagerpublic boolean isAdditiveProperty()
ShorthandManager.isAdditiveProperty().isAdditiveProperty in interface ShorthandManagerpublic void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) throws DOMException
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.DOMExceptionCopyright © 2022 Apache Software Foundation. All Rights Reserved.