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
-
SimpleUpdateStrategy()
-
-
draw(Graphics, DrawingView)
- Draws the view contents.
SimpleUpdateStrategy
public SimpleUpdateStrategy()
draw
public void draw(Graphics g,
DrawingView view)
- Draws the view contents.
All Packages Class Hierarchy This Package Previous Next Index