Package | Description |
---|---|
org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
org.monte.media.eightsvx |
Provides media handlers for the 8SVX file format.
|
org.monte.media.iff |
Provides media handlers for the IFF 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ANIMDecoder
Decodes IFF files and adds the data to an ANIMMovieTrack.
|
Modifier and Type | Class and Description |
---|---|
class |
EightSVXDecoder
Creates a collection of EightSVXAudioClip objects by
reading an IFF 8SVX file.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AnimMerger.Loader |
Modifier and Type | Method and Description |
---|---|
void |
IFFParser.parse(java.io.InputStream in,
IFFVisitor v)
Interprets the IFFFileExpression located at the
current position of the indicated InputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
ILBMDecoder
Creates Image objects by reading an IFF ILBM stream.
|
Modifier and Type | Class and Description |
---|---|
class |
PBMDecoder
Creates Image objects by reading an IFF PBM stream.
|