Uses of Class
org.monte.media.ilbm.ColorCyclingMemoryImageSource
Packages that use ColorCyclingMemoryImageSource
Package
Description
Provides classes for representing Amiga bitmap images.
Provides classes for reading ILBM images with color cycling.
Provides classes for reading PBM images with color cycling.
-
Uses of ColorCyclingMemoryImageSource in org.monte.media.amigabitmap
Methods in org.monte.media.amigabitmap with parameters of type ColorCyclingMemoryImageSourceModifier and TypeMethodDescriptionstatic AmigaBitmapImageAmigaBitmapImageFactory.toBitmapImage(ColorCyclingMemoryImageSource mis) -
Uses of ColorCyclingMemoryImageSource in org.monte.media.ilbm
Fields in org.monte.media.ilbm with type parameters of type ColorCyclingMemoryImageSourceModifier and TypeFieldDescriptionprotected ArrayList<ColorCyclingMemoryImageSource> ILBMDecoder.sourcesStores all the ILBM pictures found during decoding as an instance of ColorCyclingMemoryImageSource.Methods in org.monte.media.ilbm that return types with arguments of type ColorCyclingMemoryImageSourceModifier and TypeMethodDescriptionILBMDecoder.produce()Processes the input stream and creates a vector of ColorCyclingMemoryImageSource instances. -
Uses of ColorCyclingMemoryImageSource in org.monte.media.pbm
Fields in org.monte.media.pbm declared as ColorCyclingMemoryImageSourceModifier and TypeFieldDescriptionprotected ColorCyclingMemoryImageSourcePBMDecoder.memoryImageSourceBODY dataFields in org.monte.media.pbm with type parameters of type ColorCyclingMemoryImageSourceModifier and TypeFieldDescriptionprotected ArrayList<ColorCyclingMemoryImageSource> PBMDecoder.sourcesStores all the PBM pictures found during decoding as an instance of MemoryImageSource.Methods in org.monte.media.pbm that return types with arguments of type ColorCyclingMemoryImageSourceModifier and TypeMethodDescriptionPBMDecoder.produce()Processes the input stream and creates a vector of MemoryImageSource instances.