Class Update

java.lang.Object
   |
   +----java.awt.Rectangle
           |
           +----Update

class Update
extends Rectangle
Sorry, not documented yet.

Source


Variable Index

 o backimg
 o canvas
 o maxh
 o maxw

Constructor Index

 o Update(Canvas, Image, int, int)

Method Index

 o add(int, int, int, int)
 o add(Rectangle)
 o update()

Variables

 o canvas
 Canvas canvas
 o backimg
 Image backimg
 o maxw
 int maxw
 o maxh
 int maxh

Constructors

 o Update
 Update(Canvas canvas,
        Image backimg,
        int maxw,
        int maxh)

Methods

 o add
 public void add(int ax,
                 int ay,
                 int aw,
                 int ah)
 o add
 public synchronized void add(Rectangle r)
Overrides:
add in class Rectangle
 o update
 synchronized void update()