Class MarginLengthManager
- java.lang.Object
-
- org.apache.batik.css.engine.value.AbstractValueFactory
-
- org.apache.batik.css.engine.value.AbstractValueManager
-
- org.apache.batik.css.engine.value.LengthManager
-
- org.apache.batik.css.engine.value.svg12.MarginLengthManager
-
- All Implemented Interfaces:
ValueManager
public class MarginLengthManager extends LengthManager
This class provides a factory for the 'margin-*' properties values.- Version:
- $Id: MarginLengthManager.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringprop-
Fields inherited from class org.apache.batik.css.engine.value.LengthManager
BOTH_ORIENTATION, HORIZONTAL_ORIENTATION, VERTICAL_ORIENTATION
-
-
Constructor Summary
Constructors Constructor Description MarginLengthManager(java.lang.String prop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuecreateValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValuegetDefaultValue()ImplementsValueManager.getDefaultValue().protected intgetOrientation()Indicates the orientation of the property associated with this manager.java.lang.StringgetPropertyName()ImplementsValueManager.getPropertyName().intgetPropertyType()ImplementsValueManager.getPropertyType().booleanisAdditiveProperty()ImplementsValueManager.isAdditiveProperty().booleanisAnimatableProperty()ImplementsValueManager.isAnimatableProperty().booleanisInheritedProperty()ImplementsValueManager.isInheritedProperty().-
Methods inherited from class org.apache.batik.css.engine.value.LengthManager
computeValue, createFloatValue
-
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueManager
createStringValue
-
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI
-
-
-
-
Method Detail
-
isInheritedProperty
public boolean isInheritedProperty()
ImplementsValueManager.isInheritedProperty().
-
isAnimatableProperty
public boolean isAnimatableProperty()
ImplementsValueManager.isAnimatableProperty().
-
isAdditiveProperty
public boolean isAdditiveProperty()
ImplementsValueManager.isAdditiveProperty().
-
getPropertyType
public int getPropertyType()
ImplementsValueManager.getPropertyType().
-
getPropertyName
public java.lang.String getPropertyName()
ImplementsValueManager.getPropertyName().- Specified by:
getPropertyNamein interfaceValueManager- Specified by:
getPropertyNamein classAbstractValueFactory
-
getDefaultValue
public Value getDefaultValue()
ImplementsValueManager.getDefaultValue().
-
createValue
public Value createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) throws org.w3c.dom.DOMException
ImplementsValueManager.createValue(LexicalUnit,CSSEngine).- Specified by:
createValuein interfaceValueManager- Overrides:
createValuein classLengthManager- Parameters:
lu- The SAC lexical unit used to create the value.engine- The calling CSSEngine.- Throws:
org.w3c.dom.DOMException
-
getOrientation
protected int getOrientation()
Indicates the orientation of the property associated with this manager.- Specified by:
getOrientationin classLengthManager
-
-