org.apache.batik.css.engine.value.svg
Class MarkerShorthandManager
java.lang.Object
org.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.svg.MarkerShorthandManager
- All Implemented Interfaces:
- ShorthandManager
public class MarkerShorthandManager
- extends AbstractValueFactory
- implements ShorthandManager
This class represents an object which provide support for the
'marker' shorthand properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkerShorthandManager
public MarkerShorthandManager()
getPropertyName
public String getPropertyName()
- Implements
ValueManager.getPropertyName()
.
- Specified by:
getPropertyName
in interface ShorthandManager
- Specified by:
getPropertyName
in class AbstractValueFactory
isAnimatableProperty
public boolean isAnimatableProperty()
- Implements
ShorthandManager.isAnimatableProperty()
.
- Specified by:
isAnimatableProperty
in interface ShorthandManager
isAdditiveProperty
public boolean isAdditiveProperty()
- Implements
ShorthandManager.isAdditiveProperty()
.
- Specified by:
isAdditiveProperty
in interface ShorthandManager
setValues
public void setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
org.w3c.css.sac.LexicalUnit lu,
boolean imp)
throws DOMException
- Implements
ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean)
.
- Specified by:
setValues
in interface ShorthandManager
- Parameters:
eng
- The current CSSEngine.ph
- The property handler to use.lu
- The SAC lexical unit used to create the value.imp
- The property priority.
- Throws:
DOMException
Copyright © 2008 Apache Software Foundation. All Rights Reserved.