org.apache.batik.css.engine.value
public abstract class AbstractValue extends Object implements Value
| Method Summary | |
|---|---|
| protected DOMException | createDOMException()
Creates an INVALID_ACCESS_ERR exception. |
| Value | getBlue()
Implements {@link Value#getBlue()}. |
| Value | getBottom()
Implements {@link Value#getBottom()}. |
| short | getCssValueType()
Implements {@link Value#getCssValueType()}. |
| float | getFloatValue()
Implements {@link Value#getFloatValue()}. |
| Value | getGreen()
Implements {@link Value#getGreen()}. |
| String | getIdentifier()
Implements {@link Value#getIdentifier()}. |
| Value | getLeft()
Implements {@link Value#getLeft()}. |
| int | getLength()
Implements {@link Value#getLength()}. |
| String | getListStyle()
Implements {@link Value#getListStyle()}. |
| short | getPrimitiveType()
Implements {@link Value#getPrimitiveType()}. |
| Value | getRed()
Implements {@link Value#getRed()}. |
| Value | getRight()
Implements {@link Value#getRight()}. |
| String | getSeparator()
Implements {@link Value#getSeparator()}. |
| String | getStringValue()
Implements {@link Value#getStringValue()}. |
| Value | getTop()
Implements {@link Value#getTop()}. |
| Value | item(int index)
Implements {@link Value#item(int)}. |