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 org.apache.batik.css.engine.value.StringValue
unitType, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA string representation of the current value.Methods inherited from class org.apache.batik.css.engine.value.StringValue
equals, getCssText, getPrimitiveType, getStringValue, toStringMethods inherited from class org.apache.batik.css.engine.value.AbstractValue
createDOMException, getBlue, getBottom, getCssValueType, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getRed, getRight, getSeparator, getTop, item
-
Constructor Details
-
URIValue
Creates a new StringValue.
-
-
Method Details
-
getCssText
A string representation of the current value.- Specified by:
getCssTextin interfaceValue- Overrides:
getCssTextin classStringValue
-