Package com.sun.jimi.core.raster

Interface Summary
BitRasterImage Interface for raster images with one-bit-per-pixel, allowing operations with 8 pixels packed into a single byte.
ByteRasterImage Byte-based image representaion.
ChanneledIntRasterImage Extension of IntRasterImage to support setting individual channels, in the same way IntRasterImage allows getting them.
IntRasterImage Int-based image representation.
JimiRasterImage Base abstraction for raster-based JimiImages.
LongRasterImage Long-based image representation.
MutableJimiRasterImage Interface for raster images created for modification.
RasterImageFactory Factory interface for creating types of RasterImages.
 

Class Summary
CroppedRasterImageProducer ImageProducer interface to cropped regions of JimiRasterImages.
JimiRasterImageCategorizer Class providing static methods for categorizing JimiRasterImages.
JimiRasterImageHandle Handle to act as a non-blocking "Future" for raster images
JimiRasterImageImporter Importer class for creating JimiRasterImages from AWT ImageProducers.
JimiRasterImageSupport Base support class for implementations of JimiRasterImage derivatives.
MemoryBitRasterImage One-bit-per-pixel packed image representation.
MemoryByteRasterImage In-memory implementation of byte-based storage.
MemoryChanneledIntRasterImage Channeled version of IntRasterImage.
MemoryIntRasterImage In-memory implementation of int-based storage.
MemoryLongRasterImage In-memory implementation of long-based storage.
MemoryRasterImageFactory Factory for in-memory images.
OneshotByteRasterImage In-memory implementation of byte-based storage.
OneshotIntRasterImage In-memory implementation of int-based storage.
VMemByteRasterImage Virtual-memory based implementation of ByteRasterImage.
VMemChanneledIntRasterImage Channeled version of VMem int-based images.
VMemIntRasterImage Virtual-memory based implementation of IntRasterImage.