Class DrawTowards

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

public class DrawTowards
extends java.lang.Object
implements IDrawAgent


Constructor Summary
DrawTowards()
           
 
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

DrawTowards

public DrawTowards()
Method Detail

draw

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