public class MarginShorthandManager 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 |
|---|
MarginShorthandManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Implements
ValueManager.getPropertyName(). |
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 ShorthandManagerpublic String getPropertyName()
ValueManager.getPropertyName().getPropertyName in interface ShorthandManagergetPropertyName in class AbstractValueFactorypublic boolean isAnimatableProperty()
isAnimatableProperty in interface ShorthandManagerpublic boolean 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 © 2000–2021 Apache Software Foundation. All rights reserved.