Package idare.imagenode.ColorManagement
This Package contains classes used for Displaying and defining
ColorMaps available in IDARE. It is mainly provided to allow the creation of individual DataSet Types that need specific
color descriptions.- Author:
- Thomas Pfau
-
Interface Summary Interface Description ColorScale AColorScaleprovidesColors based on its properties for values between 0 and 1. -
Class Summary Class Description ColorMap ColorScaleFactory TheColorScaleFactorycan either generate individualColorScales or sets ofColorScales which possess specific properties.ColorScalePane A Colorscale pane is a graphical representation of aColorScale, that can be added to Swing Components.ColorUtils Color Utils provide some static convenience functions for ColorsDiscreteColorScalePane 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.