All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.BufferedUpdateStrategy
CH.ifa.draw.standard.BufferedUpdateStrategy
- public class BufferedUpdateStrategy
- 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 into the given DrawingView.
-
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