|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IContainer | |
|---|---|
| graphics | The Graphics Package. |
| Uses of IContainer in graphics |
|---|
| Classes in graphics that implement IContainer | |
|---|---|
class |
CompoundGraphic
A Graphical object that acts as a container for other Graphical objects. |
class |
DrawingCanvas
This is a Panel that acts as a container for Graphics. |
| Methods in graphics that return IContainer | |
|---|---|
IContainer |
IGraphic.getContainer()
Get the Container this graphic is in. |
IContainer |
AbstractGraphic.getContainer()
Gets the Container of this graphic |
| Methods in graphics with parameters of type IContainer | |
|---|---|
void |
IGraphic.setContainer(IContainer container)
This sets the container of this graphic |
void |
AbstractGraphic.setContainer(IContainer container)
Sets the Container of this Graphic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||