|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.Shape org.otvl.sbxbsamp.simple.Rectangle
A Rectangle.
Constructor Summary | |
Rectangle()
|
Method Summary | |
java.lang.String |
getHeight()
Returns the height. |
java.lang.String |
getWidth()
Returns the width. |
void |
setHeight(java.lang.String height)
Sets the height. |
void |
setWidth(java.lang.String width)
Sets the width. |
Methods inherited from class org.otvl.sbxbsamp.simple.Shape |
getPosition, getType, setPosition, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Rectangle()
Method Detail |
public java.lang.String getWidth()
public void setWidth(java.lang.String width)
width
- The width to setpublic java.lang.String getHeight()
public void setHeight(java.lang.String height)
height
- The height to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |