All Packages Class Hierarchy This Package Previous Next Index
Class tropo.applet.TRBufferedApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tropo.applet.TRBufferedApplet
- public abstract class TRBufferedApplet
- extends Applet
Copyright (c) 1997-1998 Tropo. All Rights Reserved.
Buffered, offscreen, flicker-free drawing for an Applet
-
o
- For debugging.
-
TRBufferedApplet()
- No direct newing.
-
draw(Graphics)
- Dervied classes must override this and do the real work of
drawing an image.
-
invalidate()
- Not really needed but in for completeness.
-
paint(Graphics)
-
-
update(Graphics)
-
o
protected static final PrintStream o
- For debugging.
TRBufferedApplet
protected TRBufferedApplet()
- No direct newing.
update
public final void update(Graphics g)
- Overrides:
- update in class Component
paint
public final void paint(Graphics g)
- Overrides:
- paint in class Container
invalidate
public void invalidate()
- Not really needed but in for completeness.
- Overrides:
- invalidate in class Container
draw
protected abstract void draw(Graphics g)
- Dervied classes must override this and do the real work of
drawing an image.
All Packages Class Hierarchy This Package Previous Next Index