Package jsky.image.gui

Contains widgets that are used for image display or related tasks.

See:
          Description

Interface Summary
BasicImageDisplay This defines the common interface for classes that display an image (a JAI PlanarImage).
GraphicsImageDisplay This defines the interface for a widget that can display images and draw graphics overlays.
ImageGraphicsHandler A callback interface for classes that need to draw graphics over an image.
MainImageDisplay This defines the interface for a main application image display window.
 

Class Summary
DivaGraphicsImageDisplay Implements a JAI based image display window with extra support for 2D graphics, based on the Diva package.
DivaMainImageDisplay Implements the main image display window and provides methods to implement each of the menu items in the ImageDisplayMenuBar class.
ImageColorbar This widget displays a color bar with the colors used in the image and allows you to manipulate the color lookup table by dragging the mouse over the bar (based on the JAITutor demo by Dennis Sigel).
ImageColors Dialog to select image colormaps and color scaling algorithms.
ImageColorsFrame Provides a top level window for an ImageColors panel.
ImageColorsInternalFrame Provides a top level window for an ImageColors panel.
ImageCoordinateConverter This utility class may be used by classes that display images to convert between different coordinate systems, optionally including world coordinates.
ImageCutLevels Dialog to view and edit the image cut levels.
ImageCutLevelsFrame Provides a top level window for an ImageCutLevels panel.
ImageCutLevelsInternalFrame Provides a top level window for an ImageCutLevels panel.
ImageDisplay Implements a JAI (Java Advanced Imaging) based image display window.
ImageDisplayControl Combines an ImageDisplay with a control panel, zoom, and pan windows.
ImageDisplayControlFrame Provides a top level window for an ImageDisplayControl panel.
ImageDisplayControlInternalFrame Provides a top level window (internal frame version) for an ImageDisplayControl panel.
ImageDisplayMenuBar Implements a menubar for an ImageDisplayControl.
ImageDisplayPanel An image display control panel.
ImageDisplayStatusPanel Displays the image coordinates, pixel value, and world coordinates at the mouse pointer position.
ImageDisplayToolBar A tool bar for the image display window.
ImageHistoryItem Used to store information about previously viewed images.
ImagePanner This widget displays a "view" of an image at a low magnification, so that the entire image is visible in a small window.
ImagePrintDialog Displays a print dialog box for printing the current image display and handles the details of printing the image and graphics.
ImageProperties Dialog to view the image properties.
ImagePropertiesFrame Provides a top level window for an ImageProperties panel.
ImagePropertiesInternalFrame Provides a top level window for an ImageProperties panel.
ImageSaveDialog A Dialog box for saving wither the original image file, or the image view, with graphics.
ImageZoom This widget is for displaying a magnified section of the image at the mouse pointer.
PickObject A User interface for selecting objects (stars/galaxies) in an image.
PickObjectFrame Provides a top level window for a PickObject panel.
PickObjectGUI Title: GUI File Description: Generated with JBuilder Copyright: Copyright (c) 2000 Aura Inc.
PickObjectInternalFrame Provides a top level window for a PickObject panel.
PickObjectStatistics Gathers statistics about a given area of the image using a centroid algorithm.
 

Package jsky.image.gui Description

Contains widgets that are used for image display or related tasks.