|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.value.AbstractImmutableValue | +--org.apache.batik.css.value.AbstractImmutablePrimitiveValue
This class represents immutable primitive values.
Constructor Summary | |
AbstractImmutablePrimitiveValue()
|
Method Summary | |
short |
getCssValueType()
A code defining the type of the value. |
abstract short |
getPrimitiveType()
The type of the value as defined by the constants specified in CSSPrimitiveValue. |
Methods inherited from class org.apache.batik.css.value.AbstractImmutableValue |
getCounterValue, getFloatValue, getLength, getRectValue, getRGBColorValue, getStringValue, item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.css.value.ImmutableValue |
createReadOnlyCopy, getCssText |
Constructor Detail |
public AbstractImmutablePrimitiveValue()
Method Detail |
public short getCssValueType()
getCssValueType
in class AbstractImmutableValue
public abstract short getPrimitiveType()
getPrimitiveType
in class AbstractImmutableValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |