Package jas.plot

This package contains some graphical renderes for the space objects contained in the jas.space package.

See:
          Description

Interface Summary
IColored An interface for object plotted on LayeredSurfaceFrame.
IColorMap A generic interface for color mappers.
ILayerDrawer An interface used by LayeredSurfaceFrame to delegate the rendering of a layer.
ILayerMouseListener An interface used by LayerDrawer to manage the mouse events.
 

Class Summary
CellObjectChooser Not of interest for users.
ColorDoubleRangeMap It builds automatically a color map varying between two colors on a variable range.
ColorLegendFrame It is a frame to show a color legend.
ColorMap An object used to map integer values to colors.
ColorRangeMap It builds automatically a color map using a variable range.
ColorTripleRangeMap 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.
LayerDblGridDrawer It is able to draw a DblGrid on a LayeredSurfaceFrame using a ColorMap to render the values contained by the cell with a specific color.
LayeredSurfaceFrame It is the Space Viewer window.
LayeredSurfacePanel Not of interest for users.
LayeredSurfaceProperties Not of interest for users.
LayerIntGridDrawer It is able to draw an IntGrid on a LayeredSurfaceFrame using a ColorMap to render the values contained by the cell with a specific color.
LayerMouseListener A generic implementation of the ILayerMouseListener interface.
LayerMultiObjectGridDrawer It is able to draw objects contained by a MultiObjGrid on a LayeredSurfaceFrame.
LayerObjGridDrawer It is able to draw objects contained by an ObjGrid on a LayeredSurfaceFrame.
 

Package jas.plot Description

This package contains some graphical renderes for the space objects contained in the jas.space package.