| Package | Description |
|---|---|
| org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
| org.monte.media.ilbm |
Provides media handlers for the ILBM file format.
|
| org.monte.media.pbm |
Provides media handlers for the PBM file format.
|
| org.monte.media.seq |
Provides media handlers for the SEQ file format.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColorCycle> |
ANIMMovieTrack.getColorCycles() |
| Modifier and Type | Method and Description |
|---|---|
void |
ANIMMovieTrack.addColorCycle(ColorCycle cc) |
| Modifier and Type | Class and Description |
|---|---|
class |
CRNGColorCycle
Implements CRNG and CCRT color cycling for an IFF ILBM image.
|
class |
DRNGColorCycle
Implements DRNG color cycling for an IFF ILBM image.
|
| Modifier and Type | Method and Description |
|---|---|
protected ColorCycle |
ILBMDecoder.decodeCCRT(IFFChunk chunk)
Decodes the color cycling range and timing chunk (ILBM CCRT).
|
protected ColorCycle |
ILBMDecoder.decodeCRNG(IFFChunk chunk)
Decodes the color range cycling (ILBM CRNG).
|
protected ColorCycle |
ILBMDecoder.decodeDRNG(IFFChunk chunk)
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorCyclingMemoryImageSource.addColorCycle(ColorCycle cc) |
| Modifier and Type | Method and Description |
|---|---|
protected ColorCycle |
PBMDecoder.decodeCRNG(IFFChunk chunk)
Decodes the color range cycling (ILBM CRNG).
|
protected ColorCycle |
PBMDecoder.decodeDRNG(IFFChunk chunk)
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
|
| Modifier and Type | Method and Description |
|---|---|
List<ColorCycle> |
SEQMovieTrack.getColorCycles() |
| Modifier and Type | Method and Description |
|---|---|
void |
SEQMovieTrack.addColorCycle(ColorCycle cc) |
Copyright © 2014. All Rights Reserved.