public class SimFieldLocationLayout extends edu.uci.ics.jung.algorithms.layout.AbstractLayout { // Public Constructors public SimFieldLocationLayout(SimEnvGraphPanel aGraphPanel); // Public Instance Methods
public double getRadius();
Returns the radius of the circle. returns the radius
public void setRadius(double aRadius);
Sets the radius of the circle. Must be called before initialize() is called.