java.lang.Object
io.sf.carte.echosvg.css.engine.value.AbstractValue
io.sf.carte.echosvg.css.engine.value.LexicalValue
- All Implemented Interfaces:
CSSValue
,CSSVal
,Value
,Serializable
,Cloneable
,CSSStyleValue
- Direct Known Subclasses:
PendingValue
A value containing
var()
or any PROXY value.- 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 TypeMethodDescriptionclone()
Create and return a copy of this object.A code defining the type of the value.Methods inherited from class io.sf.carte.echosvg.css.engine.value.AbstractValue
createDOMException, equals, getColorValue, getCounterValue, getFloatValue, getIdentifierValue, getLength, getModificationHandler, getRectValue, getStringValue, getURIValue, hashCode, setCssText, setFloatValue, setModificationHandler, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
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
-
LexicalValue
Creates a new LexicalValue object.- Parameters:
lunit
- the lexical unit with thePROXY
function(s).- Throws:
IllegalArgumentException
-
-
Method Details
-
getCssValueType
A code defining the type of the value.- Specified by:
getCssValueType
in interfaceCSSValue
- Overrides:
getCssValueType
in classAbstractValue
-
getPrimitiveType
-
getLexicalUnit
-
getCssText
-
clone
Description copied from interface:Value
Create and return a copy of this object.If this object is unmodifiable, the clone will be modifiable.
-