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 SummaryNested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValueCSSValue.CssType, CSSValue.Type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractValuecreateDOMException, equals, getColorValue, getCounterValue, getFloatValue, getIdentifierValue, getLength, getModificationHandler, getRectValue, getStringValue, getURIValue, hashCode, setCssText, setFloatValue, setModificationHandler, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.sf.carte.echosvg.css.engine.value.CSSValmatches, writeCssTextMethods inherited from interface io.sf.carte.doc.style.css.CSSValuegetMinifiedCssText, getMinifiedCssText, getPrecedingComments, getTrailingComments, isPrimitiveValueMethods inherited from interface io.sf.carte.echosvg.css.engine.value.ValuegetIdentifier, getUnitType, isComponent, isIdentifier, item, iterator
- 
Constructor Details- 
LexicalValueCreates a new LexicalValue object.- Parameters:
- lunit- the lexical unit with the- PROXYfunction(s).
- Throws:
- IllegalArgumentException
 
 
- 
- 
Method Details- 
getCssValueTypeA code defining the type of the value.- Specified by:
- getCssValueTypein interface- CSSValue
- Overrides:
- getCssValueTypein class- AbstractValue
 
- 
getPrimitiveType
- 
getLexicalUnit
- 
getCssText
- 
cloneDescription copied from interface:ValueCreate and return a copy of this object.If this object is unmodifiable, the clone will be modifiable. 
 
-