public class MarkerShorthandManager extends AbstractValueFactory implements ShorthandManager
ShorthandManager.PropertyHandler
Constructor and Description |
---|
MarkerShorthandManager() |
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, resolveURI
public java.lang.String getPropertyName()
ValueManager.getPropertyName()
.getPropertyName
in interface ShorthandManager
getPropertyName
in class AbstractValueFactory
public boolean isAnimatableProperty()
ShorthandManager.isAnimatableProperty()
.isAnimatableProperty
in interface ShorthandManager
public boolean isAdditiveProperty()
ShorthandManager.isAdditiveProperty()
.isAdditiveProperty
in interface ShorthandManager
public 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 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.DOMException
Copyright © 2022 Apache Software Foundation. All Rights Reserved.