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

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

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

Methods in org.strbio.util.graph with parameters of type ClickablePointPlot.ClickListener
 void ClickablePointPlot.setListener(ClickablePointPlot.ClickListener l)
           
 

Constructors in org.strbio.util.graph with parameters of type ClickablePointPlot.ClickListener
ClickablePointPlot(DVectorSet x, ClickablePointPlot.ClickListener y)
          initialize with a set of points.