net.simplace.client.sim.graphpanel.transformer.SimFieldLinkStrokeTransformer

Labels vertices by their toString. This class functions as a drop-in replacement for the default StringLabeller method. This class does not guarantee unique labels; or even consistent ones; as a result, getVertexByLabel will always return NULL.


public class SimFieldLinkStrokeTransformer implements
org.apache.commons.collections15.Transformer {
// Public Constructors
public SimFieldLinkStrokeTransformer(MultiPickedState
aPickedFieldContainerState);


// Public Instance Methods
public Stroke transform(SimFieldLink aArg0);



}