Class InheritValue
- java.lang.Object
-
- org.apache.batik.css.engine.value.AbstractValue
-
- org.apache.batik.css.engine.value.InheritValue
-
- All Implemented Interfaces:
Value
public class InheritValue extends AbstractValue
This singleton class represents the 'inherit' value.- Version:
- $Id: InheritValue.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description static InheritValue
INSTANCE
The only instance of this class.
-
Constructor Summary
Constructors Modifier Constructor Description protected
InheritValue()
Creates a new InheritValue object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCssText()
A string representation of the current value.short
getCssValueType()
A code defining the type of the value.java.lang.String
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 Detail
-
INSTANCE
public static final InheritValue INSTANCE
The only instance of this class.
-
-
Method Detail
-
getCssText
public java.lang.String 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
public java.lang.String toString()
Returns a printable representation of this object.- Overrides:
toString
in classjava.lang.Object
-
-