|
|||||||||||
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.Circle
A circle.
Constructor Summary | |
Circle()
|
Method Summary | |
java.lang.String |
getCenter()
Returns the center. |
java.lang.String |
getRadius()
Returns the radius. |
void |
setCenter(java.lang.String center)
Sets the center. |
void |
setRadius(java.lang.String radius)
Sets the radius. |
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 Circle()
Method Detail |
public java.lang.String getCenter()
public void setCenter(java.lang.String center)
center
- The center to setpublic java.lang.String getRadius()
public void setRadius(java.lang.String radius)
radius
- The radius to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |