Uses of Interface
org.eclipse.nebula.visualization.widgets.figures.IntensityGraphFigure.IROIListener
| Package | Description |
|---|---|
| org.eclipse.nebula.visualization.widgets.figureparts | |
| org.eclipse.nebula.visualization.widgets.figures |
-
Uses of IntensityGraphFigure.IROIListener in org.eclipse.nebula.visualization.widgets.figureparts
Constructors in org.eclipse.nebula.visualization.widgets.figureparts with parameters of type IntensityGraphFigure.IROIListener Constructor Description ROIFigure(IntensityGraphFigure intensityGraphFigure, java.lang.String name, org.eclipse.swt.graphics.Color color, IntensityGraphFigure.IROIListener roiListener, IntensityGraphFigure.IROIInfoProvider roiInfoProvider)Constructor of ROI figure. -
Uses of IntensityGraphFigure.IROIListener in org.eclipse.nebula.visualization.widgets.figures
Methods in org.eclipse.nebula.visualization.widgets.figures with parameters of type IntensityGraphFigure.IROIListener Modifier and Type Method Description voidIntensityGraphFigure. addROI(java.lang.String name, IntensityGraphFigure.IROIListener roiListener, IntensityGraphFigure.IROIInfoProvider roiInfoProvider)Add a new ROI to the graph.