|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class specifies a basic user interface component which is
Evaluable, has a size and is able to repaint itself.
This functionality represents the base responsibility for all derived
BaseComponent interfaces, each of which contains more
specific behavior.
| Method Summary | |
int |
getHeight()
Returns the height of the component in pixels. |
BasicComponent |
getParentComponent()
Returns the parent Component of this instance. |
int |
getWidth()
Returns the width of the component in pixels. |
void |
repaint()
Triggers a repaint. |
| Methods inherited from interface com.tensegrity.gui.Evaluable |
applyEvList, installEvList |
| Method Detail |
public int getWidth()
public int getHeight()
public void repaint()
public BasicComponent getParentComponent()
null if no parent exists.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||