org.jhotdraw.standard
Class FastBufferedUpdateStrategy

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

public class FastBufferedUpdateStrategy
extends java.lang.Object
implements Painter

Version:
<$CURRENT_VERSION$>
Author:
WMG (INIT Copyright (C) 2000 All rights reserved)
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
equals, 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