ca.nanometrics.gflot.client
Interface PlotModel.PlotModelListener

All Known Implementing Classes:
PlotWithInteractiveLegend
Enclosing class:
PlotModel

public static interface PlotModel.PlotModelListener


Method Summary
 void onAddSeries(PlotModel model, java.lang.String label, java.lang.String color, SeriesHandler handler)
           
 void onRemoveSeries(PlotModel model, SeriesHandler handler)
           
 

Method Detail

onAddSeries

void onAddSeries(PlotModel model,
                 java.lang.String label,
                 java.lang.String color,
                 SeriesHandler handler)

onRemoveSeries

void onRemoveSeries(PlotModel model,
                    SeriesHandler handler)


Copyright © 2009. All Rights Reserved.