Uses of Interface
org.eclipse.nebula.visualization.widgets.figures.IntensityGraphFigure.IROIListener
-
Packages that use 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
Fields in org.eclipse.nebula.visualization.widgets.figureparts declared as IntensityGraphFigure.IROIListener Modifier and Type Field Description private IntensityGraphFigure.IROIListener
ROIFigure. roiListener
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 void
IntensityGraphFigure. addROI(java.lang.String name, IntensityGraphFigure.IROIListener roiListener, IntensityGraphFigure.IROIInfoProvider roiInfoProvider)
Add a new ROI to the graph.
-