net.simplace.client.sim.graphpanel.transformer.SimFieldLocationTransformer
Transforms the input type into a random location within the bounds of the Dimension property. This is used as the backing Transformer for the LazyMap for many Layouts, and provides a random location for unmapped vertices the first time they are accessed.
public class SimFieldLocationTransformer implements
org.apache.commons.collections15.Transformer {
// Public Constructors
public SimFieldLocationTransformer(Dimension aDimension);
// Constants
public static final Map MAIN_HEIGHT;
public static final Map MAIN_WIDTH;
// Public Instance Methods
// Inner Classes
public static final class SimFieldLocationTransformer.ComponentLocation
}