java.lang.Object
io.sf.carte.echosvg.css.engine.value.AbstractValue
io.sf.carte.echosvg.css.engine.value.LexicalValue
io.sf.carte.echosvg.css.engine.value.PendingValue
- All Implemented Interfaces:
CSSValue,CSSVal,Value,Serializable,Cloneable,CSSStyleValue
A value meaning that a longhand property is pending the PROXY substitution of
a shorthand 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
ConstructorsConstructorDescriptionPendingValue(String shorthandName, LexicalUnit lunit) Creates a new PendingValue object. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.sf.carte.echosvg.css.engine.value.LexicalValue
clone, getCssValueType, getLexicalUnitMethods 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, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
PendingValue
Creates a new PendingValue object.- Parameters:
shorthandName- the shorthand name.lunit- the lexical unit that is pending substitution.- Throws:
IllegalArgumentException
-
-
Method Details
-
getPrimitiveType
- Specified by:
getPrimitiveTypein interfaceCSSValue- Overrides:
getPrimitiveTypein classLexicalValue
-
getShorthandName
-
getCssText
- Specified by:
getCssTextin interfaceCSSValue- Overrides:
getCssTextin classLexicalValue
-