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