|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.Frame
A frame in a page.
Constructor Summary | |
Frame()
|
Method Summary | |
java.lang.String |
getName()
Returns the name. |
int |
getX()
Returns the x. |
int |
getY()
Returns the y. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setX(int x)
Sets the x. |
void |
setY(int y)
Sets the y. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Frame()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to setpublic int getX()
public void setX(int x)
x
- The x to setpublic int getY()
public void setY(int y)
y
- The y to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |