Uses of Class
org.jaitools.imageutils.FillResult

Packages that use FillResult
org.jaitools.imageutils Helper classes used by image operators, plus general utility classes. 
 

Uses of FillResult in org.jaitools.imageutils
 

Methods in org.jaitools.imageutils that return FillResult
 FillResult FloodFiller.fill(int x, int y, int fillValue)
          Fills the region connected to the specified start pixel.
 FillResult FloodFiller.fill(int x, int y, int fillValue, double refValue)
          Fills the region connected to the specified start pixel.
 FillResult FloodFiller.fillRadius(int x, int y, int fillValue, double radius)
          Fills the region connected to the specified start pixel and lying within radius pixels of the start pixel.
 FillResult FloodFiller.fillRadius(int x, int y, int fillValue, double refValue, double radius)
          Fills the region connected to the specified start pixel and lying within radius pixels of the start pixel.
 

Methods in org.jaitools.imageutils with parameters of type FillResult
 void FillResult.expand(FillResult other)
          Merges the given region into this region.
 



Copyright © 2009-2015. All Rights Reserved.