Uses of Class
jaitools.imageutils.FillResult

Packages that use FillResult
jaitools.imageutils Various helper classes used by jai-tools image operators. 
 

Uses of FillResult in jaitools.imageutils
 

Methods in 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 jaitools.imageutils with parameters of type FillResult
 void FillResult.expand(FillResult other)
          Merges the given region into this region.
 



Copyright © 2009-2011. All Rights Reserved.