Package microsim.gui.colormap


package microsim.gui.colormap
  • Class
    Description
    A generic interface for color mappers.
    It builds automatically a color map varying between two colors on a variable range.
    An object used to map integer values to colors.
    It builds automatically a color map using a variable range.
    There are three types of range:
    From black color to a given color, based on a linear range. From given color to a given color, based on a linear range. From given color to a given color, based on dual range, with a middle color.
    It builds automatically a color map oscillating from a bottom color to a middle one and from the middle to a top one, on a variable range.