|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ value overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.css.engine.value
Class RectValue

java.lang.Objectorg.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.RectValue
- All Implemented Interfaces:
- Value
- public class RectValue
- extends AbstractValue
This class represents CSS rect values.
- Version:
- $Id: RectValue.java,v 1.3 2004/08/18 07:12:53 vhardy Exp $
| 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 Value.getBottom() 55 . |
java.lang.String |
getCssText()
A string representation of the current value. |
Value |
getLeft()
Implements Value.getLeft() 55 . |
short |
getPrimitiveType()
The type of the value. |
Value |
getRight()
Implements Value.getRight() 55 . |
Value |
getTop()
Implements Value.getTop() 55 . |
java.lang.String |
toString()
Returns a printable representation of this value. |
| Methods inherited from class org.apache.batik.css.engine.value.AbstractValue |
createDOMException, getBlue, getCssValueType, getFloatValue, getGreen, getIdentifier, getLength, getListStyle, getRed, getSeparator, getStringValue, item |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
top
protected Value top
- The top value.
right
protected Value right
- The right value.
bottom
protected Value bottom
- The bottom value.
left
protected Value left
- The left value.
| Constructor Detail |
RectValue
public RectValue(Value t, Value r, Value b, Value l)
- Creates a new Rect value.
| Method Detail |
getPrimitiveType
public short getPrimitiveType()
- The type of the value.
- Specified by:
getPrimitiveTypein interfaceValue- Overrides:
getPrimitiveTypein classAbstractValue
getCssText
public java.lang.String getCssText()
- A string representation of the current value.
getTop
public Value getTop() throws org.w3c.dom.DOMException
- Implements
Value.getTop()55 .- Specified by:
getTopin interfaceValue- Overrides:
getTopin classAbstractValue
getRight
public Value getRight() throws org.w3c.dom.DOMException
- Implements
Value.getRight()55 .- Specified by:
getRightin interfaceValue- Overrides:
getRightin classAbstractValue
getBottom
public Value getBottom() throws org.w3c.dom.DOMException
- Implements
Value.getBottom()55 .- Specified by:
getBottomin interfaceValue- Overrides:
getBottomin classAbstractValue
getLeft
public Value getLeft() throws org.w3c.dom.DOMException
- Implements
Value.getLeft()55 .- Specified by:
getLeftin interfaceValue- Overrides:
getLeftin classAbstractValue
toString
public java.lang.String toString()
- Returns a printable representation of this value.
|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ value overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC