All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.SimpleUpdateStrategy

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

public class SimpleUpdateStrategy
extends Object
implements Painter
The SimpleUpdateStrategy implements an update strategy that directly redraws a DrawingView.

See Also:
DrawingView

Constructor Index

 o SimpleUpdateStrategy()

Method Index

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

Constructors

 o SimpleUpdateStrategy
 public SimpleUpdateStrategy()

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index