Class DrawVoronoi

java.lang.Object
  extended by DrawVoronoi
All Implemented Interfaces:
IDrawAgent

public class DrawVoronoi
extends java.lang.Object
implements IDrawAgent


Constructor Summary
DrawVoronoi()
           
DrawVoronoi(double lfMaxLen)
           
DrawVoronoi(double lfMaxLen, IStateAccessor access)
           
 
Method Summary
 void draw(java.awt.Graphics g, IProjection p, double[] arrLfPoints, StateBundle[] arrAgentStates, CommGraph graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawVoronoi

public DrawVoronoi()

DrawVoronoi

public DrawVoronoi(double lfMaxLen)

DrawVoronoi

public DrawVoronoi(double lfMaxLen,
                   IStateAccessor access)
Method Detail

draw

public void draw(java.awt.Graphics g,
                 IProjection p,
                 double[] arrLfPoints,
                 StateBundle[] arrAgentStates,
                 CommGraph graph)
Specified by:
draw in interface IDrawAgent