Class URIValue
java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.StringValue
org.apache.batik.css.engine.value.URIValue
- All Implemented Interfaces:
Value
This class represents uri values.
-
Field Summary
Fields inherited from class StringValue
unitType, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA string representation of the current value.Methods inherited from class StringValue
equals, getCssText, getPrimitiveType, getStringValue, toStringMethods inherited from class AbstractValue
createDOMException, getBlue, getBottom, getCssValueType, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getRed, getRight, getSeparator, getTop, item
-
Constructor Details
-
URIValue
-
-
Method Details
-
getCssText
A string representation of the current value.- Specified by:
getCssTextin interfaceValue- Overrides:
getCssTextin classStringValue
-