org.apache.batik.css.engine.value
public class RectValue extends AbstractValue
| Field Summary | |
|---|---|
| protected Value | bottom
The bottom value. |
| protected Value | left
The left value. |
| protected Value | right
The right value. |
| protected Value | top
The top value. |
| Constructor Summary | |
|---|---|
| RectValue(Value t, Value r, Value b, Value l)
Creates a new Rect value. | |
| Method Summary | |
|---|---|
| Value | getBottom()
Implements {@link Value#getBottom()}. |
| String | getCssText()
A string representation of the current value. |
| Value | getLeft()
Implements {@link Value#getLeft()}. |
| short | getPrimitiveType()
The type of the value. |
| Value | getRight()
Implements {@link Value#getRight()}. |
| Value | getTop()
Implements {@link Value#getTop()}. |
| String | toString()
Returns a printable representation of this value. |