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.- Version:
- $Id: URIValue.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
cssText
-
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
-
-