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


Variable Index

 o o
For debugging.

Constructor Index

 o TRBufferedApplet()
No direct newing.

Method Index

 o draw(Graphics)
Dervied classes must override this and do the real work of drawing an image.
 o invalidate()
Not really needed but in for completeness.
 o paint(Graphics)
 o update(Graphics)

Variables

 o o
 protected static final PrintStream o
For debugging.

Constructors

 o TRBufferedApplet
 protected TRBufferedApplet()
No direct newing.

Methods

 o update
 public final void update(Graphics g)
Overrides:
update in class Component
 o paint
 public final void paint(Graphics g)
Overrides:
paint in class Container
 o invalidate
 public void invalidate()
Not really needed but in for completeness.

Overrides:
invalidate in class Container
 o 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