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 getBottom. |
String | getCssText()
A string representation of the current value. |
Value | getLeft()
Implements getLeft. |
short | getPrimitiveType()
The type of the value. |
Value | getRight()
Implements getRight. |
Value | getTop()
Implements getTop. |
String | toString()
Returns a printable representation of this value. |