|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steadystate.css.dom.RectImpl
public class RectImpl
Implementation of Rect.
| Constructor Summary | |
|---|---|
RectImpl()
Constructor. |
|
RectImpl(org.w3c.css.sac.LexicalUnit lu)
Constructor that reads the values from the given chain of LexicalUnits. |
|
| Method Summary | |
|---|---|
org.w3c.dom.css.CSSPrimitiveValue |
getBottom()
Returns the bottom part. |
org.w3c.dom.css.CSSPrimitiveValue |
getLeft()
Returns the left part. |
org.w3c.dom.css.CSSPrimitiveValue |
getRight()
Returns the right part. |
org.w3c.dom.css.CSSPrimitiveValue |
getTop()
Returns the top part. |
void |
setBottom(org.w3c.dom.css.CSSPrimitiveValue bottom)
Sets the bottom part to a new value. |
void |
setLeft(org.w3c.dom.css.CSSPrimitiveValue left)
Sets the left part to a new value. |
void |
setRight(org.w3c.dom.css.CSSPrimitiveValue right)
Sets the right part to a new value. |
void |
setTop(org.w3c.dom.css.CSSPrimitiveValue top)
Sets the top part to a new value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RectImpl(org.w3c.css.sac.LexicalUnit lu)
throws DOMException
lu - the values
DOMException - in case of errorpublic RectImpl()
| Method Detail |
|---|
public org.w3c.dom.css.CSSPrimitiveValue getTop()
getTop in interface org.w3c.dom.css.Rectpublic void setTop(org.w3c.dom.css.CSSPrimitiveValue top)
top - the new CSSPrimitiveValuepublic org.w3c.dom.css.CSSPrimitiveValue getRight()
getRight in interface org.w3c.dom.css.Rectpublic void setRight(org.w3c.dom.css.CSSPrimitiveValue right)
right - the new CSSPrimitiveValuepublic org.w3c.dom.css.CSSPrimitiveValue getBottom()
getBottom in interface org.w3c.dom.css.Rectpublic void setBottom(org.w3c.dom.css.CSSPrimitiveValue bottom)
bottom - the new CSSPrimitiveValuepublic org.w3c.dom.css.CSSPrimitiveValue getLeft()
getLeft in interface org.w3c.dom.css.Rectpublic void setLeft(org.w3c.dom.css.CSSPrimitiveValue left)
left - the new CSSPrimitiveValuepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||