Uses of Class
idare.imagenode.ColorManagement.ColorScalePane
-
Packages that use ColorScalePane Package Description idare.imagenode.ColorManagement This Package contains classes used for Displaying and definingColorMap
s available in IDARE. -
-
Uses of ColorScalePane in idare.imagenode.ColorManagement
Subclasses of ColorScalePane in idare.imagenode.ColorManagement Modifier and Type Class Description class
DiscreteColorScalePane
A Discrete color scale pane The difference to a normal colorscalepane is, that this pane will plot with discrete colors and will not use a linear gradient to walk between the colors.Methods in idare.imagenode.ColorManagement that return ColorScalePane Modifier and Type Method Description ColorScalePane
ColorMap. getColorScalePane()
Get a visual representation of theColorScale
used in this map.ColorScalePane
ColorScale. getColorScalePane()
Get aColorScalePane
as a description for thisColorScale
-