org.globus.cog.gui.grapheditor.targets.swing.util
Class OutlinePainter

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.targets.swing.util.AbstractPainter
      extended byorg.globus.cog.gui.grapheditor.targets.swing.util.OutlinePainter
All Implemented Interfaces:
Runnable, ScalingPainter

public class OutlinePainter
extends AbstractPainter


Field Summary
static int SPEED_IN_THE_MIDDLE
           
static int SPEED_QUICK_AND_NASTY
           
static int SPEED_SLOW_BUT_NICE
           
 
Fields inherited from class org.globus.cog.gui.grapheditor.targets.swing.util.AbstractPainter
bounds, buffer, canceled, destroyed, paintArea, painting
 
Constructor Summary
OutlinePainter(GraphView view)
           
 
Method Summary
 int getSpeed()
           
 void paintRun()
           
 void setSpeed(int speed)
           
 
Methods inherited from class org.globus.cog.gui.grapheditor.targets.swing.util.AbstractPainter
cancel, destroy, fireBufferUpdated, getBounds, getBuffer, getBufferDimension, getPaintArea, isPainting, run, setBounds, setBuffer, setBufferDimension, setPaintArea, setPainterListener, wake
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPEED_QUICK_AND_NASTY

public static final int SPEED_QUICK_AND_NASTY
See Also:
Constant Field Values

SPEED_IN_THE_MIDDLE

public static final int SPEED_IN_THE_MIDDLE
See Also:
Constant Field Values

SPEED_SLOW_BUT_NICE

public static final int SPEED_SLOW_BUT_NICE
See Also:
Constant Field Values
Constructor Detail

OutlinePainter

public OutlinePainter(GraphView view)
Method Detail

paintRun

public void paintRun()
Specified by:
paintRun in class AbstractPainter

getSpeed

public int getSpeed()

setSpeed

public void setSpeed(int speed)