Class DrawGraphLightly

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

public class DrawGraphLightly
extends java.lang.Object
implements IDrawAgent

Oops, only draws r-disk graph


Constructor Summary
DrawGraphLightly()
           
 
Method Summary
 void draw(java.awt.Graphics g, IProjection p, double[] pts, StateBundle[] arrAgentStates, CommGraph currGraph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawGraphLightly

public DrawGraphLightly()
Method Detail

draw

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