ShorthandManagerpublic class MarkerShorthandManager extends AbstractValueFactory implements ShorthandManager
ShorthandManager.PropertyHandler| Constructor | Description |
|---|---|
MarkerShorthandManager() |
| Modifier and Type | Method | 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 org.w3c.dom.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.org.w3c.dom.DOMExceptionCopyright ? 2018 Apache Software Foundation. All Rights Reserved.