|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.engine.value.AbstractValue | +--org.apache.batik.css.engine.value.InheritValue
This singleton class represents the 'inherit' value.
Field Summary | |
static InheritValue |
INSTANCE
The only instance of this class. |
Constructor Summary | |
protected |
InheritValue()
Creates a new InheritValue object. |
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final InheritValue INSTANCE
Constructor Detail |
protected InheritValue()
Method Detail |
public java.lang.String getCssText()
public short getCssValueType()
getCssValueType
in class AbstractValue
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |