A C D E F G H I L M N O P R S T U V W X Y

A

AdaptiveRectangularTiler - Class in lib.tilers
Adaptive tiler finds its way on how to tile and split the given image.
AdaptiveRectangularTiler(int, int) - Constructor for class lib.tilers.AdaptiveRectangularTiler
Given the rows and columns tile the image.
AdaptiveSquareTiler - Class in lib.tilers
Wrapper class around AdaptiveRectangularTiler
AdaptiveSquareTiler(int) - Constructor for class lib.tilers.AdaptiveSquareTiler
 
AdaptiveTriangularTiler - Class in lib.tilers
Adaptive tiler finds its way on how to tile and split the given image.
AdaptiveTriangularTiler() - Constructor for class lib.tilers.AdaptiveTriangularTiler
 
AffineFlipTransform - Class in lib.transformations
 
AffineFlipTransform(int) - Constructor for class lib.transformations.AffineFlipTransform
 
AffineFlipTransform() - Constructor for class lib.transformations.AffineFlipTransform
 
AffineFlopTransfrom - Class in lib.transformations
 
AffineFlopTransfrom(int) - Constructor for class lib.transformations.AffineFlopTransfrom
 
AffineFlopTransfrom() - Constructor for class lib.transformations.AffineFlopTransfrom
 
AffineRotateQuadrantsTransform - Class in lib.transformations
functor class to rotate an image by the given quadrant
AffineRotateQuadrantsTransform(int, int) - Constructor for class lib.transformations.AffineRotateQuadrantsTransform
 
AffineRotateQuadrantsTransform(int) - Constructor for class lib.transformations.AffineRotateQuadrantsTransform
 
AffineRotateTransform - Class in lib.transformations
functor class to rotate an image by the given degrees
AffineRotateTransform(double, int) - Constructor for class lib.transformations.AffineRotateTransform
 
AffineRotateTransform(double) - Constructor for class lib.transformations.AffineRotateTransform
 
AffineScaleTransform - Class in lib.transformations
 
AffineScaleTransform(double, double, int) - Constructor for class lib.transformations.AffineScaleTransform
 
AffineScaleTransform(double, double) - Constructor for class lib.transformations.AffineScaleTransform
 
AffineShearTransform - Class in lib.transformations
functor class to affineShear an image
AffineShearTransform(double, double, int) - Constructor for class lib.transformations.AffineShearTransform
 
AffineShearTransform(double, double) - Constructor for class lib.transformations.AffineShearTransform
 
affineTransform(BufferedImage, AffineTransform, int) - Static method in class lib.transformations.ImageTransform
The Affine transform theory: [ x'] [ m00 m01 m02 ] [ x ] [ m00x + m01y + m02 ] [ y'] = [ m10 m11 m12 ] [ y ] = [ m10x + m11y + m12 ] [ 1 ] [ 0 0 1 ] [ 1 ] [ 1 ] The corresponding matrix values: [ m00 m01 m02 ] [ scx shx trx ] [ m10 m11 m12 ] <=> [ shy scy try ] [ 0 0 1 ] [ 0 0 1 ]
app - package app
 
app.configuration - package app.configuration
 
app.configuration.converters - package app.configuration.converters
 
app.configuration.validators - package app.configuration.validators
 
Application - Class in app
Command line utility to compress an image using fractal image compression methods.
Application() - Constructor for class app.Application
 

A C D E F G H I L M N O P R S T U V W X Y