|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt
Class Container.GfxVisitor

java.lang.Objectjava.awt.Container.GfxVisitor
- Direct Known Subclasses:
- Container.GfxPaintAllVisitor, Container.GfxPaintVisitor, Container.GfxPrintAllVisitor, Container.GfxPrintVisitor
- Enclosing class:
- Container
- abstract static class Container.GfxVisitor
- extends java.lang.Object
| Constructor Summary | |
(package private) |
Container.GfxVisitor()
|
| Method Summary | |
abstract void |
visit(Component c,
Graphics gfx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Container.GfxVisitor
Container.GfxVisitor()
| Method Detail |
visit
public abstract void visit(Component c, Graphics gfx)
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.awt.Container.GfxVisitor