Package idare.imagenode.ColorManagement
This Package contains classes used for Displaying and defining
ColorMap
s 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 AColorScale
providesColor
s based on its properties for values between 0 and 1. -
Class Summary Class Description ColorMap ColorScaleFactory TheColorScaleFactory
can either generate individualColorScale
s or sets ofColorScale
s 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.