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