All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.SimpleUpdateStrategy
CH.ifa.draw.standard.SimpleUpdateStrategy
- public class SimpleUpdateStrategy
- implements Painter
The SimpleUpdateStrategy implements an update
strategy that directly redraws a DrawingView.
- See Also:
- DrawingView
-
SimpleUpdateStrategy()
-
-
draw(Graphics, DrawingView)
- Draws into the given DrawingView.
-
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