|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainer
The interface that defines the capabilties for an object that can contain Graphics
| Field Summary |
|---|
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Method Summary | |
|---|---|
void |
add(IGraphic g)
Adds a Graphic onto this Container |
Dimension |
getDimension()
Returns the Dimension of this Container |
void |
remove(IGraphic g)
Removes a Graphic from this Container |
void |
repaint()
Forces a repaint of all the Graphics on this Container |
void |
repaint(Rectangle bounds)
Forces a repaint of all the things that are on this Container in the given bounds |
| Methods inherited from interface java.awt.image.ImageObserver |
|---|
imageUpdate |
| Method Detail |
|---|
void add(IGraphic g)
g - The Graphic to put on/in this Containervoid remove(IGraphic g)
g - The Graphic to remove from this ContainerDimension getDimension()
void repaint()
void repaint(Rectangle bounds)
bounds -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||