org.apache.batik.css.engine.value
Class InheritValue

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

public class InheritValue
extends AbstractValue

This singleton class represents the 'inherit' value.


Field Summary
static InheritValue INSTANCE
          The only instance of this class.
 
Constructor Summary
protected InheritValue()
          Creates a new InheritValue object.
 
Method Summary
 String getCssText()
          A string representation of the current value.
 short getCssValueType()
          A code defining the type of the value.
 String toString()
          Returns a printable representation of this object.
 
Methods inherited from class org.apache.batik.css.engine.value.AbstractValue
createDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

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

Constructor Detail

InheritValue

protected InheritValue()
Creates a new InheritValue object.

Method Detail

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.



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.