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

public class LexicalValue extends AbstractValue
A value containing var() or any PROXY value.
See Also:
  • 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 the PROXY 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 interface io.sf.carte.doc.style.css.CSSValue
      Overrides:
      getCssValueType in class AbstractValue
    • getPrimitiveType

      public io.sf.carte.doc.style.css.CSSValue.Type getPrimitiveType()
    • getLexicalUnit

      public io.sf.carte.doc.style.css.nsac.LexicalUnit getLexicalUnit()
    • getCssText

      public String getCssText()
    • clone

      public LexicalValue clone()
      Description copied from interface: Value
      Create and return a copy of this object.

      If this object is unmodifiable, the clone will be modifiable.

      Specified by:
      clone in interface CSSVal
      Specified by:
      clone in interface io.sf.carte.doc.style.css.CSSValue
      Specified by:
      clone in interface Value
      Overrides:
      clone in class AbstractValue
      Returns:
      a modifiable copy of this object.