Package br.usp.ime.klava.segmentit.gui

This package contains classes utilized in the GUI (Graphical User Interface) of the segmentation tool.

See:
          Description

Interface Summary
ToolContainer Interface for classes that can hold Tools.
 

Class Summary
About Displays information about the SegmentIt tool.
DelayedSlider Extends JSlider delaying the fire of change events.
FileChooser Provides a JFileChooser with the FileFilters used by the GUI tool.
ImagesViewer Creates a window that displays images in layers.
JTreeHierarchy Displays a hierarchical structure rooted in a HierarchyNode in a JTree.
MarkersEditor Implements a canvas where markers can be edited.
SegmentationContainer The main class of the tool GUI.
SegmentationDocument Stores an image to be segmented.
SegmentViaHierarchy Used to store an image to be segmented using hierarchies of partitions.
StatusBar StatusBar utilized to display help on the usage of the selected tool.
ZoomableImageIcon Extension of ImageIcon, with zoom and opacity support for visualization purposes.
 

Enum Summary
Tool Tools used to trigger the available functionalities.
 

Package br.usp.ime.klava.segmentit.gui Description

This package contains classes utilized in the GUI (Graphical User Interface) of the segmentation tool.