All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.BufferedUpdateStrategy

java.lang.Object
   |
   +----CH.ifa.draw.standard.BufferedUpdateStrategy

public class BufferedUpdateStrategy
extends Object
implements Painter
The BufferedUpdateStrategy implements an update strategy that first draws a view into a buffer followed by copying the buffer to the DrawingView.

See Also:
DrawingView

Constructor Index

 o BufferedUpdateStrategy()

Method Index

 o draw(Graphics, DrawingView)
Draws the view contents.

Constructors

 o BufferedUpdateStrategy
 public BufferedUpdateStrategy()

Methods

 o draw
 public void draw(Graphics g,
                  DrawingView view)
Draws the view contents.


All Packages  Class Hierarchy  This Package  Previous  Next  Index