org.apache.batik.css.engine.value

Class AbstractValue

public abstract class AbstractValue extends Object implements Value

This class provides an abstract implementation of the Value interface.
Method Summary
protected DOMExceptioncreateDOMException()
Creates an INVALID_ACCESS_ERR exception.
ValuegetBlue()
Implements {@link Value#getBlue()}.
ValuegetBottom()
Implements {@link Value#getBottom()}.
shortgetCssValueType()
Implements {@link Value#getCssValueType()}.
floatgetFloatValue()
Implements {@link Value#getFloatValue()}.
ValuegetGreen()
Implements {@link Value#getGreen()}.
StringgetIdentifier()
Implements {@link Value#getIdentifier()}.
ValuegetLeft()
Implements {@link Value#getLeft()}.
intgetLength()
Implements {@link Value#getLength()}.
StringgetListStyle()
Implements {@link Value#getListStyle()}.
shortgetPrimitiveType()
Implements {@link Value#getPrimitiveType()}.
ValuegetRed()
Implements {@link Value#getRed()}.
ValuegetRight()
Implements {@link Value#getRight()}.
StringgetSeparator()
Implements {@link Value#getSeparator()}.
StringgetStringValue()
Implements {@link Value#getStringValue()}.
ValuegetTop()
Implements {@link Value#getTop()}.
Valueitem(int index)
Implements {@link Value#item(int)}.

Method Detail

createDOMException

protected DOMException createDOMException()
Creates an INVALID_ACCESS_ERR exception.

getBlue

public Value getBlue()
Implements {@link Value#getBlue()}.

getBottom

public Value getBottom()
Implements {@link Value#getBottom()}.

getCssValueType

public short getCssValueType()
Implements {@link Value#getCssValueType()}.

getFloatValue

public float getFloatValue()
Implements {@link Value#getFloatValue()}.

getGreen

public Value getGreen()
Implements {@link Value#getGreen()}.

getIdentifier

public String getIdentifier()
Implements {@link Value#getIdentifier()}.

getLeft

public Value getLeft()
Implements {@link Value#getLeft()}.

getLength

public int getLength()
Implements {@link Value#getLength()}.

getListStyle

public String getListStyle()
Implements {@link Value#getListStyle()}.

getPrimitiveType

public short getPrimitiveType()
Implements {@link Value#getPrimitiveType()}.

getRed

public Value getRed()
Implements {@link Value#getRed()}.

getRight

public Value getRight()
Implements {@link Value#getRight()}.

getSeparator

public String getSeparator()
Implements {@link Value#getSeparator()}.

getStringValue

public String getStringValue()
Implements {@link Value#getStringValue()}.

getTop

public Value getTop()
Implements {@link Value#getTop()}.

item

public Value item(int index)
Implements {@link Value#item(int)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.