Class GraphPinScene.StringGraph

All Implemented Interfaces:
Accessible, org.openide.util.Lookup.Provider
Enclosing class:
GraphPinScene<N,E,P>

public abstract static class GraphPinScene.StringGraph extends GraphPinScene<String,String,String>
This class is a particular GraphPinScene where nodes, edges and pins are represented with String class.
  • Constructor Details

    • StringGraph

      public StringGraph()