Class DrawAgentRadius

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

public class DrawAgentRadius
extends java.lang.Object
implements IDrawAgent


Constructor Summary
DrawAgentRadius(double lfRadius)
           
DrawAgentRadius(double lfRadius, IStateAccessor accessor)
           
 
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

DrawAgentRadius

public DrawAgentRadius(double lfRadius)

DrawAgentRadius

public DrawAgentRadius(double lfRadius,
                       IStateAccessor accessor)
Method Detail

draw

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