|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The only addition is add and remove
| Method Summary | |
void |
add(XComponent c)
|
java.awt.Component |
getComponent()
Return the visual component for this extension element |
java.awt.Dimension |
getSize()
Returns the size of this compound |
void |
remove(XComponent c)
|
void |
removeAll()
Remove all components from conatiner. |
void |
setVisible(boolean v)
Set this drawing area visible. |
void |
setZoom(double zoom)
set the zoom level (1.0 is the normal) |
| Method Detail |
public java.awt.Component getComponent()
public java.awt.Dimension getSize()
public void setVisible(boolean v)
v - true=visible, false=invisiblepublic void add(XComponent c)
c - The component to be addedpublic void remove(XComponent c)
c - Remove component cpublic void removeAll()
public void setZoom(double zoom)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||