org.jhotdraw.standard
Class FastBufferedUpdateStrategy

java.lang.Object
  extended byorg.jhotdraw.standard.FastBufferedUpdateStrategy
All Implemented Interfaces:
Painter, java.io.Serializable

public class FastBufferedUpdateStrategy
extends java.lang.Object
implements Painter

Version:
<$CURRENT_VERSION$>
See Also:
Serialized Form

Constructor Summary
FastBufferedUpdateStrategy()
           
 
Method Summary
 void draw(java.awt.Graphics g, DrawingView view)
          Draws into the given DrawingView.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastBufferedUpdateStrategy

public FastBufferedUpdateStrategy()
Method Detail

draw

public void draw(java.awt.Graphics g,
                 DrawingView view)
Description copied from interface: Painter
Draws into the given DrawingView.

Specified by:
draw in interface Painter