Class InheritValue

java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.InheritValue
All Implemented Interfaces:
Value

public class InheritValue extends AbstractValue
This singleton class represents the 'inherit' value.
Version:
$Id: InheritValue.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • INSTANCE

      public static final InheritValue INSTANCE
      The only instance of this class.
  • Constructor Details

    • InheritValue

      protected InheritValue()
      Creates a new InheritValue object.
  • Method Details

    • getCssText

      public String getCssText()
      A string representation of the current value.
    • getCssValueType

      public short getCssValueType()
      A code defining the type of the value.
      Specified by:
      getCssValueType in interface Value
      Overrides:
      getCssValueType in class AbstractValue
    • toString

      public String toString()
      Returns a printable representation of this object.
      Overrides:
      toString in class Object