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 getBlue.
ValuegetBottom()
Implements getBottom.
shortgetCssValueType()
Implements getCssValueType.
floatgetFloatValue()
Implements getFloatValue.
ValuegetGreen()
Implements getGreen.
StringgetIdentifier()
Implements getIdentifier.
ValuegetLeft()
Implements getLeft.
intgetLength()
Implements getLength.
StringgetListStyle()
Implements getListStyle.
shortgetPrimitiveType()
Implements getPrimitiveType.
ValuegetRed()
Implements getRed.
ValuegetRight()
Implements getRight.
StringgetSeparator()
Implements getSeparator.
StringgetStringValue()
Implements getStringValue.
ValuegetTop()
Implements getTop.
Valueitem(int index)
Implements Value.

Method Detail

createDOMException

protected DOMException createDOMException()
Creates an INVALID_ACCESS_ERR exception.

getBlue

public Value getBlue()
Implements getBlue.

getBottom

public Value getBottom()
Implements getBottom.

getCssValueType

public short getCssValueType()
Implements getCssValueType.

getFloatValue

public float getFloatValue()
Implements getFloatValue.

getGreen

public Value getGreen()
Implements getGreen.

getIdentifier

public String getIdentifier()
Implements getIdentifier.

getLeft

public Value getLeft()
Implements getLeft.

getLength

public int getLength()
Implements getLength.

getListStyle

public String getListStyle()
Implements getListStyle.

getPrimitiveType

public short getPrimitiveType()
Implements getPrimitiveType.

getRed

public Value getRed()
Implements getRed.

getRight

public Value getRight()
Implements getRight.

getSeparator

public String getSeparator()
Implements getSeparator.

getStringValue

public String getStringValue()
Implements getStringValue.

getTop

public Value getTop()
Implements getTop.

item

public Value item(int index)
Implements Value.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.