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.

Version:
$Id: InheritValue.java,v 1.3 2003/08/08 11:38:55 vhardy Exp $
Author:
Stephane Hillion

Field Summary
static InheritValue INSTANCE
          The only instance of this class.
 
Constructor Summary
protected InheritValue()
          Creates a new InheritValue object.
 
Method Summary
 java.lang.String getCssText()
          A string representation of the current value.
 short getCssValueType()
          A code defining the type of the value.
 java.lang.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 java.lang.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 java.lang.String toString()
Returns a printable representation of this object.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.