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, setValueMethods 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, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.w3c.css.om.typed.CSSStringValue
getValue, setValueMethods inherited from interface org.w3c.css.om.typed.CSSStyleValue
toStringMethods inherited from interface io.sf.carte.echosvg.css.engine.value.CSSVal
matches, writeCssTextMethods inherited from interface io.sf.carte.doc.style.css.CSSValue
getMinifiedCssText, getMinifiedCssText, getPrecedingComments, getTrailingComments, isPrimitiveValueMethods 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:
getPrimitiveTypein interfaceCSSValue
-
getURIValue
Description copied from interface:CSSValConvenience method that either returns a String or URI or throws an exception.- Specified by:
getURIValuein interfaceCSSVal- Overrides:
getURIValuein classAbstractValue
-
getCssText
A string representation of the current value.- Specified by:
getCssTextin interfaceCSSValue
-