Package com.pentec.adapt

This package provides classes for reading, viewing, and analyzing XY and image data files.

See:
          Description

Interface Summary
WindowFunctions This interface defines methods needed to support the AWindow drop down "Window" menu.
 

Class Summary
Adapt Advanced Data Analysis and Presentation Toolkit
AFileProperties AFileProperties
AImage AImage extends APanel and provides the base class for all images viewed by ADAPT.
AMultiPlot Multiple plots on top of one another in the same APanel

Plots may be different lengths X and Y arrays in a pair must be the same length

AOptions ADAPT options editor
APanel APanel extends JPanel and provides the base class for all data types viewed by ADAPT.
APlot APlot extends APanel and provides the base class for all XY type data viewed by ADAPT.
APrint APrint
AProperties Hold user preferences.
ASampleModel ASampleModel makes it easy to change band offsets after image creation
Axes This class is used by APanel to provide x and y axis controls for ADAPT
BugReport BugReport
CalibrationConstantsEditor Edit the calibration scale factor and background values.
Colorizer Colorizer provides color translation from pixel values to RGB for ADAPT.
DataFrame DataFrame provides the main data frame for ADAPT, the Advanced Data Analysis and Presentation Toolkit.
FileCopier Utility methods for copying and comparing files
FileDragTransferHandler FileDragTransferHandler
Options Options controls dialog
Shortcut Windows 9x/Me/2000/XP desktop shortcut installer
StatusBar StatusBar extends JToolBar and provides a status bar for ADAPT data frame's.
Update This class provides methods to update to the latest version of ADAPT.
ZoomListener MouseInputListener to implement zoom function and cursor tracking for ADAPT images and XY plots
 

Package com.pentec.adapt Description

This package provides classes for reading, viewing, and analyzing XY and image data files. The basic type for XY data is APlot and the basic type for image data is AImage.