Uses of Class
org.monte.media.ilbm.ColorCycle
Packages that use ColorCycle
Package
Description
Provides classes for playing ANIM files.
Provides classes for reading ILBM images with color cycling.
Provides classes for reading PBM images with color cycling.
Provides classes for playing SEQ files.
-
Uses of ColorCycle in org.monte.media.anim
Methods in org.monte.media.anim that return types with arguments of type ColorCycleMethods in org.monte.media.anim with parameters of type ColorCycle -
Uses of ColorCycle in org.monte.media.ilbm
Subclasses of ColorCycle in org.monte.media.ilbmModifier and TypeClassDescriptionclassImplements CRNG and CCRT color cycling for an IFF ILBM image.classImplements DRNG color cycling for an IFF ILBM image.Methods in org.monte.media.ilbm that return ColorCycleModifier and TypeMethodDescriptionprotected ColorCycleILBMDecoder.decodeCCRT(IFFChunk chunk) Decodes the color cycling range and timing chunk (ILBM CCRT).protected ColorCycleILBMDecoder.decodeCRNG(IFFChunk chunk) Decodes the color range cycling (ILBM CRNG).protected ColorCycleILBMDecoder.decodeDRNG(IFFChunk chunk) Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)Methods in org.monte.media.ilbm with parameters of type ColorCycleModifier and TypeMethodDescriptionvoidColorCyclingMemoryImageSource.addColorCycle(ColorCycle cc) -
Uses of ColorCycle in org.monte.media.pbm
Methods in org.monte.media.pbm that return ColorCycleModifier and TypeMethodDescriptionprotected ColorCyclePBMDecoder.decodeCRNG(IFFChunk chunk) Decodes the color range cycling (ILBM CRNG).protected ColorCyclePBMDecoder.decodeDRNG(IFFChunk chunk) Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG) -
Uses of ColorCycle in org.monte.media.seq
Methods in org.monte.media.seq that return types with arguments of type ColorCycleMethods in org.monte.media.seq with parameters of type ColorCycle