org.apache.batik.css.engine.value.svg12
Class MarginShorthandManager
java.lang.Object
org.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.svg12.MarginShorthandManager
- All Implemented Interfaces:
- ShorthandManager
public class MarginShorthandManager
- extends AbstractValueFactory
- implements ShorthandManager
This class represents an object which provide support for the
'margin' shorthand property.
- Version:
- $Id: MarginShorthandManager.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarginShorthandManager
public MarginShorthandManager()
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 © 2000–2017 Apache Software Foundation. All rights reserved.