Interface IDrawAgent

All Known Implementing Classes:
DrawAgentRadius, DrawAgentStartState, DrawConstraintTree, DrawGraphLightly, DrawTowards, DrawVoronoi

public interface IDrawAgent


Method Summary
 void draw(java.awt.Graphics g, IProjection p, double[] arrLfPoints, StateBundle[] arrAgentStates, CommGraph graph)
           
 

Method Detail

draw

void draw(java.awt.Graphics g,
          IProjection p,
          double[] arrLfPoints,
          StateBundle[] arrAgentStates,
          CommGraph graph)