Uses of Interface
org.strbio.util.graph.Graph2D.ClickListener

Packages that use Graph2D.ClickListener
org.strbio.util.graph These classes perform utility functions related to 2D and 3D graphics. 
 

Uses of Graph2D.ClickListener in org.strbio.util.graph
 

Classes in org.strbio.util.graph that implement Graph2D.ClickListener
 class ClickablePointPlot
          A component that acts like it's displaying points, but only circles the one that's been clicked on.
 

Methods in org.strbio.util.graph with parameters of type Graph2D.ClickListener
 void Graph2D.setListener(Graph2D.ClickListener l)
          Sets the object that listens for clicks on the graph.