Uses of Interface
org.monte.media.iff.IFFVisitor
Packages that use IFFVisitor
Package
Description
Provides classes for playing ANIM files.
Provides media handlers for the 8SVX file format.
Provides classes for reading and writing IFF files.
Provides classes for reading ILBM images with color cycling.
Provides classes for reading PBM images with color cycling.
-
Uses of IFFVisitor in org.monte.media.anim
Classes in org.monte.media.anim that implement IFFVisitorModifier and TypeClassDescriptionclassDecodes IFF files and adds the data to an ANIMMovieTrack. -
Uses of IFFVisitor in org.monte.media.eightsvx
Classes in org.monte.media.eightsvx that implement IFFVisitorModifier and TypeClassDescriptionclassCreates a collection of EightSVXAudioClip objects by reading an IFF 8SVX file. -
Uses of IFFVisitor in org.monte.media.iff
Methods in org.monte.media.iff with parameters of type IFFVisitorModifier and TypeMethodDescriptionvoidIFFParser.parse(InputStream in, IFFVisitor v) Interprets the IFFFileExpression located at the current position of the indicated InputStream. -
Uses of IFFVisitor in org.monte.media.ilbm
Classes in org.monte.media.ilbm that implement IFFVisitorModifier and TypeClassDescriptionclassCreates Image objects by reading an IFF ILBM stream. -
Uses of IFFVisitor in org.monte.media.pbm
Classes in org.monte.media.pbm that implement IFFVisitorModifier and TypeClassDescriptionclassCreates Image objects by reading an IFF PBM stream.