Class DrawAgentStartState

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

public class DrawAgentStartState
extends java.lang.Object
implements IDrawAgent


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

Constructor Detail

DrawAgentStartState

public DrawAgentStartState()

DrawAgentStartState

public DrawAgentStartState(double[] arrLfStartPositions)

DrawAgentStartState

public DrawAgentStartState(double[] arrLfStartPositions,
                           int nDrawColor)
Method Detail

setStartPositions

public void setStartPositions(double[] arrLfStartPositions)

draw

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