Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

A2024_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
A2024, 60fps (I don't know the real value).
A2024_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
A2024, 60fps (I don't know the real value).
A2024_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
A2024, 60fps (I don't know the real value).
A2024_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
absTime - Variable in class org.monte.media.anim.ANIMOutputStream
Current absolute frame time.
add(AudioInputStream, Rational, int, float, int) - Method in class org.monte.media.anim.AudioMixer
Adds the provided audio samples to the audio track of the mixer.
addAudioClip(AudioClip) - Method in class org.monte.media.seq.SEQMovieTrack
 
addAudioClip(AudioClip) - Method in class org.monte.media.anim.ANIMMovieResources
 
addAudioClip(AudioClip) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
addAudioCommand(ANIMAudioCommand) - Method in class org.monte.media.anim.ANIMFrame
Adds an audio command to this anim frame.
addAudioCommand(SEQAudioCommand) - Method in class org.monte.media.seq.SEQFrame
Adds an audio command to this anim frame.
addCollectionChunk(IFFChunk) - Method in class org.monte.media.iff.IFFChunk
 
addColorCycle(ColorCycle) - Method in class org.monte.media.anim.ANIMMovieResources
 
addColorCycle(ColorCycle) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
addColorCycle(ColorCycle) - Method in class org.monte.media.seq.SEQMovieTrack
 
addConsumer(ImageConsumer) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
addFrame(ANIMFrame) - Method in class org.monte.media.anim.ANIMMovieResources
 
addFrame(SEQFrame) - Method in class org.monte.media.seq.SEQMovieTrack
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.anim.ANIMMovieResources
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.seq.SEQMovieTrack
 
addTrack(Format) - Method in class org.monte.media.anim.ANIMMultiplexer
 
addTrack(Format) - Method in class org.monte.media.anim.ANIMWriter
 
align() - Method in class org.monte.media.iff.MC68000InputStream
Align to an even byte position in the input stream.
AmigaBitmapCodec - Class in org.monte.media.amigabitmap.codec.video
Decodes media data into a Bitmap.
AmigaBitmapCodec() - Constructor for class org.monte.media.amigabitmap.codec.video.AmigaBitmapCodec
 
AmigaBitmapCodecSpi - Class in org.monte.media.amigabitmap.codec.video
AmigaBitmapCodecSpi.
AmigaBitmapCodecSpi() - Constructor for class org.monte.media.amigabitmap.codec.video.AmigaBitmapCodecSpi
 
AmigaBitmapImage - Class in org.monte.media.amigabitmap
A BitmapImage is comprised of a ColorModel and an accessible byte array of image data.
AmigaBitmapImage(int, int, int, ColorModel) - Constructor for class org.monte.media.amigabitmap.AmigaBitmapImage
Construct an interleaved bitmap with the specified size, depth and color model.
AmigaBitmapImage(int, int, int, ColorModel, boolean) - Constructor for class org.monte.media.amigabitmap.AmigaBitmapImage
Construct a bitmap with the specified size, depth and color model and with optional interleave.
AmigaBitmapImage(int, int, int, ColorModel, int, int) - Constructor for class org.monte.media.amigabitmap.AmigaBitmapImage
Construct a bitmap with the specified size, depth, color model and interleave.
AmigaBitmapImageFactory - Class in org.monte.media.amigabitmap
Creates a BufferedImage from a BitmapImage.
AmigaDisplayInfo - Class in org.monte.media.amigabitmap
AmigaDisplayInfo.
AmigaDisplayInfo(int, String, Dimension, Dimension, Dimension, Dimension, int, Dimension, int, int) - Constructor for class org.monte.media.amigabitmap.AmigaDisplayInfo
 
AmigaHAMColorModel - Class in org.monte.media.amigabitmap
ColorModel for HAM compressed images.
AmigaHAMColorModel(int, int, byte[], byte[], byte[], boolean) - Constructor for class org.monte.media.amigabitmap.AmigaHAMColorModel
Creates a new HAM Color model using the specified base colors.
AmigaHAMColorModel(int, int, int[], boolean) - Constructor for class org.monte.media.amigabitmap.AmigaHAMColorModel
Creates a new HAM Color model using the specified base colors.
AmigaVideoFormatKeys - Class in org.monte.media.anim
AmigaVideoFormatKeys.
AmigaVideoFormatKeys() - Constructor for class org.monte.media.anim.AmigaVideoFormatKeys
 
ANIM - Static variable in class org.monte.media.anim.ANIMWriter
 
ANIM_ID - Static variable in class org.monte.media.ilbm.ILBMImageReaderSpi
 
ANIMAudioCommand - Class in org.monte.media.anim
An ANIMAudioCommand handles an audio command that is associated to a single ANIMFrame of a ANIMMovieTrack.
ANIMAudioCommand(int, int, int, int, int, int, int) - Constructor for class org.monte.media.anim.ANIMAudioCommand
Creates a new instance.
ANIMAudioTrack - Class in org.monte.media.anim
 
ANIMAudioTrack(ANIMDemultiplexer) - Constructor for class org.monte.media.anim.ANIMAudioTrack
 
ANIMAudioTrack(ANIMDemultiplexer, boolean) - Constructor for class org.monte.media.anim.ANIMAudioTrack
 
ANIMDecoder - Class in org.monte.media.anim
Decodes IFF files and adds the data to an ANIMMovieTrack.
ANIMDecoder(InputStream) - Constructor for class org.monte.media.anim.ANIMDecoder
 
ANIMDecoder(URL) - Constructor for class org.monte.media.anim.ANIMDecoder
 
ANIMDeltaFrame - Class in org.monte.media.anim
 
ANIMDeltaFrame() - Constructor for class org.monte.media.anim.ANIMDeltaFrame
 
ANIMDemultiplexer - Class in org.monte.media.anim
Demultiplexes an ANIM file into a video track and an audio track.
ANIMDemultiplexer(File) - Constructor for class org.monte.media.anim.ANIMDemultiplexer
 
ANIMDemultiplexer(InputStream) - Constructor for class org.monte.media.anim.ANIMDemultiplexer
 
ANIMFrame - Class in org.monte.media.anim
 
ANIMFrame() - Constructor for class org.monte.media.anim.ANIMFrame
 
ANIMKeyFrame - Class in org.monte.media.anim
 
ANIMKeyFrame() - Constructor for class org.monte.media.anim.ANIMKeyFrame
 
ANIMMovie - Class in org.monte.media.anim
ANIMMovie.
ANIMMovie() - Constructor for class org.monte.media.anim.ANIMMovie
 
ANIMMovieResources - Class in org.monte.media.anim
Gives access to the static resources of a movie (image and audio data, global informations).
ANIMMovieResources() - Constructor for class org.monte.media.anim.ANIMMovieResources
 
ANIMMultiplexer - Class in org.monte.media.anim
ANIMMultiplexer.
ANIMMultiplexer(File) - Constructor for class org.monte.media.anim.ANIMMultiplexer
 
ANIMMultiplexer(ImageOutputStream) - Constructor for class org.monte.media.anim.ANIMMultiplexer
 
ANIMOutputStream - Class in org.monte.media.anim
ANIMOutputStream.
ANIMOutputStream(File) - Constructor for class org.monte.media.anim.ANIMOutputStream
 
ANIMOutputStream(ImageOutputStream) - Constructor for class org.monte.media.anim.ANIMOutputStream
 
ANIMPlayer - Class in org.monte.media.anim
Player for IFF cel animations.
ANIMPlayer(InputStream) - Constructor for class org.monte.media.anim.ANIMPlayer
 
ANIMPlayer(InputStream, int, boolean) - Constructor for class org.monte.media.anim.ANIMPlayer
Creates a new instance.
ANIMReader - Class in org.monte.media.anim
ANIMReader.
ANIMReader(File) - Constructor for class org.monte.media.anim.ANIMReader
 
ANIMReader(InputStream) - Constructor for class org.monte.media.anim.ANIMReader
 
ANIMVideoTrack - Class in org.monte.media.anim
ANIMVideoTrack.
ANIMVideoTrack(ANIMDemultiplexer) - Constructor for class org.monte.media.anim.ANIMVideoTrack
 
ANIMWriter - Class in org.monte.media.anim
ANIMWriter.
ANIMWriter(File) - Constructor for class org.monte.media.anim.ANIMWriter
 
ANIMWriter(ImageOutputStream) - Constructor for class org.monte.media.anim.ANIMWriter
 
ANIMWriterSpi - Class in org.monte.media.anim
ANIMWriterSpi.
ANIMWriterSpi() - Constructor for class org.monte.media.anim.ANIMWriterSpi
 
ANNO_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
AudioClip - Interface in org.monte.media.eightsvx
The ANIMAudioClip interface is a simple abstraction for playing a sound clip.
AudioMixer - Class in org.monte.media.anim
Mixes multiple audio tracks into a single 16-bit PCM stereo audio track.
AudioMixer() - Constructor for class org.monte.media.anim.AudioMixer
 
AUTH_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 

B

BadBitsOP_ByteVertical - Static variable in class org.monte.media.anim.ANIMFrame
 
BadBitsOP_ByteVertical - Static variable in class org.monte.media.seq.SEQFrame
 
BadBitsOP_GeneralDelta - Static variable in class org.monte.media.anim.ANIMFrame
 
BadBitsOP_GeneralDelta - Static variable in class org.monte.media.seq.SEQFrame
 
BIT_LongData - Static variable in class org.monte.media.anim.ANIMFrame
 
BIT_LongData - Static variable in class org.monte.media.seq.SEQFrame
 
BIT_LongInfoOffsets - Static variable in class org.monte.media.anim.ANIMFrame
 
BIT_LongInfoOffsets - Static variable in class org.monte.media.seq.SEQFrame
 
BIT_OneInfoListForAllPlanes - Static variable in class org.monte.media.anim.ANIMFrame
 
BIT_OneInfoListForAllPlanes - Static variable in class org.monte.media.seq.SEQFrame
 
BIT_RLC - Static variable in class org.monte.media.anim.ANIMFrame
 
BIT_RLC - Static variable in class org.monte.media.seq.SEQFrame
 
BIT_Vertical - Static variable in class org.monte.media.anim.ANIMFrame
 
BIT_Vertical - Static variable in class org.monte.media.seq.SEQFrame
 
BIT_XOR - Static variable in class org.monte.media.anim.ANIMFrame
 
BIT_XOR - Static variable in class org.monte.media.seq.SEQFrame
 
bitmapSources - Variable in class org.monte.media.ilbm.ILBMDecoder
 
BMHD_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
BMHD_ID - Static variable in class org.monte.media.pbm.PBMDecoder
 
bmhdCompression - Variable in class org.monte.media.ilbm.ILBMDecoder
 
bmhdCompression - Variable in class org.monte.media.pbm.PBMDecoder
 
bmhdHeight - Variable in class org.monte.media.ilbm.ILBMDecoder
Raster width and height in pixels
bmhdHeight - Variable in class org.monte.media.pbm.PBMDecoder
Raster width_ and heigth in pixels
bmhdMasking - Variable in class org.monte.media.ilbm.ILBMDecoder
 
bmhdMasking - Variable in class org.monte.media.pbm.PBMDecoder
 
bmhdNbPlanes - Variable in class org.monte.media.ilbm.ILBMDecoder
Number of source bitplanes.
bmhdNbPlanes - Variable in class org.monte.media.pbm.PBMDecoder
Number of source bitplanes.
bmhdPageHeight - Variable in class org.monte.media.ilbm.ILBMDecoder
Source "page" size in pixels.
bmhdPageHeight - Variable in class org.monte.media.pbm.PBMDecoder
Source "page" size in pixels.
bmhdPageWidth - Variable in class org.monte.media.ilbm.ILBMDecoder
Source "page" size in pixels.
bmhdPageWidth - Variable in class org.monte.media.pbm.PBMDecoder
Source "page" size in pixels.
bmhdTransparentColor - Variable in class org.monte.media.ilbm.ILBMDecoder
Transparent "color number" (sort of).
bmhdTransparentColor - Variable in class org.monte.media.pbm.PBMDecoder
Transparent "color number" (sort of).
bmhdWidth - Variable in class org.monte.media.ilbm.ILBMDecoder
Raster width and height in pixels
bmhdWidth - Variable in class org.monte.media.pbm.PBMDecoder
Raster width_ and heigth in pixels
bmhdXAspect - Variable in class org.monte.media.ilbm.ILBMDecoder
Pixel aspect, a ratio width : height
bmhdXAspect - Variable in class org.monte.media.pbm.PBMDecoder
Pixel aspect, a ratio width : height
bmhdXPosition - Variable in class org.monte.media.ilbm.ILBMDecoder
pixel position for this image
bmhdXPosition - Variable in class org.monte.media.pbm.PBMDecoder
pixel position for this image
bmhdYAspect - Variable in class org.monte.media.ilbm.ILBMDecoder
Pixel aspect, a ratio width : height
bmhdYAspect - Variable in class org.monte.media.pbm.PBMDecoder
Pixel aspect, a ratio width : height
bmhdYPosition - Variable in class org.monte.media.ilbm.ILBMDecoder
pixel position for this image
bmhdYPosition - Variable in class org.monte.media.pbm.PBMDecoder
pixel position for this image
BODY_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
BODY_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
BODY_ID - Static variable in class org.monte.media.pbm.PBMDecoder
 
bodyBitmap - Variable in class org.monte.media.ilbm.ILBMDecoder
BODY data
BYTE_PIXEL - Static variable in class org.monte.media.amigabitmap.AmigaBitmapImage
Tag for byte pixel data.

C

camg - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
camg - Variable in class org.monte.media.ilbm.ILBMDecoder
Commodore Amiga Graphics Mode.
CAMG_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
camgMode - Variable in class org.monte.media.ilbm.ILBMDecoder
CAMG Video display mode.
canDecodeInput(Object) - Method in class org.monte.media.ilbm.ILBMImageReaderSpi
 
canDecodeInput(Object) - Method in class org.monte.media.pbm.PBMImageReaderSpi
 
CAT_ID - Static variable in class org.monte.media.ilbm.ILBMImageReaderSpi
 
CAT_ID - Static variable in class org.monte.media.pbm.PBMImageReaderSpi
 
CCRT_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
cell - Variable in class org.monte.media.ilbm.DRNGColorCycle.Cell
 
Cell(int) - Constructor for class org.monte.media.ilbm.DRNGColorCycle.Cell
 
CHAN_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
cleanUpAudioCommands() - Method in class org.monte.media.anim.ANIMFrame
Removes duplicate audio commands.
cleanUpAudioCommands() - Method in class org.monte.media.seq.SEQFrame
Removes duplicate audio commands.
clearCount() - Method in class org.monte.media.iff.MC68000OutputStream
Sets the value of the counter written to 0.
clone() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Creates a clone.
clone() - Method in class org.monte.media.ilbm.ColorCycle
 
close() - Method in class org.monte.media.anim.ANIMMultiplexer
 
close() - Method in class org.monte.media.anim.ANIMOutputStream
Closes the movie file as well as the stream being filtered.
close() - Method in class org.monte.media.anim.ANIMReader
 
close() - Method in class org.monte.media.iff.IFFOutputStream
 
close() - Method in class org.monte.media.seq.SEQReader
 
CMAP_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
CMAP_ID - Static variable in class org.monte.media.pbm.PBMDecoder
 
cmapColorModel - Variable in class org.monte.media.ilbm.ILBMDecoder
CMAP data.
cmapColorModel - Variable in class org.monte.media.pbm.PBMDecoder
CMAP data.
CMP_BYTE_RUN_1 - Static variable in class org.monte.media.anim.ANIMMovieResources
 
CMP_BYTE_RUN_1 - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: compression algorithm.
CMP_BYTE_RUN_1 - Static variable in class org.monte.media.pbm.PBMDecoder
PBM BMHD chunk: compression algorithm.
CMP_BYTE_RUN_1 - Static variable in class org.monte.media.seq.SEQMovieTrack
 
CMP_NONE - Static variable in class org.monte.media.anim.ANIMMovieResources
 
CMP_NONE - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: compression algorithm.
CMP_NONE - Static variable in class org.monte.media.pbm.PBMDecoder
PBM BMHD chunk: compression algorithm.
CMP_NONE - Static variable in class org.monte.media.seq.SEQMovieTrack
 
CMP_VERTICAL - Static variable in class org.monte.media.anim.ANIMMovieResources
 
CMP_VERTICAL - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: compression algorithm.
CMP_VERTICAL - Static variable in class org.monte.media.seq.SEQMovieTrack
 
collectionChunks() - Method in class org.monte.media.iff.IFFChunk
 
ColorCycle - Class in org.monte.media.ilbm
Base class for color cycling in an IFF ILBM image.
ColorCycle(int, int, boolean) - Constructor for class org.monte.media.ilbm.ColorCycle
 
ColorCyclingMemoryImageSource - Class in org.monte.media.ilbm
ColorCyclingMemoryImageSource.
ColorCyclingMemoryImageSource(int, int, ColorModel, byte[], int, int) - Constructor for class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
ColorCyclingMemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable<?, ?>) - Constructor for class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
ColorCyclingMemoryImageSource(int, int, ColorModel, int[], int, int) - Constructor for class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
ColorCyclingMemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable<?, ?>) - Constructor for class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
COLORMODE_MASK - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG display properties.
ColorModeKey - Static variable in class org.monte.media.anim.AmigaVideoFormatKeys
 
colorModel - Variable in class org.monte.media.anim.ANIMFrame
 
colorModel - Variable in class org.monte.media.seq.SEQFrame
 
colorRegisterDepth - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
COMMAND_PLAY_SOUND - Static variable in class org.monte.media.anim.ANIMAudioCommand
Start playing a sound.
COMMAND_PLAY_SOUND - Static variable in class org.monte.media.seq.SEQAudioCommand
Start playing a sound.
COMMAND_SET_FREQVOL - Static variable in class org.monte.media.anim.ANIMAudioCommand
Change frequency/volume for a channelMask.
COMMAND_SET_FREQVOL - Static variable in class org.monte.media.seq.SEQAudioCommand
Change frequency/volume for a channelMask.
COMMAND_STOP_SOUND - Static variable in class org.monte.media.anim.ANIMAudioCommand
Stop the sound in a given channelMask.
COMMAND_STOP_SOUND - Static variable in class org.monte.media.seq.SEQAudioCommand
Stop the sound in a given channelMask.
compareTo(DRNGColorCycle.Cell) - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
 
computeStereoVolumeCorrection(byte[]) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
This finds the volume correction needed when converting this stereo sample to mono.
convertFromChunky(BufferedImage) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Converts the indicated area of the bitmap data into pixel data.
convertToChunky() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Converts the planar image data into chunky pixel data.
convertToChunky(int, int, int, int) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Converts the indicated area of the bitmap data into pixel data.
COPYRIGHT_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
create() - Method in class org.monte.media.amigabitmap.codec.video.AmigaBitmapCodecSpi
 
create(File) - Method in class org.monte.media.anim.ANIMWriterSpi
 
create(ImageOutputStream) - Method in class org.monte.media.anim.ANIMWriterSpi
 
createAudioClip() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
createAudioClip(int, int, float) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
createCompatibleBitmap() - Method in class org.monte.media.anim.ANIMReader
 
createCompatibleBitmap() - Method in class org.monte.media.seq.SEQReader
 
createJDK13AudioClip(int, int, float) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
createReaderInstance(Object) - Method in class org.monte.media.ilbm.ILBMImageReaderSpi
 
createReaderInstance(Object) - Method in class org.monte.media.pbm.PBMImageReaderSpi
 
CRNG_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
CRNG_ID - Static variable in class org.monte.media.pbm.PBMDecoder
 
CRNGColorCycle - Class in org.monte.media.ilbm
Implements CRNG and CCRT color cycling for an IFF ILBM image.
CRNGColorCycle(int, int, int, int, boolean, boolean, boolean) - Constructor for class org.monte.media.ilbm.CRNGColorCycle
 

D

data - Variable in class org.monte.media.anim.ANIMFrame
 
data - Variable in class org.monte.media.seq.SEQFrame
 
DBLNTSC_320x200_44t52_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLNTSC_320x400_44t26_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLNTSC_320x800_44t13_interlaced_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLNTSC_640x200_22t52_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLNTSC_640x400_22t26_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLNTSC_640x800_22t13_interlaced_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLNTSC_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
DBLNTSC, 58fps, 44:52.
DBLNTSC_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
DBLNTSC, 58fps, 44:52.
DBLNTSC_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
DBLNTSC, 58fps, 44:52.
DBLNTSC_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
DBLPAL_320x1024_44t11_interlaced_48fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLPAL_320x256_44t44_48fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLPAL_320x512_44t22_48fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLPAL_640x1024_22t11_interlaced_48fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLPAL_640x256_22t44_48fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLPAL_640x512_22t22_48fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
DBLPAL_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
DBLPAL, 48fps, 44:44.
DBLPAL_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
DBLPAL, 48fps, 44:44.
DBLPAL_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
DBLPAL, 48fps, 44:44.
DBLPAL_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
DColorCell(int, int) - Constructor for class org.monte.media.ilbm.DRNGColorCycle.DColorCell
 
declareCollectionChunk(int, int) - Method in class org.monte.media.iff.IFFParser
Declares a collection chunk.
declareDataChunk(int, int) - Method in class org.monte.media.iff.IFFParser
Declares a data chunk.
declareGroupChunk(int, int) - Method in class org.monte.media.iff.IFFParser
Declares a FORM group chunk.
declarePropertyChunk(int, int) - Method in class org.monte.media.iff.IFFParser
Declares a property chunk.
decode(AmigaBitmapImage, ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDeltaFrame
 
decode(AmigaBitmapImage, ANIMMovieResources) - Method in class org.monte.media.anim.ANIMFrame
 
decode(AmigaBitmapImage, ANIMMovieResources) - Method in class org.monte.media.anim.ANIMKeyFrame
 
decode(AmigaBitmapImage, SEQMovieTrack) - Method in class org.monte.media.seq.SEQDeltaFrame
 
decode(AmigaBitmapImage, SEQMovieTrack) - Method in class org.monte.media.seq.SEQFrame
 
decodeANNO(EightSVXAudioClip, IFFChunk[]) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
decodeANNO(IFFChunk[], ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
 
decodeAUTH(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
decodeAUTH(IFFChunk[], ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
 
decodeBMHD(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
 
decodeBMHD(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
Decodes the bitmap header (PBM BMHD).
decodeBODY(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
decodeBODY(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
 
decodeBODY(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
 
decodeCAMG(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
Decodes the CAMG Chunk.
decodeCCRT(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
Decodes the color cycling range and timing chunk (ILBM CCRT).
decodeCCRT(IFFChunk, ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
Decodes the color cycling range and timing chunk (ILBM CCRT).
decodeCHAN(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
decodeCMAP(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
 
decodeCMAP(IFFChunk, boolean) - Method in class org.monte.media.ilbm.ILBMDecoder
 
decodeColorCycling(IFFChunk[], IFFChunk[], IFFChunk[], ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
Process CRNG and DRNG chunks in the sequence of their location in the file.
decodeCOPYRIGHT(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
decodeCOPYRIGHT(IFFChunk[], ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
 
decodeCRNG(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
Decodes the color range cycling (ILBM CRNG).
decodeCRNG(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
Decodes the color range cycling (ILBM CRNG).
decodeCRNG(IFFChunk, ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
Decodes the color range cycling (ILBM CRNG).
decodeDRNG(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
decodeDRNG(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
decodeDRNG(IFFChunk, ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDecoder
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
decodeNAME(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
decodeVHDR(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
The Voice 8 Header (VHDR) property chunk holds the playback parameters for the sampled waveform.
DEFAULT_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
Default ID chooses a system dependent screen mode.
DEFAULT_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
Default ID chooses a system dependent screen mode.
DEFAULT_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
Default ID chooses a system dependent screen mode.
DEFAULT_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
DIndexCell(int, int) - Constructor for class org.monte.media.ilbm.DRNGColorCycle.DIndexCell
 
dispose() - Method in class org.monte.media.anim.ANIMAudioCommand
 
dispose() - Method in class org.monte.media.seq.SEQAudioCommand
 
doBlendedCycle(int[], long) - Method in class org.monte.media.ilbm.CRNGColorCycle
 
doClosed() - Method in class org.monte.media.anim.ANIMPlayer
Closes the player.
doClosed() - Method in class org.monte.media.pbm.PBMPlayer
 
doClosed() - Method in class org.monte.media.seq.SEQPlayer
Closes the player.
doCommand(ANIMMovieResources, ANIMAudioCommand[]) - Method in class org.monte.media.anim.ANIMAudioCommand
 
doCommand(SEQMovieTrack, SEQAudioCommand[]) - Method in class org.monte.media.seq.SEQAudioCommand
 
doCycle(int[], long) - Method in class org.monte.media.ilbm.ColorCycle
 
doCycle(int[], long) - Method in class org.monte.media.ilbm.CRNGColorCycle
 
doCycle(int[], long) - Method in class org.monte.media.ilbm.DRNGColorCycle
 
doHardCycle(int[], long) - Method in class org.monte.media.ilbm.CRNGColorCycle
 
doPrefetched() - Method in class org.monte.media.anim.ANIMPlayer
Does the prefetched state.
doPrefetched() - Method in class org.monte.media.pbm.PBMPlayer
 
doPrefetched() - Method in class org.monte.media.seq.SEQPlayer
Does the prefetched state.
doPrefetching() - Method in class org.monte.media.anim.ANIMPlayer
Does the prefetching state.
doPrefetching() - Method in class org.monte.media.pbm.PBMPlayer
 
doPrefetching() - Method in class org.monte.media.seq.SEQPlayer
Does the prefetching state.
doRealized() - Method in class org.monte.media.anim.ANIMPlayer
Does the realized state.
doRealized() - Method in class org.monte.media.pbm.PBMPlayer
 
doRealized() - Method in class org.monte.media.seq.SEQPlayer
Does the realized state.
doRealizing() - Method in class org.monte.media.anim.ANIMPlayer
Does the realizing state.
doRealizing() - Method in class org.monte.media.pbm.PBMPlayer
 
doRealizing() - Method in class org.monte.media.seq.SEQPlayer
Does the realizing state.
doStarted() - Method in class org.monte.media.anim.ANIMPlayer
Does the started state.
doStarted() - Method in class org.monte.media.pbm.PBMPlayer
 
doStarted() - Method in class org.monte.media.seq.SEQPlayer
Does the started state.
doUnrealized() - Method in class org.monte.media.anim.ANIMPlayer
Does the unrealized state.
doUnrealized() - Method in class org.monte.media.pbm.PBMPlayer
 
doUnrealized() - Method in class org.monte.media.seq.SEQPlayer
Does the unrealized state.
DRNG_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
DRNG_ID - Static variable in class org.monte.media.pbm.PBMDecoder
 
DRNGColorCycle - Class in org.monte.media.ilbm
Implements DRNG color cycling for an IFF ILBM image.
DRNGColorCycle(int, int, int, int, boolean, boolean, DRNGColorCycle.Cell[]) - Constructor for class org.monte.media.ilbm.DRNGColorCycle
 
DRNGColorCycle.Cell - Class in org.monte.media.ilbm
 
DRNGColorCycle.DColorCell - Class in org.monte.media.ilbm
True color cell.
DRNGColorCycle.DIndexCell - Class in org.monte.media.ilbm
Color register cell.
DUALPLAYFIELD_MASK - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG dual playfield mask.
DUALPLAYFIELD_MODE - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG dual playfield mode.
dump() - Method in class org.monte.media.iff.MutableIFFChunk
 
dump(int) - Method in class org.monte.media.iff.MutableIFFChunk
 

E

EHB_COLORMODE - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG EHB mode.
EHB_MASK - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
EHB_MODE - Static variable in class org.monte.media.anim.ANIMDecoder
 
EHB_MODE - Static variable in class org.monte.media.anim.ANIMOutputStream
CAMG EHB mode.
EIGHT_SVX_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
EightSVXAudioClip - Class in org.monte.media.eightsvx
Represents an audio sample of type IFF 8SVX.
EightSVXAudioClip() - Constructor for class org.monte.media.eightsvx.EightSVXAudioClip
 
EightSVXDecoder - Class in org.monte.media.eightsvx
Creates a collection of EightSVXAudioClip objects by reading an IFF 8SVX file.
EightSVXDecoder() - Constructor for class org.monte.media.eightsvx.EightSVXDecoder
 
EightSVXDecoder(InputStream) - Constructor for class org.monte.media.eightsvx.EightSVXDecoder
Creates a new Audio Source from the specified InputStream.
ENCODING_ANIM_OP5 - Static variable in class org.monte.media.anim.AmigaVideoFormatKeys
Anim Op5 .
enterGroup(IFFChunk) - Method in class org.monte.media.anim.ANIMDecoder
 
enterGroup(IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
Visits the start of an IFF GroupChunkExpression.
enterGroup(IFFChunk) - Method in interface org.monte.media.iff.IFFVisitor
 
enterGroup(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
 
enterGroup(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
 
equals(Object) - Method in class org.monte.media.iff.IFFChunk
 
equals(Object) - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
 
EURO36_1280x200_11t44_73fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO36_1280x400_11t22_interlaced_73fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO36_320x200_44t44_73fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO36_320x400_44t22_interlaced_73fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO36_640x200_22t44_73fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO36_640x400_22t22_interlaced_73fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO36_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
EURO36, 73fps, 44:44.
EURO36_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
EURO36, 73fps, 44:44.
EURO36_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
EURO36, 73fps, 44:44.
EURO36_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
EURO72_640x400_22t22_69fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO72_640x800_22t11_interlaced_69fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
EURO72_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
EURO72, 69fps, 44:44.
EURO72_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
EURO72, 69fps, 44:44.
EURO72_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
EURO72, 69fps, 44:44.
EURO72_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
EXTRAHALFBRITE_KEY - Static variable in class org.monte.media.ilbm.ILBMDecoder
 

F

finish() - Method in class org.monte.media.anim.ANIMOutputStream
Finishes writing the contents of the QuickTime output stream without closing the underlying stream.
finish() - Method in class org.monte.media.iff.IFFOutputStream
 
FLAG_NO_INTERRUPT - Static variable in class org.monte.media.anim.ANIMAudioCommand
Play the sound, but only if the channelMask isn't in use.
FLAG_NO_INTERRUPT - Static variable in class org.monte.media.seq.SEQAudioCommand
Play the sound, but only if the channelMask isn't in use.
flushPixels() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Frees the memory allocated for the pixel data.
FORM_ID - Static variable in class org.monte.media.ilbm.ILBMImageReaderSpi
 
FORM_ID - Static variable in class org.monte.media.pbm.PBMImageReaderSpi
 
fps - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
frameCount - Variable in class org.monte.media.anim.ANIMOutputStream
Frame count.
fromCAMG(int) - Static method in class org.monte.media.anim.AmigaVideoFormatKeys
 

G

get8SVXBody() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getAllInfos() - Static method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
getAspectRatio(int) - Method in class org.monte.media.ilbm.ILBMImageReader
Returns the aspect ratio of the given image (that is, its width divided by its height) as a float.
getAspectRatio(int) - Method in class org.monte.media.pbm.PBMImageReader
Returns the aspect ratio of the given image (that is, its width divided by its height) as a float.
getAudioClip(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
getAudioClip(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
getAudioClipCount() - Method in class org.monte.media.anim.ANIMMovieResources
 
getAudioClipCount() - Method in class org.monte.media.seq.SEQMovieTrack
 
getAudioCommands() - Method in class org.monte.media.anim.ANIMFrame
Returns audio commands associated with this frame.
getAudioCommands() - Method in class org.monte.media.seq.SEQFrame
Returns audio commands associated with this frame.
getAuthor() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getBitmap() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Gives you direct access to the bitmap data array.
getBitplaneStride() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the number of bytes that you must add to a bitmap address to advance to the next bit of a scanline.
getBits() - Method in class org.monte.media.anim.ANIMFrame
 
getBits() - Method in class org.monte.media.seq.SEQFrame
 
getBlues(byte[]) - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Copies the array of blue color components into the given array.
getBottomBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDeltaFrame
 
getBottomBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMFrame
 
getBottomBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQDeltaFrame
 
getBottomBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQFrame
 
getBytePixels() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns a reference to the byte pixel data that has been generated by a previous call to #converToChunky.
getCachingModel() - Method in class org.monte.media.anim.ANIMPlayer
Returns the bounded range model that represents the amount of data being fetched from the file the movie is stored in.
getCachingModel() - Method in class org.monte.media.pbm.PBMPlayer
 
getCachingModel() - Method in class org.monte.media.seq.SEQPlayer
Returns the bounded range model that represents the amount of data being fetched from the file the movie is stored in.
getCAMG() - Method in class org.monte.media.anim.ANIMOutputStream
Gets the Commodore Amiga Graphics Mode.
getChannelMask() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getChannelMask() - Method in class org.monte.media.seq.SEQAudioCommand
 
getChunkyColorModel() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the current color model of the chunky image in this bitmap.
getCollectionChunks(int) - Method in class org.monte.media.iff.IFFChunk
 
getColorCycles() - Method in class org.monte.media.anim.ANIMMovieResources
 
getColorCycles() - Method in class org.monte.media.seq.SEQMovieTrack
 
getColorCyclesCount() - Method in class org.monte.media.anim.ANIMMovieResources
 
getColorCyclesCount() - Method in class org.monte.media.anim.ANIMReader
 
getColorCyclesCount() - Method in class org.monte.media.seq.SEQMovieTrack
 
getColorModel() - Method in class org.monte.media.anim.ANIMFrame
 
getColorModel() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
getColorModel() - Method in class org.monte.media.seq.SEQFrame
 
getCommand() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getCommand() - Method in class org.monte.media.seq.SEQAudioCommand
 
getCompression() - Method in class org.monte.media.anim.ANIMMovieResources
 
getCompression() - Method in class org.monte.media.seq.SEQMovieTrack
 
getControlPanelComponent() - Method in class org.monte.media.anim.ANIMPlayer
Obtain the Component that provides the default user interface for controlling this Player.
getControlPanelComponent() - Method in class org.monte.media.pbm.PBMPlayer
 
getControlPanelComponent() - Method in class org.monte.media.seq.SEQPlayer
Obtain the Component that provides the default user interface for controlling this Player.
getCopyright() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getCtOctave() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getData() - Method in class org.monte.media.iff.IFFChunk
Gets the data.
getData() - Method in class org.monte.media.iff.MutableIFFChunk
 
getDeltaOperation() - Method in class org.monte.media.anim.ANIMMovieResources
The return value of this method is only reliable when all frames of the movie have been loaded.
getDeltaOperation() - Method in class org.monte.media.seq.SEQMovieTrack
The return value of this method is only reliable when all frames of the movie have been loaded.
getDeltaOperationDescription() - Method in class org.monte.media.anim.ANIMPlayer
 
getDeltaOperationDescription() - Method in class org.monte.media.seq.SEQPlayer
 
getDepth() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the depth of the image.
getDepth() - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Returns the number of planes required to represent this AmigaHAMColorModel in a Bitmap.
getDescription(Locale) - Method in class org.monte.media.ilbm.ILBMImageReaderSpi
 
getDescription(Locale) - Method in class org.monte.media.pbm.PBMImageReaderSpi
 
getDuration() - Method in class org.monte.media.anim.ANIMMovie
 
getDuration() - Method in class org.monte.media.seq.SEQMovie
 
getDuration(int) - Method in class org.monte.media.anim.ANIMReader
Reads the duration of the specified frame.
getDuration(int) - Method in class org.monte.media.anim.ANIMWriter
 
getDuration(int) - Method in class org.monte.media.seq.SEQReader
Reads the duration of the specified frame.
getExtensions() - Method in class org.monte.media.anim.ANIMWriterSpi
 
getFileFormat() - Method in class org.monte.media.anim.ANIMMovie
 
getFileFormat() - Method in class org.monte.media.anim.ANIMWriter
 
getFileFormat() - Method in class org.monte.media.anim.ANIMWriterSpi
 
getFileFormat() - Method in class org.monte.media.seq.SEQMovie
 
getFormat() - Method in class org.monte.media.anim.ANIMAudioTrack
 
getFormat() - Method in class org.monte.media.anim.ANIMVideoTrack
 
getFormat() - Method in class org.monte.media.seq.SEQTrack
 
getFormat(int) - Method in class org.monte.media.anim.ANIMMovie
 
getFormat(int) - Method in class org.monte.media.anim.ANIMWriter
 
getFormat(int) - Method in class org.monte.media.seq.SEQMovie
 
getFPS(int) - Static method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
getFrame(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
getFrame(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
getFrameCount() - Method in class org.monte.media.anim.ANIMMovieResources
 
getFrameCount() - Method in class org.monte.media.anim.ANIMReader
 
getFrameCount() - Method in class org.monte.media.seq.SEQMovieTrack
 
getFrameCount() - Method in class org.monte.media.seq.SEQReader
 
getFrameDuration(int) - Method in class org.monte.media.anim.ANIMMovieResources
Timing for frame relative to previous frame.
getFrameDuration(int) - Method in class org.monte.media.seq.SEQMovieTrack
Timing for frame relative to previous frame.
getFrequency() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getFrequency() - Method in class org.monte.media.seq.SEQAudioCommand
 
getGoodMonitorIds() - Static method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
getGreens(byte[]) - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Copies the array of green color components into the given array.
getHAMType() - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Returns the HAM Type of this AmigaHAMColorModel: HAM8 or HAM6.
getHeight() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the height of the image.
getHeight() - Method in class org.monte.media.anim.ANIMMovieResources
 
getHeight() - Method in class org.monte.media.anim.ANIMReader
 
getHeight() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
getHeight() - Method in class org.monte.media.seq.SEQMovieTrack
 
getHeight(int) - Method in class org.monte.media.ilbm.ILBMImageReader
 
getHeight(int) - Method in class org.monte.media.pbm.PBMImageReader
 
getHigh() - Method in class org.monte.media.ilbm.CRNGColorCycle
 
getId() - Method in class org.monte.media.iff.MutableIFFChunk
 
getID() - Method in class org.monte.media.iff.IFFChunk
 
getImageMetadata(int) - Method in class org.monte.media.ilbm.ILBMImageReader
 
getImageMetadata(int) - Method in class org.monte.media.pbm.PBMImageReader
 
getImageProducer() - Method in class org.monte.media.anim.ANIMPlayer
Returns the image producer that produces the animation frames.
getImageProducer() - Method in class org.monte.media.pbm.PBMPlayer
Returns the image producer that produces the animation frames.
getImageProducer() - Method in class org.monte.media.seq.SEQPlayer
Returns the image producer that produces the animation frames.
getImageTypes(int) - Method in class org.monte.media.ilbm.ILBMImageReader
 
getImageTypes(int) - Method in class org.monte.media.pbm.PBMImageReader
 
getInfo(int) - Static method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
getInsertionPoint() - Method in class org.monte.media.anim.ANIMMovie
 
getInsertionPoint() - Method in class org.monte.media.seq.SEQMovie
 
getInterleave() - Method in class org.monte.media.anim.ANIMFrame
 
getInterleave() - Method in class org.monte.media.anim.ANIMMovieResources
Returns the interleave of frames in this movie track.
getInterleave() - Method in class org.monte.media.seq.SEQFrame
 
getInterleave() - Method in class org.monte.media.seq.SEQMovieTrack
Returns the interleave of frames in this movie track.
getIntPixels() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns a reference to the integer pixel data that has been generated by a previous call to #converToChunky.
getJiffies() - Method in class org.monte.media.anim.ANIMMovieResources
 
getJiffies() - Method in class org.monte.media.anim.ANIMOutputStream
Gets the time base of the movie.
getJiffies() - Method in class org.monte.media.anim.ANIMReader
 
getJiffies() - Method in class org.monte.media.seq.SEQMovieTrack
 
getJiffies() - Method in class org.monte.media.seq.SEQReader
 
getLeftBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDeltaFrame
 
getLeftBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMFrame
 
getLeftBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQDeltaFrame
 
getLeftBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQFrame
 
getLength() - Method in class org.monte.media.iff.MutableIFFChunk
 
getLow() - Method in class org.monte.media.ilbm.CRNGColorCycle
 
getMapSize() - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Returns the size of the color component arrays in this IndexColorModel.
getMasking() - Method in class org.monte.media.anim.ANIMMovieResources
 
getMasking() - Method in class org.monte.media.seq.SEQMovieTrack
 
getMax() - Method in class org.monte.media.ilbm.DRNGColorCycle
 
getMaxAbsoluteValue() - Method in class org.monte.media.anim.AudioMixer
 
getMicrosecondLength() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Obtains the media duration in microseconds
getMicrosecondPosition() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Obtains the current position in the audio data, in microseconds.
getMin() - Method in class org.monte.media.ilbm.DRNGColorCycle
 
getMonitorIds() - Static method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
getMonitorName(int) - Static method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
getMovieTime() - Method in class org.monte.media.anim.ANIMOutputStream
 
getMovieTrack() - Method in class org.monte.media.anim.ANIMPlayer
Returns the movie track.
getMovieTrack() - Method in class org.monte.media.seq.SEQPlayer
Returns the movie track.
getName() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getNbPalettes() - Method in class org.monte.media.anim.ANIMMovieResources
 
getNbPalettes() - Method in class org.monte.media.seq.SEQMovieTrack
 
getNbPlanes() - Method in class org.monte.media.anim.ANIMMovieResources
 
getNbPlanes() - Method in class org.monte.media.seq.SEQMovieTrack
 
getNumImages(boolean) - Method in class org.monte.media.ilbm.ILBMImageReader
 
getNumImages(boolean) - Method in class org.monte.media.pbm.PBMImageReader
 
getOneShotHiSamples() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getOperation() - Method in class org.monte.media.anim.ANIMFrame
 
getOperation() - Method in class org.monte.media.seq.SEQFrame
 
getPageHeight() - Method in class org.monte.media.anim.ANIMMovieResources
 
getPageHeight() - Method in class org.monte.media.seq.SEQMovieTrack
 
getPageWidth() - Method in class org.monte.media.anim.ANIMMovieResources
 
getPageWidth() - Method in class org.monte.media.seq.SEQMovieTrack
 
getPan() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getPixelType() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the available type of pixel data.
getPlanarColorModel() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the current color model of the planar image in this bitmap.
getPosition() - Method in class org.monte.media.anim.ANIMAudioTrack
 
getPosition() - Method in class org.monte.media.anim.ANIMVideoTrack
 
getPosition() - Method in class org.monte.media.seq.SEQTrack
 
getProperties() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
getProperty(String) - Method in class org.monte.media.anim.ANIMMovieResources
Gets a property.
getProperty(String) - Method in class org.monte.media.seq.SEQMovieTrack
Gets a property.
getPropertyChunk(int) - Method in class org.monte.media.iff.IFFChunk
 
getRate() - Method in class org.monte.media.ilbm.ColorCycle
 
getReader() - Method in class org.monte.media.anim.ANIMMovie
 
getReader() - Method in class org.monte.media.seq.SEQMovie
 
getReds(byte[]) - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Copies the array of red color components into the given array.
getRelTime() - Method in class org.monte.media.anim.ANIMFrame
 
getRelTime() - Method in class org.monte.media.seq.SEQFrame
 
getRemark() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getRepeatHiSamples() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getRepeats() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getResources() - Method in class org.monte.media.anim.ANIMReader
 
getRGBs(int[]) - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Copies the array of color components into the given array.
getRightBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDeltaFrame
 
getRightBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMFrame
 
getRightBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQDeltaFrame
 
getRightBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQFrame
 
getSampleCount() - Method in class org.monte.media.anim.ANIMAudioTrack
 
getSampleCount() - Method in class org.monte.media.anim.ANIMVideoTrack
 
getSampleCount() - Method in class org.monte.media.anim.AudioMixer
 
getSampleCount() - Method in class org.monte.media.seq.SEQTrack
 
getSampleRate() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getSamples() - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
getSamplesPerHiCycle() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getSampleType() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getScan() - Method in class org.monte.media.iff.IFFChunk
 
getScan() - Method in class org.monte.media.iff.MC68000InputStream
Get the current read position within the file (as seen by this input stream filter).
getScanlineStride() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the numer of bytes you must add to a given address in the bitmap to advance to the next scanline of the image.
getSCompression() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getScreenMode() - Method in class org.monte.media.anim.ANIMMovieResources
 
getScreenMode() - Method in class org.monte.media.seq.SEQMovieTrack
 
getSelectionEnd() - Method in class org.monte.media.anim.ANIMMovie
 
getSelectionEnd() - Method in class org.monte.media.seq.SEQMovie
 
getSelectionStart() - Method in class org.monte.media.anim.ANIMMovie
 
getSelectionStart() - Method in class org.monte.media.seq.SEQMovie
 
getShortPixels() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns a reference to the byte pixel data that has been generated by a previous call to #converToChunky.
getSize() - Method in class org.monte.media.iff.IFFChunk
 
getSound() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getSound() - Method in class org.monte.media.seq.SEQAudioCommand
 
getStorageMethod() - Method in class org.monte.media.seq.SEQFrame
 
getStreamMetadata() - Method in class org.monte.media.ilbm.ILBMImageReader
 
getStreamMetadata() - Method in class org.monte.media.pbm.PBMImageReader
 
getStreamPosition() - Method in class org.monte.media.iff.IFFOutputStream
Gets the position relative to the beginning of the IFF output stream.
getTimeBase() - Method in class org.monte.media.anim.ANIMReader
 
getTimeBase() - Method in class org.monte.media.seq.SEQReader
 
getTimeModel() - Method in class org.monte.media.anim.ANIMPlayer
Returns the bounded range model that represents the time line of the player.
getTimeModel() - Method in class org.monte.media.pbm.PBMPlayer
 
getTimeModel() - Method in class org.monte.media.seq.SEQPlayer
Returns the bounded range model that represents the time line of the player.
getTimeScale() - Method in class org.monte.media.ilbm.ColorCycle
 
getTopBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMDeltaFrame
 
getTopBound(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMFrame
 
getTopBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQDeltaFrame
 
getTopBound(SEQMovieTrack) - Method in class org.monte.media.seq.SEQFrame
 
getTotalDuration() - Method in class org.monte.media.anim.ANIMMovieResources
Total playback time of the movie in Jiffies (1/60 second).
getTotalDuration() - Method in class org.monte.media.anim.ANIMPlayer
Returns the total duration in milliseconds.
getTotalDuration() - Method in class org.monte.media.pbm.PBMPlayer
 
getTotalDuration() - Method in class org.monte.media.seq.SEQMovieTrack
Total playback time of the movie in Jiffies (1/60 second).
getTotalDuration() - Method in class org.monte.media.seq.SEQPlayer
Returns the total duration in milliseconds.
getTrackCount() - Method in class org.monte.media.anim.ANIMMovie
 
getTrackCount() - Method in class org.monte.media.anim.ANIMWriter
 
getTrackCount() - Method in class org.monte.media.seq.SEQMovie
 
getTracks() - Method in class org.monte.media.anim.ANIMDemultiplexer
 
getTracks() - Method in class org.monte.media.seq.SEQDemultiplexer
 
getTransparentColor() - Method in class org.monte.media.anim.ANIMMovieResources
 
getTransparentColor() - Method in class org.monte.media.seq.SEQMovieTrack
 
getType() - Method in class org.monte.media.iff.IFFChunk
 
getType() - Method in class org.monte.media.iff.MutableIFFChunk
 
getVisualComponent() - Method in class org.monte.media.anim.ANIMPlayer
Obtain the display Component for this Player.
getVisualComponent() - Method in class org.monte.media.pbm.PBMPlayer
 
getVisualComponent() - Method in class org.monte.media.seq.SEQPlayer
Obtain the display Component for this Player.
getVolume() - Method in class org.monte.media.anim.ANIMAudioCommand
 
getVolume() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
getVolume() - Method in class org.monte.media.seq.SEQAudioCommand
 
getWidth() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Returns the width of the image.
getWidth() - Method in class org.monte.media.anim.ANIMMovieResources
 
getWidth() - Method in class org.monte.media.anim.ANIMReader
 
getWidth() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
getWidth() - Method in class org.monte.media.seq.SEQMovieTrack
 
getWidth(int) - Method in class org.monte.media.ilbm.ILBMImageReader
 
getWidth(int) - Method in class org.monte.media.pbm.PBMImageReader
 
getXAspect() - Method in class org.monte.media.anim.ANIMMovieResources
 
getXAspect() - Method in class org.monte.media.seq.SEQMovieTrack
 
getXPosition() - Method in class org.monte.media.anim.ANIMMovieResources
 
getXPosition() - Method in class org.monte.media.seq.SEQMovieTrack
 
getYAspect() - Method in class org.monte.media.anim.ANIMMovieResources
 
getYAspect() - Method in class org.monte.media.seq.SEQMovieTrack
 
getYPosition() - Method in class org.monte.media.anim.ANIMMovieResources
 
getYPosition() - Method in class org.monte.media.seq.SEQMovieTrack
 

H

HAM_COLORMODE - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG HAM mode.
HAM_KEY - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
HAM_MASK - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
HAM_MODE - Static variable in class org.monte.media.anim.ANIMDecoder
 
HAM_MODE - Static variable in class org.monte.media.anim.ANIMOutputStream
CAMG HAM mode.
HAM6 - Static variable in class org.monte.media.amigabitmap.AmigaHAMColorModel
 
HAM8 - Static variable in class org.monte.media.amigabitmap.AmigaHAMColorModel
 
HAMType - Variable in class org.monte.media.amigabitmap.AmigaHAMColorModel
 
hashCode() - Method in class org.monte.media.iff.IFFChunk
 
hashCode() - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
 

I

ID_CAT - Static variable in class org.monte.media.iff.IFFParser
ID for CATGroupExpression.
ID_CAT - Static variable in class org.monte.media.iff.MutableIFFChunk
ID for CATGroupExpression.
ID_FILLER - Static variable in class org.monte.media.iff.IFFParser
ID for unlabeled CATGroupExpressions.
ID_FILLER - Static variable in class org.monte.media.iff.MutableIFFChunk
ID for unlabeled CATGroupExpressions.
ID_FORM - Static variable in class org.monte.media.iff.IFFParser
ID for FORMGroupExpression.
ID_FORM - Static variable in class org.monte.media.iff.MutableIFFChunk
ID for FORMGroupExpression.
ID_LIST - Static variable in class org.monte.media.iff.IFFParser
ID for CATGroupExpression.
ID_LIST - Static variable in class org.monte.media.iff.MutableIFFChunk
ID for CATGroupExpression.
ID_PROP - Static variable in class org.monte.media.iff.IFFParser
ID for PROPGroupExpression.
ID_PROP - Static variable in class org.monte.media.iff.MutableIFFChunk
ID for PROPGroupExpression.
idToString(int) - Static method in class org.monte.media.iff.IFFParser
Convert an integer IFF identifier to String.
idToString(int) - Static method in class org.monte.media.iff.MutableIFFChunk
Convert an integer IFF identifier to String.
IFFChunk - Class in org.monte.media.iff
IFF Chunks form the building blocks of an IFF file.
IFFChunk(int, int) - Constructor for class org.monte.media.iff.IFFChunk
 
IFFChunk(int, int, long, long) - Constructor for class org.monte.media.iff.IFFChunk
 
IFFChunk(int, int, long, long, IFFChunk) - Constructor for class org.monte.media.iff.IFFChunk
 
IFFOutputStream - Class in org.monte.media.iff
Facilitates writing of EA 85 IFF files.
IFFOutputStream(ImageOutputStream) - Constructor for class org.monte.media.iff.IFFOutputStream
 
IFFParser - Class in org.monte.media.iff
Interprets IFF streams.
IFFParser() - Constructor for class org.monte.media.iff.IFFParser
Constructs a new IFF parser.
IFFVisitor - Interface in org.monte.media.iff
IFFVisitor is notified each time the IFFParser visits a data chunk and when a group is entered or leaved.
ILBM_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
Chunk ID's.
ILBM_ID - Static variable in class org.monte.media.ilbm.ILBMImageReaderSpi
 
ILBMDecoder - Class in org.monte.media.ilbm
Creates Image objects by reading an IFF ILBM stream.
ILBMDecoder(InputStream) - Constructor for class org.monte.media.ilbm.ILBMDecoder
Constructors
ILBMDecoder(URL) - Constructor for class org.monte.media.ilbm.ILBMDecoder
 
ILBMEncoder - Class in org.monte.media.ilbm
ILBMEncoder.
ILBMEncoder() - Constructor for class org.monte.media.ilbm.ILBMEncoder
 
ILBMImageReader - Class in org.monte.media.ilbm
Reads an image in the Amiga IFF Interleaved Bitmap image format (ILBM).
ILBMImageReader(ILBMImageReaderSpi) - Constructor for class org.monte.media.ilbm.ILBMImageReader
 
ILBMImageReaderSpi - Class in org.monte.media.ilbm
ImageIO service provider interface for images in the Amiga IFF Interleaved Bitmap image format (ILBM).
ILBMImageReaderSpi() - Constructor for class org.monte.media.ilbm.ILBMImageReaderSpi
 
incCount(int) - Method in class org.monte.media.iff.MC68000OutputStream
Increases the written counter by the specified value until it reaches Long.MAX_VALUE.
inputStream - Variable in class org.monte.media.ilbm.ILBMDecoder
Input stream to decode from.
inputStream - Variable in class org.monte.media.pbm.PBMDecoder
Input stream to decode from.
inputTime - Variable in class org.monte.media.anim.ANIMMultiplexer
 
INT_PIXEL - Static variable in class org.monte.media.amigabitmap.AmigaBitmapImage
Tag for integer pixel data.
isActive - Variable in class org.monte.media.ilbm.ColorCycle
Whether the color cycle is active.
isActive() - Method in class org.monte.media.ilbm.ColorCycle
 
isAudioAvailable() - Method in class org.monte.media.anim.ANIMPlayer
Returns true if audio is available.
isAudioAvailable() - Method in class org.monte.media.pbm.PBMPlayer
 
isAudioAvailable() - Method in class org.monte.media.seq.SEQPlayer
Returns true if audio is available.
isAudioEnabled() - Method in class org.monte.media.anim.ANIMPlayer
Returns true if audio playback is enabled.
isAudioEnabled() - Method in class org.monte.media.pbm.PBMPlayer
 
isAudioEnabled() - Method in class org.monte.media.seq.SEQPlayer
Returns true if audio playback is enabled.
isBidirectional() - Method in class org.monte.media.anim.ANIMDeltaFrame
Returns true if the frame can be decoded over both the previous frame or the subsequent frame.
isBidirectional() - Method in class org.monte.media.anim.ANIMFrame
Returns true if the frame can be decoded over both the previous frame or the subsequent frame.
isBidirectional() - Method in class org.monte.media.seq.SEQDeltaFrame
Returns true if the frame can be decoded over both the previous frame or the subsequent frame.
isBidirectional() - Method in class org.monte.media.seq.SEQFrame
Returns true if the frame can be decoded over both the previous frame or the subsequent frame.
isBlended - Variable in class org.monte.media.ilbm.ColorCycle
Whether colors are blended into each other when shifted.
isBlended() - Method in class org.monte.media.ilbm.ColorCycle
Returns true if colors are blended when shifted.
isBlendedColorCycling() - Method in class org.monte.media.anim.ANIMPlayer
Returns true if colors are blended during color cycling.
isBlendedColorCycling() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
isBlendedColorCycling() - Method in class org.monte.media.pbm.PBMPlayer
Returns true if colors are blended during color cycling.
isBlendedColorCycling() - Method in class org.monte.media.seq.SEQPlayer
Returns true if colors are blended during color cycling.
isCached() - Method in class org.monte.media.anim.ANIMPlayer
Returns true when the player has completely cached all movie data.
isCached() - Method in class org.monte.media.pbm.PBMPlayer
Returns true when the player has completely cached all movie data.
isCached() - Method in class org.monte.media.seq.SEQPlayer
Returns true when the player has completely cached all movie data.
isCollectionChunk(IFFChunk) - Method in class org.monte.media.iff.IFFParser
Checks wether the ID of the chunk has been declared as a collection chunk.
isColorCyclingAvailable() - Method in class org.monte.media.anim.ANIMPlayer
Starts or stops color cycling.
isColorCyclingAvailable() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
isColorCyclingAvailable() - Method in class org.monte.media.pbm.PBMPlayer
 
isColorCyclingAvailable() - Method in class org.monte.media.seq.SEQPlayer
Starts or stops color cycling.
isColorCyclingStarted() - Method in class org.monte.media.anim.ANIMPlayer
Returns true if color cycling is available in the movie track.
isColorCyclingStarted() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Returns true if color cycling is on.
isColorCyclingStarted() - Method in class org.monte.media.pbm.PBMPlayer
 
isColorCyclingStarted() - Method in class org.monte.media.seq.SEQPlayer
Returns true if color cycling is available in the movie track.
isContentType(int) - Static method in class org.monte.media.iff.IFFParser
Returns wether the argument is a valid Content Type ID.
isDataChunk(IFFChunk) - Method in class org.monte.media.iff.IFFParser
Checks whether the ID of the chunk has been declared as a data chunk.
isDataLimitReached() - Method in class org.monte.media.anim.ANIMWriter
 
isDualPlayfield() - Method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
isEHB() - Method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
isEmpty(int) - Method in class org.monte.media.anim.ANIMWriter
 
isEnforceDirectColors() - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
If this returns true, then convertToChunky always generates chunky pixels using a DirectColorModel.
isFormType(int) - Static method in class org.monte.media.iff.IFFParser
Returns wether the argument is a valid FormType.
isGroupChunk(IFFChunk) - Method in class org.monte.media.iff.IFFParser
Checks wether the ID of the chunk has been declared as a group chunk.
isGroupID(int) - Static method in class org.monte.media.iff.IFFParser
Checks wether the argument represents a valid IFF GroupID.
isHAM() - Method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
isID(int) - Static method in class org.monte.media.iff.IFFParser
Checks if the argument represents a valid IFF ID.
isInterlace() - Method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
isLocalChunkID(int) - Static method in class org.monte.media.iff.IFFParser
Returns whether the argument is a valid Local Chunk ID.
isLoop() - Method in class org.monte.media.anim.ANIMPlayer
 
isLoop() - Method in class org.monte.media.seq.SEQPlayer
 
isOCS() - Method in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
isPingPong() - Method in class org.monte.media.anim.ANIMPlayer
 
isPingPong() - Method in class org.monte.media.seq.SEQPlayer
 
isPlayEveryFrame() - Method in class org.monte.media.anim.ANIMPlayer
 
isPlayEveryFrame() - Method in class org.monte.media.seq.SEQPlayer
 
isPlayWrapupFrames() - Method in class org.monte.media.anim.ANIMMovieResources
Returns true, if the two wrapup frames at the end of the movie track are treated like regular frames.
isPlayWrapupFrames() - Method in class org.monte.media.anim.ANIMPlayer
Returns true, if the two wrapup frames at the end of the animation are treated like regular frames.
isPlayWrapupFrames() - Method in class org.monte.media.seq.SEQMovieTrack
Always returns true.
isPlayWrapupFrames() - Method in class org.monte.media.seq.SEQPlayer
Always returns true.
isPropertyChunk(IFFChunk) - Method in class org.monte.media.iff.IFFParser
Checks wether the ID of the chunk has been declared as a property chunk.
isReadData() - Method in class org.monte.media.iff.IFFParser
 
isReservedID(int) - Static method in class org.monte.media.iff.IFFParser
 
isReverse() - Method in class org.monte.media.ilbm.CRNGColorCycle
 
isStarted() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
isSwapLeftRightChannels() - Method in class org.monte.media.anim.ANIMDemultiplexer
 
isSwapSpeakers() - Method in class org.monte.media.anim.ANIMMovieResources
Returns true if left and right speakers are swapped.
isSwapSpeakers() - Method in class org.monte.media.anim.ANIMPlayer
Returns true if left and right speakers are swapped.
isSwapSpeakers() - Method in class org.monte.media.seq.SEQMovieTrack
Returns true if left and right speakers are swapped.
isSwapSpeakers() - Method in class org.monte.media.seq.SEQPlayer
Returns true if left and right speakers are swapped.
isVFRSupported() - Method in class org.monte.media.anim.ANIMWriter
 

J

JDK13AppletAudioClip - Class in org.monte.media.eightsvx
JDK13AppletAudioClip.
JDK13AppletAudioClip(byte[], int, int, float) - Constructor for class org.monte.media.eightsvx.JDK13AppletAudioClip
Creates a new instance.
JDK13LongAudioClip - Class in org.monte.media.eightsvx
JDK13AudioClip.
JDK13LongAudioClip(byte[], int, int, float) - Constructor for class org.monte.media.eightsvx.JDK13LongAudioClip
Creates a new instance.
JDK13ShortAudioClip - Class in org.monte.media.eightsvx
JDK13ShortAudioClip.
JDK13ShortAudioClip(byte[], int, int, float) - Constructor for class org.monte.media.eightsvx.JDK13ShortAudioClip
Creates a new instance.

L

leaveGroup(IFFChunk) - Method in class org.monte.media.anim.ANIMDecoder
 
leaveGroup(IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
leaveGroup(IFFChunk) - Method in interface org.monte.media.iff.IFFVisitor
 
leaveGroup(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
 
leaveGroup(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
 
LEFT - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
 
linear16ToULaw(int[]) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
Converts a buffer of signed 8bit samples to uLaw.
linear8StereoToMono(byte[], double) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
This converts a stereo sample to mono.
linear8ToULaw(byte[]) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
Converts a buffer of signed 8bit samples to uLaw.
LIST_ID - Static variable in class org.monte.media.ilbm.ILBMImageReaderSpi
 
LIST_ID - Static variable in class org.monte.media.pbm.PBMImageReaderSpi
 
location - Variable in class org.monte.media.ilbm.ILBMDecoder
URL to get the input stream from.
location - Variable in class org.monte.media.pbm.PBMDecoder
URL to get the input stream from.
loop() - Method in interface org.monte.media.eightsvx.AudioClip
Starts playing this audio clip in a loop.
loop() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
loop() - Method in class org.monte.media.eightsvx.JDK13AppletAudioClip
 
loop() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Starts playing this audio clip in a loop.
loop() - Method in class org.monte.media.eightsvx.JDK13ShortAudioClip
 
loop(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
Starts looping playback from the current position.
loop(int) - Method in class org.monte.media.eightsvx.JDK13AppletAudioClip
Starts looping playback from the current position.
loop(int) - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Starts looping playback from the current position.
loop(int) - Method in class org.monte.media.eightsvx.JDK13ShortAudioClip
Starts looping playback from the current position.
loop(int) - Method in interface org.monte.media.eightsvx.LoopableAudioClip
Starts looping playback from the current position.
LOOP_CONTINUOUSLY - Static variable in interface org.monte.media.eightsvx.LoopableAudioClip
Use this as a parameter for method loop(int) to specify a continuous loop.
LoopableAudioClip - Interface in org.monte.media.eightsvx
LoopableAudioClip.

M

map_size - Variable in class org.monte.media.amigabitmap.AmigaHAMColorModel
 
mark(int) - Method in class org.monte.media.iff.MC68000InputStream
Marks the input stream.
maximalSizeHeight - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
maximalSizeWidth - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
maxOverscanHeight - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
maxOverscanWidth - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MC68000InputStream - Class in org.monte.media.iff
A MC 68000 input stream lets an application read primitive data types in the MC 68000 CPU format from an underlying input stream.
MC68000InputStream(InputStream) - Constructor for class org.monte.media.iff.MC68000InputStream
Creates a new instance.
MC68000OutputStream - Class in org.monte.media.iff
MC68000OutputStream.
MC68000OutputStream(OutputStream) - Constructor for class org.monte.media.iff.MC68000OutputStream
Creates a new instance.
memoryImageSource - Variable in class org.monte.media.pbm.PBMDecoder
BODY data
minimalSizeHeight - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
minimalSizeWidth - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MODE_DIRECT_COLORS - Static variable in class org.monte.media.anim.ANIMMovieResources
Screenmodes.
MODE_DIRECT_COLORS - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
MODE_DIRECT_COLORS - Static variable in class org.monte.media.seq.SEQMovieTrack
Screenmodes.
MODE_EHB - Static variable in class org.monte.media.anim.ANIMMovieResources
Screenmodes.
MODE_EHB - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
MODE_EHB - Static variable in class org.monte.media.seq.SEQMovieTrack
Screenmodes.
MODE_HAM6 - Static variable in class org.monte.media.anim.ANIMMovieResources
Screenmodes.
MODE_HAM6 - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
MODE_HAM6 - Static variable in class org.monte.media.seq.SEQMovieTrack
Screenmodes.
MODE_HAM8 - Static variable in class org.monte.media.anim.ANIMMovieResources
Screenmodes.
MODE_HAM8 - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
MODE_HAM8 - Static variable in class org.monte.media.seq.SEQMovieTrack
Screenmodes.
MODE_INDEXED_COLORS - Static variable in class org.monte.media.anim.ANIMMovieResources
Screenmodes.
MODE_INDEXED_COLORS - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
MODE_INDEXED_COLORS - Static variable in class org.monte.media.seq.SEQMovieTrack
Screenmodes.
MODE_MASK - Static variable in class org.monte.media.anim.ANIMDecoder
 
MODE_MASK - Static variable in class org.monte.media.anim.ANIMOutputStream
CAMG Mode mask.
MONITOR_ID_MASK - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG monitor ID mask.
MONITOR_ID_MASK - Static variable in class org.monte.media.anim.ANIMDecoder
CAMG monitor ID mask.
MONITOR_ID_MASK - Static variable in class org.monte.media.anim.ANIMOutputStream
CAMG monitor ID mask.
MONITOR_ID_MASK - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM CAMG chunk: Mask and ID bits for CAMG ModeID.
MonitorIdKey - Static variable in class org.monte.media.anim.AmigaVideoFormatKeys
The Amiga monitor id.
MSK_HAS_MASK - Static variable in class org.monte.media.anim.ANIMMovieResources
 
MSK_HAS_MASK - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: masking technique.
MSK_HAS_MASK - Static variable in class org.monte.media.pbm.PBMDecoder
PBM BMHD chunk: masking technique.
MSK_HAS_MASK - Static variable in class org.monte.media.seq.SEQMovieTrack
 
MSK_HAS_TRANSPARENT_COLOR - Static variable in class org.monte.media.anim.ANIMMovieResources
 
MSK_HAS_TRANSPARENT_COLOR - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: masking technique.
MSK_HAS_TRANSPARENT_COLOR - Static variable in class org.monte.media.pbm.PBMDecoder
PBM BMHD chunk: masking technique.
MSK_HAS_TRANSPARENT_COLOR - Static variable in class org.monte.media.seq.SEQMovieTrack
 
MSK_LASSO - Static variable in class org.monte.media.anim.ANIMMovieResources
 
MSK_LASSO - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: masking technique.
MSK_LASSO - Static variable in class org.monte.media.pbm.PBMDecoder
PBM BMHD chunk: masking technique.
MSK_LASSO - Static variable in class org.monte.media.seq.SEQMovieTrack
 
MSK_NONE - Static variable in class org.monte.media.anim.ANIMMovieResources
 
MSK_NONE - Static variable in class org.monte.media.ilbm.ILBMDecoder
ILBM BMHD chunk: masking technique.
MSK_NONE - Static variable in class org.monte.media.pbm.PBMDecoder
PBM BMHD chunk: masking technique.
MSK_NONE - Static variable in class org.monte.media.seq.SEQMovieTrack
 
MULTISCAN_160x480_88t22_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MULTISCAN_160x960_88t11_interlaced_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MULTISCAN_320x480_44t22_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MULTISCAN_320x960_44t11_interlaced_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MULTISCAN_640x480_22t22_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MULTISCAN_640x960_22t11_interlaced_58fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
MULTISCAN_INTERLACE_MASK - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG interlace mask.
MULTISCAN_INTERLACE_MODE - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG interlace mode.
MULTISCAN_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
MULTISCAN (VGA), 58fps, 44:44.
MULTISCAN_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
MULTISCAN (VGA), 58fps, 44:44.
MULTISCAN_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
MULTISCAN (VGA), 58fps, 44:44.
MutableIFFChunk - Class in org.monte.media.iff
MutableIFFChunk.
MutableIFFChunk() - Constructor for class org.monte.media.iff.MutableIFFChunk
Creates a new instance.
MutableIFFChunk(int, byte[]) - Constructor for class org.monte.media.iff.MutableIFFChunk
Creates a new instance.
MutableIFFChunk(int, int) - Constructor for class org.monte.media.iff.MutableIFFChunk
Creates a new instance.
MutableIFFChunk(String, byte[]) - Constructor for class org.monte.media.iff.MutableIFFChunk
Creates a new instance.
MutableIFFChunk(String, String) - Constructor for class org.monte.media.iff.MutableIFFChunk
Creates a new instance.

N

name - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
NAME_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
newPixels(byte[], ColorModel, int, int) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
newPixels(int[], ColorModel, int, int) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Changes to a new int array to hold the pixels for this image.
NO_PIXEL - Static variable in class org.monte.media.amigabitmap.AmigaBitmapImage
Tag indicating that no pixel data is available.
NTSC_1280x200_11t52_60fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
NTSC_1280x400_11t26_interlaced_60fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
NTSC_320x200_44t52_60fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
Well known CAMG formats.
NTSC_320x400_44t26_interlaced_60fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
NTSC_640x200_22t52_60fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
NTSC_640x400_22t26_interlaced_60fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
NTSC_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
NTSC, 60fps, 44:52.
NTSC_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
NTSC, 60fps, 44:52.
NTSC_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
NTSC, 60fps, 44:52.
NTSC_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 

O

OP_ByteVertical - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_Copy - Static variable in class org.monte.media.seq.SEQDeltaFrame
 
OP_Direct - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_GeneralDelta - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_J - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_LongDelta - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_ShortDelta - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_StereoDelta - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_Vertical7 - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_Vertical8 - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_XOR - Static variable in class org.monte.media.anim.ANIMDeltaFrame
 
OP_XOR - Static variable in class org.monte.media.seq.SEQDeltaFrame
 
opaque - Variable in class org.monte.media.amigabitmap.AmigaHAMColorModel
 
org.monte.media.amigaatari - module org.monte.media.amigaatari
A library for processing Amiga and Atari still images, video, audio and meta-data.
org.monte.media.amigabitmap - package org.monte.media.amigabitmap
Provides classes for representing Amiga bitmap images.
org.monte.media.amigabitmap.codec.video - package org.monte.media.amigabitmap.codec.video
Provides Amiga-specific video codecs.
org.monte.media.anim - package org.monte.media.anim
Provides classes for playing ANIM files.
org.monte.media.eightsvx - package org.monte.media.eightsvx
Provides media handlers for the 8SVX file format.
org.monte.media.iff - package org.monte.media.iff
Provides classes for reading and writing IFF files.
org.monte.media.ilbm - package org.monte.media.ilbm
Provides classes for reading ILBM images with color cycling.
org.monte.media.pbm - package org.monte.media.pbm
Provides classes for reading PBM images with color cycling.
org.monte.media.seq - package org.monte.media.seq
Provides classes for playing SEQ files.

P

PAL_1280x256_11t44_50fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
PAL_1280x512_11t22_interlaced_50fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
PAL_320x256_44t44_50fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
PAL_320x512_44t22_interlaced_50fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
PAL_640x256_22t44_50fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
PAL_640x512_22t22_interlaced_50fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
PAL_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
PAL, 50fps, 44:44.
PAL_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
PAL, 50fps, 44:44.
PAL_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
PAL, 50fps, 44:44.
PAL_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
PALNTSC_INTERLACE_MASK - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG interlace mask.
PALNTSC_INTERLACE_MODE - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
CAMG interlace mode.
parse(InputStream, IFFVisitor) - Method in class org.monte.media.iff.IFFParser
Interprets the IFFFileExpression located at the current position of the indicated InputStream.
PBM_ID - Static variable in class org.monte.media.pbm.PBMDecoder
Chunk ID's.
PBM_ID - Static variable in class org.monte.media.pbm.PBMImageReaderSpi
 
PBMDecoder - Class in org.monte.media.pbm
Creates Image objects by reading an IFF PBM stream.
PBMDecoder(InputStream) - Constructor for class org.monte.media.pbm.PBMDecoder
Constructors
PBMDecoder(URL) - Constructor for class org.monte.media.pbm.PBMDecoder
 
PBMImageReader - Class in org.monte.media.pbm
Reads an image in the Amiga IFF Packed Bitmap image format (PBM).
PBMImageReader(PBMImageReaderSpi) - Constructor for class org.monte.media.pbm.PBMImageReader
 
PBMImageReaderSpi - Class in org.monte.media.pbm
ImageIO service provider interface for images in the Amiga IFF Interleaved Bitmap image format (ILBM).
PBMImageReaderSpi() - Constructor for class org.monte.media.pbm.PBMImageReaderSpi
 
PBMPlayer - Class in org.monte.media.pbm
A Player for PBM images with color cycling.
PBMPlayer(InputStream) - Constructor for class org.monte.media.pbm.PBMPlayer
 
PBMPlayer(InputStream, int) - Constructor for class org.monte.media.pbm.PBMPlayer
Creates a new instance.
pixelSpeed - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
Approximation in nanoseconds.
play() - Method in interface org.monte.media.eightsvx.AudioClip
Starts playing this audio clip.
play() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
play() - Method in class org.monte.media.eightsvx.JDK13AppletAudioClip
 
play() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Starts playing this audio clip.
play() - Method in class org.monte.media.eightsvx.JDK13ShortAudioClip
 
play(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMAudioCommand
 
play(SEQMovieTrack) - Method in class org.monte.media.seq.SEQAudioCommand
 
popChunk() - Method in class org.monte.media.iff.IFFOutputStream
 
prepare() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
Make this clip ready for playback.
prepare(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMAudioCommand
 
prepare(SEQMovieTrack) - Method in class org.monte.media.seq.SEQAudioCommand
 
process(Buffer, Buffer) - Method in class org.monte.media.amigabitmap.codec.video.AmigaBitmapCodec
 
produce() - Method in class org.monte.media.ilbm.ILBMDecoder
Processes the input stream and creates a vector of ColorCyclingMemoryImageSource instances.
produce() - Method in class org.monte.media.pbm.PBMDecoder
Processes the input stream and creates a vector of MemoryImageSource instances.
produce(ANIMMovieResources, int, boolean) - Method in class org.monte.media.anim.ANIMDecoder
Decodes the stream and produces animation frames into the specified movie track.
produce(SEQMovieTrack, boolean) - Method in class org.monte.media.seq.SEQDecoder
Decodes the stream and produces animation frames into the specified movie track.
produceBitmaps() - Method in class org.monte.media.ilbm.ILBMDecoder
Processes the input stream and creates a vector of BitmapImages instances.
propertyChunks() - Method in class org.monte.media.iff.IFFChunk
 
PROTO_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
PROTO, 60fps (I don't know the real value).
PROTO_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
PROTO, 60fps (I don't know the real value).
PROTO_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
PROTO, 60fps (I don't know the real value).
PROTO_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
pushCompositeChunk(int, int) - Method in class org.monte.media.iff.IFFOutputStream
 
pushCompositeChunk(String, String) - Method in class org.monte.media.iff.IFFOutputStream
 
pushDataChunk(int) - Method in class org.monte.media.iff.IFFOutputStream
 
pushDataChunk(String) - Method in class org.monte.media.iff.IFFOutputStream
 
putProperties(Map<?, ?>) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
putPropertyChunk(IFFChunk) - Method in class org.monte.media.iff.IFFChunk
 

R

rate - Variable in class org.monte.media.ilbm.ColorCycle
Cycle rate.
read() - Method in class org.monte.media.iff.MC68000InputStream
Reads one byte.
read(byte[], int, int) - Method in class org.monte.media.iff.MC68000InputStream
Reads a sequence of bytes.
read(int, ImageReadParam) - Method in class org.monte.media.ilbm.ILBMImageReader
 
read(int, ImageReadParam) - Method in class org.monte.media.pbm.PBMImageReader
 
read(File) - Method in class org.monte.media.iff.MutableIFFChunk
 
read(Buffer) - Method in class org.monte.media.anim.ANIMAudioTrack
 
read(Buffer) - Method in class org.monte.media.anim.ANIMVideoTrack
 
read(Buffer) - Method in class org.monte.media.seq.SEQTrack
 
read(MC68000InputStream) - Method in class org.monte.media.iff.MutableIFFChunk
 
readAnimatedImage(int) - Method in class org.monte.media.ilbm.ILBMImageReader
 
readAnimatedImage(int) - Method in class org.monte.media.pbm.PBMImageReader
 
readFrame(int, AmigaBitmapImage) - Method in class org.monte.media.anim.ANIMReader
Reads a frame into the supplied image.
readFrame(int, AmigaBitmapImage) - Method in class org.monte.media.seq.SEQReader
Reads a frame into the supplied image.
readFully(byte[], int, int) - Method in class org.monte.media.iff.MC68000InputStream
Reads a sequence of bytes.
readINT64() - Method in class org.monte.media.iff.MC68000InputStream
Read 8 bytes from the input stream and interpret them as 64 Bit signed LONG LONG value.
readLONG() - Method in class org.monte.media.iff.MC68000InputStream
Read 4 bytes from the input stream and interpret them as an MC 68000 32 Bit signed LONG value.
readUBYTE() - Method in class org.monte.media.iff.MC68000InputStream
Read 1 byte from the input stream and interpret them as an MC 68000 8 Bit unsigned UBYTE value.
readULONG() - Method in class org.monte.media.iff.MC68000InputStream
Read 4 Bytes from the input Stream and interpret them as an unsigned Integer value of MC 68000 type ULONG.
readUWORD() - Method in class org.monte.media.iff.MC68000InputStream
Read 2 bytes from the input stream and interpret them as an MC 68000 16 Bit unsigned UWORD value.
readValue(int[], boolean) - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
Reads the initial value of the cell which is either taken from the rgb palette or from an rgb value stored by the cell.
readValue(int[], boolean) - Method in class org.monte.media.ilbm.DRNGColorCycle.DColorCell
Sets the initial value of the cell from its rgb instance variable.
readValue(int[], boolean) - Method in class org.monte.media.ilbm.DRNGColorCycle.DIndexCell
Sets the initial value of the cell from the rgb palette.
readWORD() - Method in class org.monte.media.iff.MC68000InputStream
Read 2 bytes from the input stream and interpret them as an MC 68000 16 Bit signed WORD value.
registerChunks(IFFParser) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
registerChunks(IFFParser) - Method in class org.monte.media.ilbm.ILBMDecoder
 
registerChunks(IFFParser) - Method in class org.monte.media.pbm.PBMDecoder
 
registerChunks(IFFParser, boolean) - Method in class org.monte.media.anim.ANIMDecoder
 
removeConsumer(ImageConsumer) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
removeFrame(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.anim.ANIMMovieResources
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.seq.SEQMovieTrack
 
resample(byte[], int, int) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
Resamples audio data to match the given sample rate and applies a lowpass filter if necessary.
RESERVED_IDs - Static variable in class org.monte.media.iff.IFFParser
The reserved group IDs "LIST", "FORM", "PROP", "CAT ", " ", "LIS1" through "LIS9", "FOR1" through "FOR9" and "CAT1" through "CAT9" may not be used for type IDs and for local chunk IDs.
reset() - Method in class org.monte.media.iff.MC68000InputStream
Repositions the stream at the previously marked position.
resolutionX - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
Ticks per pixel X/Y
resolutionY - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
Ticks per pixel X/Y
rgb - Variable in class org.monte.media.amigabitmap.AmigaHAMColorModel
 
RIGHT - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
 
run() - Method in class org.monte.media.eightsvx.JDK13AppletAudioClip
When an object implementing interface Runnable is used to create a workerThread, starting the workerThread causes the object's run method to be called in that separately executing workerThread.
run() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

S

S_CMP_FIB_DELTA - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
 
S_CMP_NONE - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
 
sampleToTime(int, long) - Method in class org.monte.media.anim.ANIMMovie
 
sampleToTime(int, long) - Method in class org.monte.media.seq.SEQMovie
 
seek(long) - Method in class org.monte.media.iff.IFFOutputStream
Seeks relative to the beginning of the IFF output stream.
SEQAudioCommand - Class in org.monte.media.seq
An SEQAudioCommand handles an audio command that is associated to a single frame of a SEQMovieTrack.
SEQAudioCommand(int, int, int, int, int, int, int) - Constructor for class org.monte.media.seq.SEQAudioCommand
Creates a new instance.
SEQDecoder - Class in org.monte.media.seq
SEQDecoder.
SEQDecoder(InputStream) - Constructor for class org.monte.media.seq.SEQDecoder
Creates a decoder for the specified input stream.
SEQDecoder(ImageInputStream) - Constructor for class org.monte.media.seq.SEQDecoder
Creates a decoder for the specified image input stream.
SEQDeltaFrame - Class in org.monte.media.seq
Represents a delta frame in a movie track.
SEQDeltaFrame() - Constructor for class org.monte.media.seq.SEQDeltaFrame
 
SEQDemultiplexer - Class in org.monte.media.seq
SEQDemultiplexer.
SEQDemultiplexer(File) - Constructor for class org.monte.media.seq.SEQDemultiplexer
 
SEQDemultiplexer(File, boolean) - Constructor for class org.monte.media.seq.SEQDemultiplexer
 
SEQFrame - Class in org.monte.media.seq
Represents a frame in a movie track.
SEQFrame() - Constructor for class org.monte.media.seq.SEQFrame
 
SEQMovie - Class in org.monte.media.seq
SEQMovie.
SEQMovie() - Constructor for class org.monte.media.seq.SEQMovie
 
SEQMovieTrack - Class in org.monte.media.seq
A movie track gives access to the static resources of a movie (image and audio data, global informations).
SEQMovieTrack() - Constructor for class org.monte.media.seq.SEQMovieTrack
 
SEQPlayer - Class in org.monte.media.seq
Player for Cyberpaint Sequence animations (*.SEQ).
SEQPlayer(InputStream) - Constructor for class org.monte.media.seq.SEQPlayer
 
SEQPlayer(InputStream, int, boolean) - Constructor for class org.monte.media.seq.SEQPlayer
Creates a new instance.
SEQReader - Class in org.monte.media.seq
SEQReader.
SEQReader(File) - Constructor for class org.monte.media.seq.SEQReader
 
SEQReader(File, boolean) - Constructor for class org.monte.media.seq.SEQReader
 
SEQTrack - Class in org.monte.media.seq
SEQTrack.
SEQTrack(SEQDemultiplexer) - Constructor for class org.monte.media.seq.SEQTrack
 
set8SVXBody(byte[]) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setAbsTime(long) - Method in class org.monte.media.anim.ANIMFrame
 
setAbsTime(long) - Method in class org.monte.media.seq.SEQFrame
 
setAnimated(boolean) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
setAudioEnabled(boolean) - Method in class org.monte.media.anim.ANIMPlayer
Enables or disables audio playback.
setAudioEnabled(boolean) - Method in class org.monte.media.pbm.PBMPlayer
 
setAudioEnabled(boolean) - Method in class org.monte.media.seq.SEQPlayer
Enables or disables audio playback.
setAuthor(String) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setBits(int) - Method in class org.monte.media.anim.ANIMFrame
 
setBits(int) - Method in class org.monte.media.seq.SEQFrame
 
setBlended(boolean) - Method in class org.monte.media.ilbm.ColorCycle
Set to true to blend colors when they are shifted.
setBlendedColorCycling(boolean) - Method in class org.monte.media.anim.ANIMPlayer
Sets whether colors are blended during color cycling.
setBlendedColorCycling(boolean) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
 
setBlendedColorCycling(boolean) - Method in class org.monte.media.pbm.PBMPlayer
Sets whether colors are blended during color cycling.
setBlendedColorCycling(boolean) - Method in class org.monte.media.seq.SEQPlayer
Sets whether colors are blended during color cycling.
setBounds(int, int, int, int) - Method in class org.monte.media.seq.SEQDeltaFrame
 
setBytePixels(byte[]) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
 
setCAMG(int) - Method in class org.monte.media.anim.ANIMMultiplexer
Sets the Commodore Amiga Graphics Mode.
setCAMG(int) - Method in class org.monte.media.anim.ANIMOutputStream
Sets the Commodore Amiga Graphics Mode.
setColorCyclingStarted(boolean) - Method in class org.monte.media.anim.ANIMPlayer
Starts or stops color cycling.
setColorCyclingStarted(boolean) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Starts or stops color cycling.
setColorCyclingStarted(boolean) - Method in class org.monte.media.pbm.PBMPlayer
 
setColorCyclingStarted(boolean) - Method in class org.monte.media.seq.SEQPlayer
Starts or stops color cycling.
setColorModel(ColorModel) - Method in class org.monte.media.anim.ANIMFrame
 
setColorModel(ColorModel) - Method in class org.monte.media.seq.SEQFrame
 
setCompression(int) - Method in class org.monte.media.anim.ANIMKeyFrame
For possible values see ANIMMovieResources.
setCompression(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setCompression(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setCopyright(String) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setCtOctave(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setData(byte[]) - Method in class org.monte.media.anim.ANIMFrame
 
setData(byte[]) - Method in class org.monte.media.anim.ANIMKeyFrame
 
setData(byte[]) - Method in class org.monte.media.iff.IFFChunk
Sets the data.
setData(byte[]) - Method in class org.monte.media.iff.MutableIFFChunk
 
setData(byte[]) - Method in class org.monte.media.seq.SEQFrame
 
setDebug(boolean) - Method in class org.monte.media.anim.ANIMPlayer
Set this to true to treat the two wrapup frames at the end of the animation like regular frames.
setDebug(boolean) - Method in class org.monte.media.seq.SEQPlayer
Set this to true to treat the two wrapup frames at the end of the animation like regular frames.
setEnforce8BitColorModel(boolean) - Method in class org.monte.media.seq.SEQDecoder
 
setEnforceDirectColors(boolean) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
If you set this to true, then convertToChunky always generates chunky pixels using a DirectColorModel.
setFramePosition(int) - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Sets the media position in sample frames.
setFramesPerSecond(float) - Method in class org.monte.media.anim.ANIMPlayer
Setting frames per second overrides all frame duration settings in the frames of the the movie track.
setFramesPerSecond(float) - Method in class org.monte.media.seq.SEQPlayer
Setting frames per second overrides all frame duration settings in the frames of the the movie track.
setGlobalFrameDuration(int) - Method in class org.monte.media.anim.ANIMPlayer
Setting the global frame duration overrides all frame duration settings in the frames of the the movie track.
setGlobalFrameDuration(int) - Method in class org.monte.media.seq.SEQPlayer
Setting the global frame duration overrides all frame duration settings in the frames of the the movie track.
setHeight(int) - Method in class org.monte.media.anim.ANIMFrame
 
setHeight(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setHeight(int) - Method in class org.monte.media.seq.SEQFrame
 
setHeight(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setId(int) - Method in class org.monte.media.iff.MutableIFFChunk
 
setInsertionPoint(Rational) - Method in class org.monte.media.anim.ANIMMovie
 
setInsertionPoint(Rational) - Method in class org.monte.media.seq.SEQMovie
 
setInterleave(int) - Method in class org.monte.media.anim.ANIMFrame
 
setInterleave(int) - Method in class org.monte.media.seq.SEQFrame
 
setIntPixels(int[]) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
 
setJiffies(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setJiffies(int) - Method in class org.monte.media.anim.ANIMOutputStream
Sets the time base of the movie.
setJiffies(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setLoop(boolean) - Method in class org.monte.media.anim.ANIMPlayer
 
setLoop(boolean) - Method in class org.monte.media.seq.SEQPlayer
 
setLoopPoints(int, int) - Method in class org.monte.media.eightsvx.JDK13AppletAudioClip
Sets the first and last sample frames that will be played in the loop.
setLoopPoints(int, int) - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Sets the first and last sample frames that will be played in the loop.
setMask(int) - Method in class org.monte.media.anim.ANIMFrame
 
setMasking(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setMasking(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setName(String) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setNbPlanes(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setNbPlanes(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setOneShotHiSamples(long) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setOperation(int) - Method in class org.monte.media.anim.ANIMFrame
 
setOperation(int) - Method in class org.monte.media.seq.SEQFrame
 
setOutputFormat(Format) - Method in class org.monte.media.amigabitmap.codec.video.AmigaBitmapCodec
 
setPageHeight(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setPageHeight(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setPageWidth(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setPageWidth(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setPingPong(boolean) - Method in class org.monte.media.anim.ANIMPlayer
 
setPingPong(boolean) - Method in class org.monte.media.seq.SEQPlayer
 
setPlanarColorModel(ColorModel) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Replaces the color model used for conversions from/to chunky pixels.
setPlayEveryFrame(boolean) - Method in class org.monte.media.anim.ANIMPlayer
 
setPlayEveryFrame(boolean) - Method in class org.monte.media.seq.SEQPlayer
 
setPlayWrapupFrames(boolean) - Method in class org.monte.media.anim.ANIMMovieResources
Set this to true to treat the two wrapup frames at the end of the movie track like regular frames.
setPlayWrapupFrames(boolean) - Method in class org.monte.media.anim.ANIMPlayer
Set this to true to treat the two wrapup frames at the end of the animation like regular frames.
setPosition(long) - Method in class org.monte.media.anim.ANIMAudioTrack
 
setPosition(long) - Method in class org.monte.media.anim.ANIMVideoTrack
 
setPosition(long) - Method in class org.monte.media.seq.SEQTrack
 
setPreferredChunkyColorModel(ColorModel) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
Sets the preferred color model used for to chunky pixels.
setPreferredColorModel(ColorModel) - Method in class org.monte.media.anim.ANIMPlayer
Sets the preferred color model.
setPreferredColorModel(ColorModel) - Method in class org.monte.media.seq.SEQPlayer
Sets the preferred color model.
setProperty(String, Object) - Method in class org.monte.media.anim.ANIMMovieResources
Sets a property.
setProperty(String, Object) - Method in class org.monte.media.seq.SEQMovieTrack
Sets a property.
setReadData(boolean) - Method in class org.monte.media.iff.IFFParser
 
setRelTime(long) - Method in class org.monte.media.anim.ANIMFrame
 
setRelTime(long) - Method in class org.monte.media.seq.SEQFrame
 
setRemark(String) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setRepeatHiSamples(long) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setRGBs(int, byte[], byte[], byte[], byte[]) - Method in class org.monte.media.amigabitmap.AmigaHAMColorModel
Sets the HAM base colors.
setSampleRate(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setSamplesPerHiCycle(long) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setSampleType(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setSCompression(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setScreenMode(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setScreenMode(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setSelectionEnd(Rational) - Method in class org.monte.media.anim.ANIMMovie
 
setSelectionEnd(Rational) - Method in class org.monte.media.seq.SEQMovie
 
setSelectionStart(Rational) - Method in class org.monte.media.anim.ANIMMovie
 
setSelectionStart(Rational) - Method in class org.monte.media.seq.SEQMovie
 
setShortPixels(short[]) - Method in class org.monte.media.amigabitmap.AmigaBitmapImage
 
setStorageMethod(int) - Method in class org.monte.media.seq.SEQFrame
 
setSwapLeftRightChannels(boolean) - Method in class org.monte.media.anim.ANIMDemultiplexer
 
setSwapSpeakers(boolean) - Method in class org.monte.media.anim.ANIMMovieResources
Swaps left and right speakers if set to true.
setSwapSpeakers(boolean) - Method in class org.monte.media.anim.ANIMPlayer
Swaps left and right speakers if set to true.
setSwapSpeakers(boolean) - Method in class org.monte.media.seq.SEQMovieTrack
Swaps left and right speakers if set to true.
setSwapSpeakers(boolean) - Method in class org.monte.media.seq.SEQPlayer
Swaps left and right speakers if set to true.
setTransparentColor(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setTransparentColor(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setType(int) - Method in class org.monte.media.iff.MutableIFFChunk
 
setVolume(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
setWidth(int) - Method in class org.monte.media.anim.ANIMFrame
 
setWidth(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setWidth(int) - Method in class org.monte.media.seq.SEQFrame
 
setWidth(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setX(int) - Method in class org.monte.media.anim.ANIMFrame
 
setX(int) - Method in class org.monte.media.seq.SEQFrame
 
setXAspect(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setXAspect(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setXPosition(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setXPosition(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setY(int) - Method in class org.monte.media.anim.ANIMFrame
 
setY(int) - Method in class org.monte.media.seq.SEQFrame
 
setYAspect(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setYAspect(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
setYPosition(int) - Method in class org.monte.media.anim.ANIMMovieResources
 
setYPosition(int) - Method in class org.monte.media.seq.SEQMovieTrack
 
SHORT_PIXEL - Static variable in class org.monte.media.amigabitmap.AmigaBitmapImage
Tag for short pixel data.
size() - Method in class org.monte.media.iff.MC68000OutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
skip(long) - Method in class org.monte.media.iff.MC68000InputStream
Skips over and discards n bytes of data from this input stream.
skipFully(long) - Method in class org.monte.media.iff.MC68000InputStream
Skips over and discards n bytes of data from this input stream.
SM_COMPRESSED - Static variable in class org.monte.media.seq.SEQDeltaFrame
 
SM_UNCOMPRESSED - Static variable in class org.monte.media.seq.SEQDeltaFrame
 
sources - Variable in class org.monte.media.ilbm.ILBMDecoder
Stores all the ILBM pictures found during decoding as an instance of ColorCyclingMemoryImageSource.
sources - Variable in class org.monte.media.pbm.PBMDecoder
Stores all the PBM pictures found during decoding as an instance of MemoryImageSource.
start() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Starts the audio clip.
start() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Starts color cycling.
STEREO - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
 
stop() - Method in interface org.monte.media.eightsvx.AudioClip
Stops playing this audio clip.
stop() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
stop() - Method in class org.monte.media.eightsvx.JDK13AppletAudioClip
 
stop() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
Stops playing this audio clip.
stop() - Method in class org.monte.media.eightsvx.JDK13ShortAudioClip
 
stop() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Stops color cycling.
stop(ANIMMovieResources) - Method in class org.monte.media.anim.ANIMAudioCommand
 
stop(ANIMMovieResources, int) - Method in class org.monte.media.anim.ANIMAudioCommand
Stops playback of this audio command on the specified channels.
stop(SEQMovieTrack) - Method in class org.monte.media.seq.SEQAudioCommand
 
stop(SEQMovieTrack, int) - Method in class org.monte.media.seq.SEQAudioCommand
Stops playback of this audio command on the specified channels.
stringToId(String) - Static method in class org.monte.media.iff.MutableIFFChunk
Converts the first four letters of the String into an IFF Identifier.
stringToID(String) - Static method in class org.monte.media.iff.IFFParser
Converts the first four letters of the String into an IFF Identifier.
SUPER72_200x300_68t40_71fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
SUPER72_200x600_68t20_interlaced_71fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
SUPER72_400x300_34t40_71fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
SUPER72_400x600_34t20_interlaced_71fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
SUPER72_800x300_17t40_71fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
SUPER72_800x600_17t20_interlaced_71fps - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
SUPER72_MONITOR_ID - Static variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
SUPER72, 71fps, 34:40.
SUPER72_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMDecoder
SUPER72, 71fps, 34:40.
SUPER72_MONITOR_ID - Static variable in class org.monte.media.anim.ANIMOutputStream
SUPER72, 71fps, 34:40.
SUPER72_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 

T

textOverscanHeight - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
textOverscanWidth - Variable in class org.monte.media.amigabitmap.AmigaDisplayInfo
 
timeScale - Variable in class org.monte.media.ilbm.ColorCycle
Time scale of the cycle rate.
timeToSample(int, Rational) - Method in class org.monte.media.anim.ANIMMovie
 
timeToSample(int, Rational) - Method in class org.monte.media.seq.SEQMovie
 
to8BitLinearPcm() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
Gets the audio data in 8-bit linear PCM.
toBitmapImage(BufferedImage) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
 
toBitmapImage(MemoryImageSource) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
 
toBitmapImage(ColorCyclingMemoryImageSource) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
 
toBufferedImage() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
Creates a BufferedImage which shares its pixel data with this memory image source.
toBufferedImage(AmigaBitmapImage) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
Creates a BufferedImage using the provided AmigaBitmapImage.
toByteArray() - Method in class org.monte.media.anim.AudioMixer
 
toCAMG(Format) - Static method in class org.monte.media.anim.AmigaVideoFormatKeys
 
toMemoryImage(AmigaBitmapImage) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
 
toString() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
 
toString() - Method in class org.monte.media.iff.IFFChunk
 
toString() - Method in class org.monte.media.iff.MutableIFFChunk
 

U

unpackByteRun1(byte[], byte[]) - Static method in class org.monte.media.anim.ANIMKeyFrame
ByteRun1 run decoder.
unpackByteRun1(byte[], byte[]) - Static method in class org.monte.media.iff.MC68000InputStream
ByteRun1 run decoder.
unpackByteRun1(byte[], byte[]) - Static method in class org.monte.media.ilbm.ILBMDecoder
ByteRun1 run decoder.
unpackByteRun1(byte[], byte[]) - Static method in class org.monte.media.pbm.PBMDecoder
ByteRun1 run decoder.
unpackFibonacciDeltaCompression(byte[]) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
Unpack Fibonacci-delta encoded data from n byte source buffer into 2*(n-2) byte dest buffer.
unpackVertical(byte[], AmigaBitmapImage) - Method in class org.monte.media.anim.ANIMKeyFrame
Vertical run decoder.
unpackVertical(byte[], AmigaBitmapImage) - Method in class org.monte.media.ilbm.ILBMDecoder
Vertical run decoder.

V

value - Variable in class org.monte.media.ilbm.DRNGColorCycle.Cell
 
VDAT_ID - Static variable in class org.monte.media.anim.ANIMKeyFrame
 
VDAT_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
VGA_MONITOR_ID - Static variable in class org.monte.media.ilbm.ILBMDecoder
 
VHDR_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
 
visitChunk(IFFChunk, IFFChunk) - Method in class org.monte.media.anim.ANIMDecoder
 
visitChunk(IFFChunk, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
 
visitChunk(IFFChunk, IFFChunk) - Method in interface org.monte.media.iff.IFFVisitor
 
visitChunk(IFFChunk, IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
 
visitChunk(IFFChunk, IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
 

W

write(byte[], int, int) - Method in class org.monte.media.iff.IFFOutputStream
 
write(byte[], int, int) - Method in class org.monte.media.iff.MC68000OutputStream
 
write(int) - Method in class org.monte.media.iff.IFFOutputStream
 
write(int) - Method in class org.monte.media.iff.MC68000OutputStream
 
write(int, Buffer) - Method in class org.monte.media.anim.ANIMMultiplexer
 
write(File, AmigaBitmapImage, int) - Method in class org.monte.media.ilbm.ILBMEncoder
 
write(AmigaBitmapImage, File) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
 
write(AmigaBitmapImage, OutputStream) - Static method in class org.monte.media.amigabitmap.AmigaBitmapImageFactory
 
write(MC68000OutputStream) - Method in class org.monte.media.iff.MutableIFFChunk
 
Write(File) - Method in class org.monte.media.iff.MutableIFFChunk
 
writeByteRun1(byte[]) - Method in class org.monte.media.iff.IFFOutputStream
ByteRun1 Run Encoding.
writeByteRun1(byte[]) - Method in class org.monte.media.iff.MC68000OutputStream
ByteRun1 Run Encoding.
writeByteRun1(byte[], int, int) - Method in class org.monte.media.iff.IFFOutputStream
 
writeByteRun1(byte[], int, int) - Method in class org.monte.media.iff.MC68000OutputStream
 
writeFrame(AmigaBitmapImage, int) - Method in class org.monte.media.anim.ANIMOutputStream
 
writeLONG(int) - Method in class org.monte.media.iff.IFFOutputStream
 
writeLONG(int) - Method in class org.monte.media.iff.MC68000OutputStream
 
writeSunAudioHeader(OutputStream, int, int, int) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
Write a "standard" sun header.
writeType(String) - Method in class org.monte.media.iff.MC68000OutputStream
Writes an chunk type identifier (4 bytes).
writeTYPE(String) - Method in class org.monte.media.iff.IFFOutputStream
Writes an chunk type identifier (4 bytes).
writeUBYTE(int) - Method in class org.monte.media.iff.IFFOutputStream
 
writeUBYTE(int) - Method in class org.monte.media.iff.MC68000OutputStream
 
writeULONG(long) - Method in class org.monte.media.iff.IFFOutputStream
 
writeULONG(long) - Method in class org.monte.media.iff.MC68000OutputStream
 
writeUWORD(int) - Method in class org.monte.media.iff.IFFOutputStream
 
writeUWORD(int) - Method in class org.monte.media.iff.MC68000OutputStream
 
writeValue(int[], boolean) - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
Writes the final value of the cell into the color palette - or does nothing
writeValue(int[], boolean) - Method in class org.monte.media.ilbm.DRNGColorCycle.DColorCell
Does nothing.
writeValue(int[], boolean) - Method in class org.monte.media.ilbm.DRNGColorCycle.DIndexCell
Writes the final value of the cell into the color palette.
writeWORD(int) - Method in class org.monte.media.iff.IFFOutputStream
 
writeWORD(int) - Method in class org.monte.media.iff.MC68000OutputStream
 
written - Variable in class org.monte.media.iff.MC68000OutputStream
The number of bytes written to the data output stream so far.
wrulong(OutputStream, int) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
Write an unsigned long (Motorola 68000 CPU format).
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form