Class SimFieldPopupLabelTransformer

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

public class SimFieldPopupLabelTransformer extends Object implements org.apache.commons.collections15.Transformer<FWSimFieldContainer,String>
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.
Author:
Andreas Enders
  • Constructor Details

    • SimFieldPopupLabelTransformer

      public SimFieldPopupLabelTransformer()
  • Method Details