org.apache.batik.css.engine.value.svg12

Class MarginShorthandManager

public class MarginShorthandManager extends AbstractValueFactory implements ShorthandManager

This class represents an object which provide support for the 'margin' shorthand property.
Constructor Summary
MarginShorthandManager()
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)}.

Constructor Detail

MarginShorthandManager

public MarginShorthandManager()

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.