Uses of Class
br.usp.ime.klava.segmentit.util.ColorSpace

Packages that use ColorSpace
br.usp.ime.klava.segmentit.gui This package contains classes utilized in the GUI (Graphical User Interface) of the segmentation tool. 
br.usp.ime.klava.segmentit.structures This package contains classes that implements the base data structures utilized in the segmentation tool. 
br.usp.ime.klava.segmentit.util This package contains utility classes utilized in the segmentation tool. 
 

Uses of ColorSpace in br.usp.ime.klava.segmentit.gui
 

Methods in br.usp.ime.klava.segmentit.gui that return ColorSpace
 ColorSpace SegmentationDocument.getColorSpace()
          Returns the ColosSpace used to paint the basins.
 

Methods in br.usp.ime.klava.segmentit.gui with parameters of type ColorSpace
 void SegmentationContainer.setColorSpace(ColorSpace colorSpace)
          Sets the colorSpace to paint the regions of the partition of the active SegmentationDocument.
 void SegmentationDocument.setColorSpace(ColorSpace colorSpace)
          Sets the ColorSpace to be used to paint the basins.
 

Uses of ColorSpace in br.usp.ime.klava.segmentit.structures
 

Methods in br.usp.ime.klava.segmentit.structures with parameters of type ColorSpace
 java.awt.image.BufferedImage PrimitiveCatchmentBasinsGraph.getBasinsImage(ColorSpace colorSpace)
          Returns an image with each PrimitiveCatchmentBasin painted with a unique color.
 

Uses of ColorSpace in br.usp.ime.klava.segmentit.util
 

Methods in br.usp.ime.klava.segmentit.util that return ColorSpace
static ColorSpace ColorSpace.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorSpace[] ColorSpace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in br.usp.ime.klava.segmentit.util with parameters of type ColorSpace
static java.awt.image.BufferedImage MatrixImagesUtils.paintBasins(Pixel[][] matrix, java.awt.Color watershedColor, ColorSpace colorSpace)
          Paints an image with each catchment basin of the matrix with a unique color (according to the labeling of each pixel).
static java.awt.image.BufferedImage MatrixImagesUtils.paintBasins(PrimitiveCatchmentBasinsGraph graph, int[] labels, ColorSpace colorSpace)
          Paints each primitive catchment basin of the given graph according to labels.
static void ColorSpace.selectColorSpace(ColorSpace initial)
          Displays a JDialog in which the user can select a ColorSpace.