Class InheritValue
java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.InheritValue
- All Implemented Interfaces:
Value
This singleton class represents the 'inherit' value.
- Version:
- $Id: InheritValue.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA string representation of the current value.short
A code defining the type of the value.toString()
Returns a printable representation of this object.Methods inherited from class org.apache.batik.css.engine.value.AbstractValue
createDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, item
-
Field Details
-
INSTANCE
The only instance of this class.
-
-
Constructor Details
-
InheritValue
protected InheritValue()Creates a new InheritValue object.
-
-
Method Details
-
getCssText
A string representation of the current value. -
getCssValueType
public short getCssValueType()A code defining the type of the value.- Specified by:
getCssValueType
in interfaceValue
- Overrides:
getCssValueType
in classAbstractValue
-
toString
Returns a printable representation of this object.
-