Package uk.ac.essex.ia.util

Provides for the classes that are not specifically related to ImageApp but could be used more globally as general utilities.

See:
          Description

Class Summary
ButtonPanel Title: ImageApp Description: Copyright: Copyright (c) 2001 Company:
DebugLog A class that prints debugging messages.
FloatDocument Restricts text input to type Float, for use in things like JTextAreas etc.
ImageJFileChooser ImageJFileChooser is essentially a JFileChooser but includes the FileFilters that are associated with all the file types handled by the Java Advanced Imaging API.
ImagePreview This class is used by ImageJFileChooser so users can preview the currently selected image file.
MathFunctions A final class with some mathmatical functions as static methods
MedianFilterDialog Title: ImageApp Description: Copyright: Copyright (c) 2001 Company:
MyFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ObjectFIFO An Object First In First Out data structure.
Raster2 A simple extension of Raster which adds some convenience methods for access pixel values in a more intuitive way (grey(), red(), green(), blue(), etc.) and a set of statistical operations on pixel values.
ResourceHelper

Copyright: Copyright (c) 2011
Company: MSX-International
SaveCancelPanel  
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
WritableRaster2 A simple extension of WritableRaster which adds some convenience methods for setting pixel values in a more intuitive way (setGrey(), setRed(), setGreen(), setBlue(), etc.)
 

Package uk.ac.essex.ia.util Description

Provides for the classes that are not specifically related to ImageApp but could be used more globally as general utilities.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: