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
public class URIValue extends StringValue
This class represents uri values.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.css.engine.value.StringValue
unitType, value
-
-
Constructor Summary
Constructors Constructor Description URIValue(java.lang.String cssText, java.lang.String uri)
Creates a new StringValue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCssText()
A string representation of the current value.-
Methods inherited from class org.apache.batik.css.engine.value.StringValue
equals, getCssText, getPrimitiveType, getStringValue, toString
-
Methods 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
-
-
-
-
Method Detail
-
getCssText
public java.lang.String getCssText()
A string representation of the current value.- Specified by:
getCssText
in interfaceValue
- Overrides:
getCssText
in classStringValue
-
-