org.apache.batik.css.engine.value.svg

Class MarkerShorthandManager

public class MarkerShorthandManager extends AbstractValueFactory implements ShorthandManager

This class represents an object which provide support for the 'marker' shorthand properties.
Method Summary
StringgetPropertyName()
Implements {@link ValueManager#getPropertyName()}.
booleanisAdditiveProperty()
Implements {@link ShorthandManager#isAdditiveProperty()}.
booleanisAnimatableProperty()
Implements {@link ShorthandManager#isAnimatableProperty()}.
voidsetValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, LexicalUnit lu, boolean imp)
Implements {@link ShorthandManager#setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean)}.

Method Detail

getPropertyName

public String getPropertyName()
Implements {@link ValueManager#getPropertyName()}.

isAdditiveProperty

public boolean isAdditiveProperty()
Implements {@link ShorthandManager#isAdditiveProperty()}.

isAnimatableProperty

public boolean isAnimatableProperty()
Implements {@link ShorthandManager#isAnimatableProperty()}.

setValues

public void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, LexicalUnit lu, boolean imp)
Implements {@link ShorthandManager#setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.