Package jpl.mipl.jade

Package containing all of the user-accessible JADE components.

See:
          Description

Interface Summary
BackgroundPainter An interface that allows backgrounds to be painted on a JadeDisplay component before the actual image is drawn.
OverlayPainter An interface that allows overlays to be painted on a display component such as JadeDisplay.
 

Class Summary
Jade  
JadeDisplay The primary image display component for JADE.
JadeFileChooser Custom FileLoader that can deal with VICAR-3File images and Stereo-pairs
JViewportImage Exactly like JViewport except that diagonal scrolls are supported with blits, enabling "mouse pan" without repainting the entire image.
MouseScroller A component that implements mouse scrolling for a JViewport.
SimpleColorConverter Purpose: This program accepts three images (or a three-band image), decomposes it to HSI space, manipulates HSI values, converts back to RGB, and writes result.
SimpleOverlayer Purpose: This program accepts a primary image, its type, and a background image.
 

Package jpl.mipl.jade Description

Package containing all of the user-accessible JADE components. Any pieces of JADE that normal user code will use should be in this package.

This package makes use of the JADE utility classes in jpl.mipl.jade.util.