java.lang.Object
io.sf.carte.echosvg.css.engine.value.AbstractValue
io.sf.carte.echosvg.css.engine.value.StringValue
io.sf.carte.echosvg.css.engine.value.URIValue
- All Implemented Interfaces:
Value
This class represents uri values.
-
Field Summary
Fields inherited from class io.sf.carte.echosvg.css.engine.value.StringValue
unitType, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA string representation of the current value.Methods inherited from class io.sf.carte.echosvg.css.engine.value.StringValue
equals, getCssText, getPrimitiveType, getStringValue, hashCode, toString
Methods inherited from class io.sf.carte.echosvg.css.engine.value.AbstractValue
createDOMException, getAlpha, 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:
getCssText
in interfaceValue
- Overrides:
getCssText
in classStringValue
-