ca.nanometrics.gflot.client.event
Interface SelectionListener

All Known Implementing Classes:
PlotWithOverview

public interface SelectionListener

Author:
AlexanderDeleon

Method Summary
 void selected(double x1, double y1, double x2, double y2)
          The area defined by the points (x1,y1) and (x2,y2) has been selected in the plot.
 

Method Detail

selected

void selected(double x1,
              double y1,
              double x2,
              double y2)
The area defined by the points (x1,y1) and (x2,y2) has been selected in the plot.

Parameters:
x1 -
y1 -
x2 -
y2 -


Copyright © 2009. All Rights Reserved.