java.lang.Object
io.sf.carte.echosvg.css.engine.value.AbstractValue
io.sf.carte.echosvg.css.engine.value.AbstractStringValue
io.sf.carte.echosvg.css.engine.value.URIValue
- All Implemented Interfaces:
CSSValue
,CSSVal
,Value
,Serializable
,Cloneable
,CSSStringValue
,CSSStyleValue
This class represents URI values.
Original author: Stephane Hillion. For later modifications, see Git history.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA string representation of the current value.The type of the value.Convenience method that either returns a String or URI or throws an exception.Methods inherited from class io.sf.carte.echosvg.css.engine.value.AbstractStringValue
equals, getValue, hashCode, setValue
Methods inherited from class io.sf.carte.echosvg.css.engine.value.AbstractValue
clone, createDOMException, getColorValue, getCounterValue, getCssValueType, getFloatValue, getIdentifierValue, getLength, getModificationHandler, getRectValue, getStringValue, setCssText, setFloatValue, setModificationHandler, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.w3c.css.om.typed.CSSStringValue
getValue, setValue
Methods inherited from interface org.w3c.css.om.typed.CSSStyleValue
toString
Methods inherited from interface io.sf.carte.echosvg.css.engine.value.CSSVal
matches, writeCssText
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getMinifiedCssText, getMinifiedCssText, getPrecedingComments, getTrailingComments, isPrimitiveValue
Methods inherited from interface io.sf.carte.echosvg.css.engine.value.Value
getIdentifier, getUnitType, isComponent, isIdentifier, item, iterator
-
Constructor Details
-
URIValue
Creates a new URIValue.
-
-
Method Details
-
getPrimitiveType
The type of the value.- Specified by:
getPrimitiveType
in interfaceCSSValue
-
getURIValue
Description copied from interface:CSSVal
Convenience method that either returns a String or URI or throws an exception.- Specified by:
getURIValue
in interfaceCSSVal
- Overrides:
getURIValue
in classAbstractValue
-
getCssText
A string representation of the current value.- Specified by:
getCssText
in interfaceCSSValue
-