Class DrawConstraintTree

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

public class DrawConstraintTree
extends java.lang.Object
implements IDrawAgent


Constructor Summary
DrawConstraintTree()
           
DrawConstraintTree(IStateAccessor stateAccess)
           
 
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

DrawConstraintTree

public DrawConstraintTree()

DrawConstraintTree

public DrawConstraintTree(IStateAccessor stateAccess)
Method Detail

draw

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