Uses of Class
org.eclipse.nebula.visualization.widgets.figures.IntensityGraphFigure.ColorDepth
-
Packages that use IntensityGraphFigure.ColorDepth Package Description org.eclipse.nebula.visualization.widgets.figures -
-
Uses of IntensityGraphFigure.ColorDepth in org.eclipse.nebula.visualization.widgets.figures
Fields in org.eclipse.nebula.visualization.widgets.figures declared as IntensityGraphFigure.ColorDepth Modifier and Type Field Description private IntensityGraphFigure.ColorDepth
IntensityGraphFigure. colorDepth
Methods in org.eclipse.nebula.visualization.widgets.figures that return IntensityGraphFigure.ColorDepth Modifier and Type Method Description IntensityGraphFigure.ColorDepth
IntensityGraphFigure. getColorDepth()
static IntensityGraphFigure.ColorDepth
IntensityGraphFigure.ColorDepth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IntensityGraphFigure.ColorDepth[]
IntensityGraphFigure.ColorDepth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.widgets.figures with parameters of type IntensityGraphFigure.ColorDepth Modifier and Type Method Description void
IntensityGraphFigure. setColorDepth(IntensityGraphFigure.ColorDepth colorDepth)
Set Color depth of the image.
-