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 InheritValueINSTANCEThe only instance of this class.
-
Constructor Summary
Constructors Modifier Constructor Description protectedInheritValue()Creates a new InheritValue object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCssText()A string representation of the current value.shortgetCssValueType()A code defining the type of the value.java.lang.StringtoString()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:
getCssValueTypein interfaceValue- Overrides:
getCssValueTypein classAbstractValue
-
toString
public java.lang.String toString()
Returns a printable representation of this object.- Overrides:
toStringin classjava.lang.Object
-
-