|
||||||||||
| 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 ShorthandManagergetPropertyName in class AbstractValueFactorypublic boolean isAnimatableProperty()
ShorthandManager.isAnimatableProperty().
isAnimatableProperty in interface ShorthandManagerpublic 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 ShorthandManagereng - The current CSSEngine.ph - The property handler to use.lu - The SAC lexical unit used to create the value.imp - The property priority.
DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||