Class SimFieldLocationTransformer

java.lang.Object
net.simplace.client.sim.graphpanel.transformer.SimFieldLocationTransformer
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<FWSimFieldContainer,Point2D>

public class SimFieldLocationTransformer extends Object implements org.apache.commons.collections15.Transformer<FWSimFieldContainer,Point2D>
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.
Author:
Andreas Enders