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:
io.sf.carte.doc.style.css.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
io.sf.carte.doc.style.css.CSSValue.CssType, io.sf.carte.doc.style.css.CSSValue.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Create and return a copy of this object.A string representation of the current value.io.sf.carte.doc.style.css.CSSValue.Type
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
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, isPrimitiveValue
Methods inherited from interface io.sf.carte.echosvg.css.engine.value.Value
getIdentifier, getUnitType, isComponent, isIdentifier, item
-
Constructor Details
-
URIValue
Creates a new URIValue.
-
-
Method Details
-
getPrimitiveType
public io.sf.carte.doc.style.css.CSSValue.Type getPrimitiveType()The type of the value.- Specified by:
getPrimitiveType
in interfaceio.sf.carte.doc.style.css.CSSValue
-
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 interfaceio.sf.carte.doc.style.css.CSSValue
-
clone
Description copied from interface:Value
Create and return a copy of this object.If this object is unmodifiable, the clone will be modifiable.
-