|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgpruitt.datamodeler.diagramming.VisibleTable
public class VisibleTable
Constructor Summary | |
---|---|
VisibleTable()
|
Method Summary | |
---|---|
int |
getHeight()
|
Table |
getTable()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
void |
setHeight(int height)
|
void |
setTable(Table table)
|
void |
setWidth(int width)
|
void |
setX(int x)
|
void |
setY(int y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisibleTable()
Method Detail |
---|
public int getHeight()
public void setHeight(int height)
public Table getTable()
public void setTable(Table table)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |