org.strbio.util.graph
Interface Graph2D.ClickListener

All Known Implementing Classes:
ClickablePointPlot
Enclosing class:
Graph2D

public static interface Graph2D.ClickListener

This is an interface for things that are interested in knowing when the graph is clicked.


Method Summary
 void clicked(double x, double y)
          This function gets called with the coordinates of the point that was clicked, in the frame of reference currently being displayed.
 

Method Detail

clicked

void clicked(double x,
             double y)
This function gets called with the coordinates of the point that was clicked, in the frame of reference currently being displayed.