|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.svg12.MarginShorthandManager
public class MarginShorthandManager
This class represents an object which provide support for the 'margin' shorthand property.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.batik.css.engine.value.ShorthandManager |
---|
ShorthandManager.PropertyHandler |
Constructor Summary | |
---|---|
MarginShorthandManager()
|
Method Summary | |
---|---|
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)
Implements ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean) . |
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory |
---|
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarginShorthandManager()
Method Detail |
---|
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 org.w3c.dom.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.
org.w3c.dom.DOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |