org.apache.batik.css.engine.value

Class InheritValue

public class InheritValue extends AbstractValue

This singleton class represents the 'inherit' value.
Field Summary
static InheritValueINSTANCE
The only instance of this class.
Constructor Summary
protected InheritValue()
Creates a new InheritValue object.
Method Summary
StringgetCssText()
A string representation of the current value.
shortgetCssValueType()
A code defining the type of the value.
StringtoString()
Returns a printable representation of this object.

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.

toString

public String toString()
Returns a printable representation of this object.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.