Uses of Package
jjil.core

Packages that use jjil.core
jjil.algorithm   
jjil.core   
jjil.debug   
jjil.j2se   
 

Classes in jjil.core used by jjil.algorithm
Complex
          A simple implementation of complex numbers for use in FFT, etc.
Error
          Error defines a common error-reporting mechanism for all JJIL classes.
Gray16Image
          Gray16Image is the image type used to store a 16-bit signed gray image.
Gray8Image
          Gray8Image is the image type used to store a signed 8-bit image.
Image
          Image is the fundamental abstract class for holding images.
Ladder.Join
          The Join interface defines a function which combines two images into one.
PipelineStage
          PipelineStage is the class from which all image to image processing operations must derive.
Rect
          Rect represents a rectangular region.
RgbImage
          RgbImage is the type used to hold an RGB image, which is stored as an ARGB image type (32-bits) with the A byte always 0.
 

Classes in jjil.core used by jjil.core
Complex
          A simple implementation of complex numbers for use in FFT, etc.
Error
          Error defines a common error-reporting mechanism for all JJIL classes.
Gray32Image
          Gray32Image is the image type used to store a 32-bit integer image.
Gray8Image
          Gray8Image is the image type used to store a signed 8-bit image.
Image
          Image is the fundamental abstract class for holding images.
Ladder.Join
          The Join interface defines a function which combines two images into one.
PipelineStage
          PipelineStage is the class from which all image to image processing operations must derive.
Point
          Point: an object holding a 2-dimensional point coordinate
 

Classes in jjil.core used by jjil.debug
RgbImage
          RgbImage is the type used to hold an RGB image, which is stored as an ARGB image type (32-bits) with the A byte always 0.
 

Classes in jjil.core used by jjil.j2se
Error
          Error defines a common error-reporting mechanism for all JJIL classes.
RgbImage
          RgbImage is the type used to hold an RGB image, which is stored as an ARGB image type (32-bits) with the A byte always 0.