java.lang.Object
io.sf.carte.echosvg.css.engine.value.AbstractValue
io.sf.carte.echosvg.css.engine.value.LexicalValue
- All Implemented Interfaces:
io.sf.carte.doc.style.css.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
io.sf.carte.doc.style.css.CSSValue.CssType, io.sf.carte.doc.style.css.CSSValue.Type
-
Constructor Summary
ConstructorsConstructorDescriptionLexicalValue
(io.sf.carte.doc.style.css.nsac.LexicalUnit lunit) Creates a new LexicalValue object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Create and return a copy of this object.io.sf.carte.doc.style.css.CSSValue.CssType
A code defining the type of the value.io.sf.carte.doc.style.css.nsac.LexicalUnit
io.sf.carte.doc.style.css.CSSValue.Type
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, isPrimitiveValue
Methods inherited from interface io.sf.carte.echosvg.css.engine.value.Value
getIdentifier, getUnitType, isComponent, isIdentifier, item
-
Constructor Details
-
LexicalValue
public LexicalValue(io.sf.carte.doc.style.css.nsac.LexicalUnit lunit) throws IllegalArgumentException Creates a new LexicalValue object.- Parameters:
lunit
- the lexical unit with thePROXY
function(s).- Throws:
IllegalArgumentException
-
-
Method Details
-
getCssValueType
public io.sf.carte.doc.style.css.CSSValue.CssType getCssValueType()A code defining the type of the value.- Specified by:
getCssValueType
in interfaceio.sf.carte.doc.style.css.CSSValue
- Overrides:
getCssValueType
in classAbstractValue
-
getPrimitiveType
public io.sf.carte.doc.style.css.CSSValue.Type getPrimitiveType() -
getLexicalUnit
public io.sf.carte.doc.style.css.nsac.LexicalUnit 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.
-