org.jhotdraw.standard
Class SimpleUpdateStrategy

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

public class SimpleUpdateStrategy
extends java.lang.Object
implements Painter

The SimpleUpdateStrategy implements an update strategy that directly redraws a DrawingView.

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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
SimpleUpdateStrategy()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SimpleUpdateStrategy

public SimpleUpdateStrategy()
Method Detail

draw

public void draw(java.awt.Graphics g,
                 DrawingView view)
Draws the view contents.

Specified by:
draw in interface Painter