|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCH.ifa.draw.standard.BufferedUpdateStrategy
public class BufferedUpdateStrategy
The BufferedUpdateStrategy implements an update strategy that first draws a view into a buffer followed by copying the buffer to the DrawingView.
DrawingView
,
Serialized FormConstructor Summary | |
---|---|
BufferedUpdateStrategy()
|
Method Summary | |
---|---|
void |
draw(java.awt.Graphics g,
DrawingView view)
Draws the view contents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferedUpdateStrategy()
Method Detail |
---|
public void draw(java.awt.Graphics g, DrawingView view)
draw
in interface Painter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |