org.math.plot.plotObjects
Interface Editable

All Known Implementing Classes:
Axe, BarPlot, BoxPlot2D, BoxPlot3D, GridPlot3D, HistogramPlot2D, HistogramPlot3D, LinePlot, Plot, QuantilePlot, ScatterPlot, StaircasePlot

public interface Editable

BSD License

Author:
Yann RICHET

Method Summary
 void edit(Object editParent)
           
 void editnote(AbstractDrawer draw)
           
 double[] isSelected(int[] screenCoord, AbstractDrawer draw)
           
 

Method Detail

isSelected

double[] isSelected(int[] screenCoord,
                    AbstractDrawer draw)

edit

void edit(Object editParent)

editnote

void editnote(AbstractDrawer draw)