java.lang.Object
io.sf.carte.doc.style.css.property.StyleValue
io.sf.carte.doc.style.css.property.PrimitiveValue
io.sf.carte.doc.style.css.property.ProxyValue
io.sf.carte.doc.style.css.property.AbstractLexicalValue
io.sf.carte.doc.style.css.property.LexicalValue
- All Implemented Interfaces:
CSSLexicalValue,CSSPrimitiveValue,CSSValue,Serializable,Cloneable
A value that contains a
var or attr() value as part of its
declaration.- 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
Methods inherited from class io.sf.carte.doc.style.css.property.AbstractLexicalValue
equals, getCssText, getFinalType, getLexicalUnit, getMinifiedCssText, hashCode, matches, serializeMinifiedSequence, serializeMinifiedSequence, setCssText, setLexicalUnit, writeCssTextMethods inherited from class io.sf.carte.doc.style.css.property.ProxyValue
getCssValueType, isExpectingInteger, setExpectIntegerMethods inherited from class io.sf.carte.doc.style.css.property.PrimitiveValue
getPrecedingComments, getPrimitiveType, getTrailingComments, isPrimitiveValue, isSubproperty, setSubpropertyMethods inherited from class io.sf.carte.doc.style.css.property.StyleValue
isSystemDefault, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectIntegerMethods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssValueType, getMinifiedCssText, getPrecedingComments, getPrimitiveType, getTrailingComments
-
Constructor Details
-
LexicalValue
public LexicalValue() -
LexicalValue
-
-
Method Details
-
clone
Description copied from class:PrimitiveValueCreates and returns a copy of this object.The object will be the same except for the
subpropertyflag, that will be disabled in the clone object.- Specified by:
clonein interfaceCSSValue- Specified by:
clonein classPrimitiveValue- Returns:
- a copy of this object.
-