- A2024_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- aa(BufferedImage, BufferedImage, Object) - Static method in class org.monte.media.image.SubpixAA
-
Scales down an image using the specified antialiasing method.
- aaHBGR(BufferedImage, BufferedImage) - Static method in class org.monte.media.image.SubpixAA
-
Scales down an image using HBGR antia-aliasing.
- aaHRGB(BufferedImage, BufferedImage) - Static method in class org.monte.media.image.SubpixAA
-
Scales down an image using HRGB antia-aliasing.
- aaVBGR(BufferedImage, BufferedImage) - Static method in class org.monte.media.image.SubpixAA
-
Scales down an image using VBGR antia-aliasing.
- aaVRGB(BufferedImage, BufferedImage) - Static method in class org.monte.media.image.SubpixAA
-
Scales down an image using VRGB antia-aliasing.
- AbortException - Exception in org.monte.media
-
This exception is thrown when the production of an image
has been aborted.
- AbortException() - Constructor for exception org.monte.media.AbortException
-
Creates a new exception.
- AbortException(String) - Constructor for exception org.monte.media.AbortException
-
Creates a new exception.
- absTime - Variable in class org.monte.media.anim.ANIMOutputStream
-
Current absolute frame time.
- AbstractAudioCodec - Class in org.monte.media
-
AbstractAudioCodec
.
- AbstractAudioCodec(Format[], Format[]) - Constructor for class org.monte.media.AbstractAudioCodec
-
- AbstractAudioCodec(Format[]) - Constructor for class org.monte.media.AbstractAudioCodec
-
- AbstractAVIStream - Class in org.monte.media.avi
-
This is the base class for low-level AVI stream IO.
- AbstractAVIStream() - Constructor for class org.monte.media.avi.AbstractAVIStream
-
- AbstractAVIStream.AudioTrack - Class in org.monte.media.avi
-
The format of a video track is defined in a "strf" chunk, which
contains a WAVEFORMATEX
struct.
- AbstractAVIStream.AVIMediaType - Enum in org.monte.media.avi
-
Supported media types.
- AbstractAVIStream.Chunk - Class in org.monte.media.avi
-
Chunk base class.
- AbstractAVIStream.CompositeChunk - Class in org.monte.media.avi
-
A CompositeChunk contains an ordered list of Chunks.
- AbstractAVIStream.DataChunk - Class in org.monte.media.avi
-
Data Chunk.
- AbstractAVIStream.FixedSizeDataChunk - Class in org.monte.media.avi
-
A DataChunk with a fixed size.
- AbstractAVIStream.MainHeader - Class in org.monte.media.avi
-
Holds information about the entire movie.
- AbstractAVIStream.MidiTrack - Class in org.monte.media.avi
-
- AbstractAVIStream.Sample - Class in org.monte.media.avi
-
AVI stores media data in sample chunks.
- AbstractAVIStream.TextTrack - Class in org.monte.media.avi
-
- AbstractAVIStream.Track - Class in org.monte.media.avi
-
Represents a track (or "stream") in an AVI file.
- AbstractAVIStream.VideoTrack - Class in org.monte.media.avi
-
Represents a video track in an AVI file.
- AbstractBean - Class in org.monte.media.beans
-
Abstract class for models that have to support property change listeners.
- AbstractBean() - Constructor for class org.monte.media.beans.AbstractBean
-
- AbstractCodec - Class in org.monte.media
-
AbstractCodec
.
- AbstractCodec(Format[], Format[]) - Constructor for class org.monte.media.AbstractCodec
-
- AbstractCodec(Format[]) - Constructor for class org.monte.media.AbstractCodec
-
- AbstractMovie - Class in org.monte.media
-
AbstractMovie
.
- AbstractMovie() - Constructor for class org.monte.media.AbstractMovie
-
- AbstractPlayer - Class in org.monte.media
-
Generic interface for media players.
- AbstractPlayer() - Constructor for class org.monte.media.AbstractPlayer
-
Creates a new instance.
- AbstractQuickTimeStream - Class in org.monte.media.quicktime
-
This is the base class for low-level QuickTime stream IO.
- AbstractQuickTimeStream() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream
-
- AbstractQuickTimeStream.Atom - Class in org.monte.media.quicktime
-
Atom base class.
- AbstractQuickTimeStream.AudioTrack - Class in org.monte.media.quicktime
-
- AbstractQuickTimeStream.Chunk - Class in org.monte.media.quicktime
-
Groups consecutive samples with the same sample description Id and with
adjacent offsets in the movie file.
- AbstractQuickTimeStream.CompositeAtom - Class in org.monte.media.quicktime
-
A CompositeAtom contains an ordered list of Atoms.
- AbstractQuickTimeStream.DataAtom - Class in org.monte.media.quicktime
-
Data Atom.
- AbstractQuickTimeStream.Edit - Class in org.monte.media.quicktime
-
An Edit
define the portions of the media that are to be used to
build up a track for a movie.
- AbstractQuickTimeStream.Group - Class in org.monte.media.quicktime
-
Groups consecutive samples with same characteristics.
- AbstractQuickTimeStream.Sample - Class in org.monte.media.quicktime
-
QuickTime stores media data in samples.
- AbstractQuickTimeStream.SampleSizeGroup - Class in org.monte.media.quicktime
-
Groups consecutive samples of the same size.
- AbstractQuickTimeStream.States - Enum in org.monte.media.quicktime
-
The states of the movie output stream.
- AbstractQuickTimeStream.TimeToSampleGroup - Class in org.monte.media.quicktime
-
Groups consecutive smples of the same duration.
- AbstractQuickTimeStream.Track - Class in org.monte.media.quicktime
-
Represents a track.
- AbstractQuickTimeStream.VideoTrack - Class in org.monte.media.quicktime
-
- AbstractQuickTimeStream.WideDataAtom - Class in org.monte.media.quicktime
-
WideDataAtom can grow larger then 4 gigabytes.
- AbstractSplineInterpolator - Class in org.monte.media
-
AbstractSplineInterpolator
.
- AbstractSplineInterpolator() - Constructor for class org.monte.media.AbstractSplineInterpolator
-
- AbstractSplineInterpolator(long) - Constructor for class org.monte.media.AbstractSplineInterpolator
-
Creates a new interpolator which interpolates from 0 to 1 within the
specified timespan.
- AbstractSplineInterpolator(boolean) - Constructor for class org.monte.media.AbstractSplineInterpolator
-
Creates a new interpolator which interpolates into the specified
direction within one second.
- AbstractSplineInterpolator(float, float) - Constructor for class org.monte.media.AbstractSplineInterpolator
-
Creates a new interpolator which interpolates from the specified
start value to the specified end value within one second.
- AbstractSplineInterpolator(float, float, long) - Constructor for class org.monte.media.AbstractSplineInterpolator
-
Creates a new interpolator which interpolates from the specified
start value to the specified end value within the specified timespan.
- AbstractStateModel - Class in org.monte.media.beans
-
Abstract superclass of models that fire state change
events to registered ChangeListener's, when their
state changes.
- AbstractStateModel() - Constructor for class org.monte.media.beans.AbstractStateModel
-
Creates a new instance of AbstractChangeModel
- AbstractTransferable - Class in org.monte.media.gui.datatransfer
-
Base class for transferable objects.
- AbstractTransferable(DataFlavor[]) - Constructor for class org.monte.media.gui.datatransfer.AbstractTransferable
-
Creates a new instance.
- AbstractVideoCodec - Class in org.monte.media
-
AbstractVideoCodec
.
- AbstractVideoCodec(Format[], Format[]) - Constructor for class org.monte.media.AbstractVideoCodec
-
- AbstractVideoCodecCore - Class in org.monte.media
-
AbstractVideoCodecCore
.
- AbstractVideoCodecCore() - Constructor for class org.monte.media.AbstractVideoCodecCore
-
- actionPerformed(ActionEvent) - Method in class org.monte.media.gui.JMovieControlAqua
-
- actionPerformed(ActionEvent) - Method in class org.monte.media.gui.JMovieControlAqua.ScrollHandler
-
- add(AbstractAVIStream.Chunk) - Method in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
- add(Transferable) - Method in class org.monte.media.gui.datatransfer.CompositeTransferable
-
- add(Rational) - Method in class org.monte.media.math.Rational
-
- add(AbstractQuickTimeStream.Atom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
-
- add(TIFFNode) - Method in class org.monte.media.tiff.TIFFNode
-
- addActionListener(ActionListener) - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- addAudioClip(AudioClip) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- addAudioClip(AudioClip) - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- addAudioClip(AudioClip) - Method in class org.monte.media.seq.SEQMovieTrack
-
- 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.
- addAudioTrack(int, long, long, int, int, boolean, int, int) - Method in class org.monte.media.avi.AVIOutputStream
-
Adds an audio track.
- addAudioTrack(String, long, double, int, int, boolean, int, int, boolean, ByteOrder) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Adds an audio track.
- addAudioTrack(AudioFormat) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- addChangeListener(ChangeListener) - Method in class org.monte.media.AbstractPlayer
-
Adds a listener that wants to be notified about
state changes of the player.
- addChangeListener(ChangeListener) - Method in interface org.monte.media.Animator
-
- addChangeListener(ChangeListener) - Method in class org.monte.media.beans.AbstractStateModel
-
- addChangeListener(ChangeListener) - Method in class org.monte.media.DefaultAnimator
-
- addChangeListener(ChangeListener) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Adds a ChangeListener to the model's listener list.
- addChangeListener(ChangeListener) - Method in interface org.monte.media.Player
-
Adds a listener that wants to be notified about
state changes of the player.
- addChangeListener(ChangeListener) - Method in class org.monte.media.SynchronousAnimator
-
- addChunk(AbstractQuickTimeStream.Chunk, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- addCollectionChunk(IFFChunk) - Method in class org.monte.media.iff.IFFChunk
-
- addCollectionChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFChunk
-
- addColorCycle(ColorCycle) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- addFrame(SEQFrame) - Method in class org.monte.media.seq.SEQMovieTrack
-
- addHighlight(int, int) - Method in class org.monte.media.binary.BinaryPanel
-
- addHighlight(int, int, Color, String) - Method in class org.monte.media.binary.BinaryPanel
-
- addHighlight(BinaryPanel.Highlight) - Method in class org.monte.media.binary.BinaryPanel
-
- addHighlights(List<BinaryPanel.Highlight>) - Method in class org.monte.media.binary.BinaryPanel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.AbstractPlayer
-
Adds a listener who is interested in changes of this object.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.gui.ImagePanel
-
Adds a listener who is interested in changes of this object.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.Movie
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.Player
-
Adds a listener that wants to be notified about
property changes of the player.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.seq.SEQMovieTrack
-
- addSample(AbstractAVIStream.Sample) - Method in class org.monte.media.avi.AbstractAVIStream.Track
-
- addSample(AbstractQuickTimeStream.Sample, int, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- addStateListener(StateListener) - Method in class org.monte.media.AbstractPlayer
-
Adds a listener that wants to be notified about
state changes of the player.
- addStateListener(StateListener) - Method in interface org.monte.media.Player
-
Adds a listener that wants to be notified about
state changes of the player.
- addStateListener(StateListener) - Method in interface org.monte.media.StateModel
-
Adds a listener that wants to be notified about
state changes of the model.
- addTrack(Format) - Method in class org.monte.media.anim.ANIMWriter
-
- addTrack(Format) - Method in class org.monte.media.avi.AVIWriter
-
Adds a track.
- addTrack(Format) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- addTrack(Format) - Method in interface org.monte.media.MovieWriter
-
Adds a track to the writer for a suggested input format.
- addTrack(Format) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Adds a track.
- addVideoTrack(String, long, long, int, int, int, int) - Method in class org.monte.media.avi.AVIOutputStream
-
Adds a video track.
- addVideoTrack(File, String, int, int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
Adds a video track.
- addVideoTrack(String, String, long, int, int, int, int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Adds a video track.
- addVideoTrack(Format, long, int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- addVideoTrack(Format, int, int, int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- AdjustTimeCodec - Class in org.monte.media.converter
-
Adjusts the time stamp of the media.
- AdjustTimeCodec() - Constructor for class org.monte.media.converter.AdjustTimeCodec
-
- align() - Method in class org.monte.media.iff.MC68000InputStream
-
Align to an even byte position in the input stream.
- align() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Align to an even byte position in the input stream.
- ALL - Static variable in interface org.monte.media.gui.plaf.PlafConstants
-
The all property value.
- ALL_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- AmigaCAMGMainx - Class in org.monte.media.anim
-
AmigaCAMGMainx
.
- AmigaCAMGMainx() - Constructor for class org.monte.media.anim.AmigaCAMGMainx
-
- AmigaDisplayInfo - Class in org.monte.media.anim
-
AmigaDisplayInfo
.
- AmigaDisplayInfo(int, String, Dimension, Dimension, Dimension, Dimension, int, Dimension, int, int) - Constructor for class org.monte.media.anim.AmigaDisplayInfo
-
- AmigaVideoFormatKeys - Class in org.monte.media.anim
-
AmigaVideoFormatKeys
.
- AmigaVideoFormatKeys() - Constructor for class org.monte.media.anim.AmigaVideoFormatKeys
-
- ANAMORPH_PIXEL_ASPECT - Static variable in class org.monte.media.gui.ImagePanel
-
Pixel aspect policy: Use Anamoprh 16:9 pixel aspect (=16/9*4/5=1.4222).
- ANHD_ID - Static variable in class org.monte.media.iff.AnimMerger
-
- ANIM - Static variable in class org.monte.media.anim.ANIMWriter
-
- ANIM_ID - Static variable in class org.monte.media.ilbm.ILBMImageReaderSpi
-
- animateStep() - Method in interface org.monte.media.Animator
-
- animateStep() - Method in class org.monte.media.DefaultAnimator
-
- animateStep() - Method in class org.monte.media.SynchronousAnimator
-
- AnimationCodec - Class in org.monte.media.quicktime
-
Implements the Apple Animation codec.
- AnimationCodec() - Constructor for class org.monte.media.quicktime.AnimationCodec
-
- Animator - Interface in org.monte.media
-
Animator executes multiple Interpolator's on a worker thread.
- 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.
- 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
-
ANIMDemultiplexer
.
- ANIMDemultiplexer(File) - 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
-
- AnimMerger - Class in org.monte.media.iff
-
- AnimMerger() - Constructor for class org.monte.media.iff.AnimMerger
-
Creates new form AnimMerger
- AnimMerger.IFFChunkNode - Class in org.monte.media.iff
-
- AnimMerger.Loader - Class in org.monte.media.iff
-
- ANIMMovieTrack - Class in org.monte.media.anim
-
A movie track gives access to the static resources of
a movie (image and audio data, global informations).
- ANIMMovieTrack() - Constructor for class org.monte.media.anim.ANIMMovieTrack
-
- ANIMMultiplexer - Class in org.monte.media.anim
-
ANIMMultiplexer
.
- ANIMMultiplexer(File) - 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
-
- 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
-
SEQReader
.
- ANIMReader(File) - Constructor for class org.monte.media.anim.ANIMReader
-
- ANIMTrack - Class in org.monte.media.anim
-
ANIMTrack
.
- ANIMTrack(ANIMDemultiplexer) - Constructor for class org.monte.media.anim.ANIMTrack
-
- ANIMWriter - Class in org.monte.media.anim
-
ANIMWriter
.
- ANIMWriter(File) - Constructor for class org.monte.media.anim.ANIMWriter
-
- ANNO_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
-
- ApertureValue - Static variable in class org.monte.media.exif.EXIFTagSet
-
- APP1_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
APP1_MARKER Reserved for application use
- APP1_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
APP1_MARKER Reserved for application use
- APP2_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
APP2_MARKER Reserved for application use
- APP2_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
APP2_MARKER Reserved for application use
- append(Format) - Method in class org.monte.media.Format
-
Creates a new format which contains all properties from this format and
additional properties from that format.
- append(Object...) - Method in class org.monte.media.Format
-
Creates a new format which contains all properties from this format and
additional properties listed.
- AppendableByteArrayInputStream - Class in org.monte.media.io
-
A ByteArrayInputStream
which allows to replace the byte buffer underneath.
- AppendableByteArrayInputStream(byte[], int, int) - Constructor for class org.monte.media.io.AppendableByteArrayInputStream
-
- AppendableByteArrayInputStream(byte[]) - Constructor for class org.monte.media.io.AppendableByteArrayInputStream
-
- appendBuffer(byte[], int, int, boolean) - Method in class org.monte.media.io.AppendableByteArrayInputStream
-
Appends new data to the buffer.
- arrayList - Variable in class org.monte.media.binary.StructParser.MemberDeclaration
-
- arrayList - Variable in class org.monte.media.binary.StructParser.TypeSpecifier
-
- ArraySize(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.ArraySize
-
- ASCII_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- ASCIIValueFormatter - Class in org.monte.media.tiff
-
Formats byte arrays as string.
- ASCIIValueFormatter() - Constructor for class org.monte.media.tiff.ASCIIValueFormatter
-
Creates a new enumeration.
- ATARI_COLOR - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- Atom(String, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
-
Creates a new Atom at the current position of the ImageOutputStream.
- AudioFormatKeys - Class in org.monte.media
-
Defines common format keys for audio media.
- AudioFormatKeys() - Constructor for class org.monte.media.AudioFormatKeys
-
- AudioTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
- AudioTrack() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
- AUTH_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
-
- available() - Method in class org.monte.media.io.ByteArrayImageInputStream
-
Returns the number of remaining bytes that can be read (or skipped over)
from this input stream.
- available() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Returns the number of remaining bytes that can be read (or skipped over)
from this input stream.
- available() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
caller of a method for this input stream.
- available() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
- avgBytesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Required average data-transfer rate, in bytes per second, for the
format tag.
- AVI - Static variable in class org.monte.media.avi.AVIReader
-
- AVI - Static variable in class org.monte.media.avi.AVIWriter
-
- AVI_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- AVIBMPDIB - Class in org.monte.media.avi
-
This class defines the JPEG Huffman table, which is omitted in AVI MJPEG
files.
- AVIBMPDIB() - Constructor for class org.monte.media.avi.AVIBMPDIB
-
- aviChunk - Variable in class org.monte.media.avi.AVIOutputStream
-
This chunk holds the whole AVI content.
- AVIH_FLAG_COPYRIGHTED - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- AVIH_FLAG_HAS_INDEX - Static variable in class org.monte.media.avi.AbstractAVIStream
-
Indicates the AVI file has an index.
- AVIH_FLAG_IS_INTERLEAVED - Static variable in class org.monte.media.avi.AbstractAVIStream
-
Indicates the AVI file is interleaved.
- AVIH_FLAG_MUST_USE_INDEX - Static variable in class org.monte.media.avi.AbstractAVIStream
-
Indicates that application should use the index, rather than the physical
ordering of the chunks in the file, to determine the order of
presentation of the data.
- AVIH_FLAG_TRUST_CK_TYPE - Static variable in class org.monte.media.avi.AbstractAVIStream
-
??
- AVIH_FLAG_WAS_CAPTURE_FILE - Static variable in class org.monte.media.avi.AbstractAVIStream
-
// Indicates the AVI file is a specially allocated file used for
capturing real-time video.
- AVIH_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- avihChunk - Variable in class org.monte.media.avi.AVIOutputStream
-
This chunk holds the AVI Main Header.
- AVIInputStream - Class in org.monte.media.avi
-
Provides low-level support for reading encoded audio and video samples from
an AVI 1.0 or an AVI 2.0 file.
- AVIInputStream(File) - Constructor for class org.monte.media.avi.AVIInputStream
-
Creates a new instance.
- AVIInputStream(ImageInputStream) - Constructor for class org.monte.media.avi.AVIInputStream
-
Creates a new instance.
- AVIOutputStream - Class in org.monte.media.avi
-
Provides low-level support for writing already encoded audio and video
samples into an AVI 1.0 file.
- AVIOutputStream(File) - Constructor for class org.monte.media.avi.AVIOutputStream
-
Creates a new instance.
- AVIOutputStream(ImageOutputStream) - Constructor for class org.monte.media.avi.AVIOutputStream
-
Creates a new instance.
- AVIOutputStream.States - Enum in org.monte.media.avi
-
The states of the movie output stream.
- AVIOutputStreamOLD - Class in org.monte.media.avi
-
- AVIOutputStreamOLD(File, AVIOutputStreamOLD.AVIVideoFormat) - Constructor for class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Creates a new AVI file with the specified video format and
frame rate.
- AVIOutputStreamOLD(File, AVIOutputStreamOLD.AVIVideoFormat, int) - Constructor for class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Creates a new AVI file with the specified video format and
frame rate.
- AVIOutputStreamOLD(ImageOutputStream, AVIOutputStreamOLD.AVIVideoFormat) - Constructor for class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Creates a new AVI output stream with the specified video format and
framerate.
- AVIOutputStreamOLD.AVIVideoFormat - Enum in org.monte.media.avi
-
Deprecated.
Supported video formats.
- AVIPCMAudioCodec - Class in org.monte.media.avi
-
PCMAudioCodec
performs sign conversion, endian conversion and
quantization conversion of PCM audio data.
- AVIPCMAudioCodec() - Constructor for class org.monte.media.avi.AVIPCMAudioCodec
-
- AVIReader - Class in org.monte.media.avi
-
Provides high-level support for decoding and reading audio and video samples
from an AVI 1.0 file.
- AVIReader(ImageInputStream) - Constructor for class org.monte.media.avi.AVIReader
-
- AVIReader(File) - Constructor for class org.monte.media.avi.AVIReader
-
- AVIWriter - Class in org.monte.media.avi
-
Provides high-level support for encoding and writing audio and video samples
into an AVI 1.0 file.
- AVIWriter(File) - Constructor for class org.monte.media.avi.AVIWriter
-
Creates a new AVI writer.
- AVIWriter(ImageOutputStream) - Constructor for class org.monte.media.avi.AVIWriter
-
Creates a new AVI writer.
- AVIX_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- camg - Variable in class org.monte.media.anim.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.jpeg.CMYKJPEGImageReaderSpi
-
- canDecodeInput(Object) - Method in class org.monte.media.jpeg.MJPGImageReaderSpi
-
- canDecodeInput(Object) - Method in class org.monte.media.mpo.MPOImageReaderSpi
-
- canDecodeInput(Object) - Method in class org.monte.media.pbm.PBMImageReaderSpi
-
- canDecodeInput(Object) - Method in class org.monte.media.pgm.PGMImageReaderSpi
-
- canImport(JComponent, DataFlavor[]) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- canImport(JComponent, DataFlavor[]) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
- 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
-
- ceil(long) - Method in class org.monte.media.math.Rational
-
Returns the closest rational with the specified denominator which is
greater or equal than this number.
- Cell(int) - Constructor for class org.monte.media.ilbm.DRNGColorCycle.Cell
-
- cell - Variable in class org.monte.media.ilbm.DRNGColorCycle.Cell
-
- CENTER - Static variable in interface org.monte.media.gui.plaf.PlafConstants
-
The center property value.
- CFAPattern - Static variable in class org.monte.media.exif.EXIFTagSet
-
- CHAN_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
-
- changeEvent - Variable in class org.monte.media.beans.AbstractStateModel
-
- changeEvent - Variable in class org.monte.media.DefaultAnimator
-
- changeEvent - Variable in class org.monte.media.SynchronousAnimator
-
- changeEvent_ - Variable in class org.monte.media.io.BoundedRangeInputStream
-
Only one ChangeEvent is needed per model instance since the
event's only (read-only) state is the source property.
- channels - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Number of channels in the waveform-audio data.
- ChannelsKey - Static variable in class org.monte.media.AudioFormatKeys
-
The numer of ChannelsKey.
- CHAR - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- CHARBYTE - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- childChunks() - Method in class org.monte.media.iff.MutableIFFChunk
-
- children - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
- children - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
-
- Chunk(int) - Constructor for class org.monte.media.avi.AbstractAVIStream.Chunk
-
Creates a new Chunk at the current position of the ImageOutputStream.
- Chunk(AbstractQuickTimeStream.Sample, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Creates a new Chunk.
- Chunk(AbstractQuickTimeStream.Sample, AbstractQuickTimeStream.Sample, int, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Creates a new Chunk.
- CHUNK_SUBTYPE_MASK - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- chunks - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
List of chunks.
- chunkType - Variable in class org.monte.media.avi.AbstractAVIStream.Chunk
-
The chunkType of the chunk.
- 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.
- clear() - Method in class org.monte.media.concurrent.EventLoop
-
Clears the event queue.
- clear() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Resets the count
field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
- clearCount() - Method in class org.monte.media.avi.DataChunkOutputStream
-
Sets the value of the counter written
to 0.
- clearCount() - Method in class org.monte.media.iff.MC68000OutputStream
-
Sets the value of the counter written
to 0.
- clearFlag(BufferFlag) - Method in class org.monte.media.Buffer
-
Convenience method for clearing a flag.
- clearFlags() - Method in class org.monte.media.Buffer
-
- clearHighlights() - Method in class org.monte.media.binary.BinaryPanel
-
- ClearType - Class in org.monte.media.image
-
- ClearType() - Constructor for class org.monte.media.image.ClearType
-
- clone() - Method in class org.monte.media.ilbm.ColorCycle
-
- clone() - Method in class org.monte.media.image.BitmapImage
-
Creates a clone.
- cloneImage(RenderedImage) - Static method in class org.monte.media.image.Images
-
Clone the image.
- close() - Method in class org.monte.media.AbstractPlayer
-
Initiates the following asynchronous
state transitions:
any state -> closed
- 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.avi.AVIInputStream
-
- close() - Method in class org.monte.media.avi.AVIOutputStream
-
Closes the stream.
- close() - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Closes the movie file as well as the stream being filtered.
- close() - Method in class org.monte.media.avi.DataChunkOutputStream
-
- close() - Method in interface org.monte.media.binary.BinaryModel
-
Closes the model and disposes all resources.
- close() - Method in class org.monte.media.binary.ByteArrayBinaryModel
-
- close() - Method in class org.monte.media.binary.FileBasedBinaryModel
-
- close() - Method in interface org.monte.media.Demultiplexer
-
Closes the Demultiplexer.
- close() - Method in class org.monte.media.iff.IFFOutputStream
-
- close() - Method in class org.monte.media.imgseq.FileMultiplexer
-
Deprecated.
- close() - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- close() - Method in class org.monte.media.imgseq.TrackDemultiplexer
-
- close() - Method in class org.monte.media.io.ByteArrayImageInputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class org.monte.media.io.ImageOutputStreamAdapter
-
Closes this output stream and releases any system resources
associated with the stream.
- close() - Method in class org.monte.media.io.SubImageOutputStream
-
- close() - Method in class org.monte.media.jpeg.JFIFOutputStream
-
- close() - Method in interface org.monte.media.MovieReader
-
- close() - Method in interface org.monte.media.MovieWriter
-
Closes the writer.
- close() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
- close() - Method in interface org.monte.media.Multiplexer
-
Closes the Multiplexer.
- close() - Method in interface org.monte.media.Player
-
Initiates the following asynchronous
state transitions:
any state -> closed
- close() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
- close() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Closes the movie file as well as the stream being filtered.
- close() - Method in class org.monte.media.seq.SEQReader
-
- close() - Method in class org.monte.media.tiff.TIFFOutputStream
-
- CLOSED - Static variable in interface org.monte.media.Player
-
A player with this state has been explicitly closed or has
encountered an error and can not be used any more.
- CMAP_ID - Static variable in class org.monte.media.iff.AnimMerger
-
- 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.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- 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
-
- CMYKJPEGImageReader - Class in org.monte.media.jpeg
-
Reads a JPEG image with colors in the CMYK color space.
- CMYKJPEGImageReader(ImageReaderSpi) - Constructor for class org.monte.media.jpeg.CMYKJPEGImageReader
-
- CMYKJPEGImageReaderSpi - Class in org.monte.media.jpeg
-
A reader for JPEG images in the CMYK color space.
- CMYKJPEGImageReaderSpi() - Constructor for class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
-
- codec - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The codec.
- Codec - Interface in org.monte.media
-
A Codec
processes a Buffer
and stores the result in another
Buffer
.
- codec - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The codec.
- CODEC_FAILED - Static variable in interface org.monte.media.Codec
-
The codec could not handle the input.
- CODEC_INPUT_NOT_CONSUMED - Static variable in interface org.monte.media.Codec
-
The codec did not fully consume the input buffer.
- CODEC_OK - Static variable in interface org.monte.media.Codec
-
The codec successfully converted the input to output.
- CODEC_OUTPUT_NOT_FILLED - Static variable in interface org.monte.media.Codec
-
The codec did not fully fill the output buffer.
- CodecChain - Class in org.monte.media.converter
-
CodecChain
.
- CodecChain(Codec, Codec) - Constructor for class org.monte.media.converter.CodecChain
-
- CodecTesterMain - Class in org.monte.media.test
-
Renders the following test animation sequence:
- CodecTesterMain() - Constructor for class org.monte.media.test.CodecTesterMain
-
- collectEvent(Object) - Method in class org.monte.media.concurrent.EventLoop
-
Collects an event and puts it into the event queue
for later processing.
- collectionChunks() - Method in class org.monte.media.iff.IFFChunk
-
- collectionChunks() - Method in class org.monte.media.riff.RIFFChunk
-
- color - Variable in class org.monte.media.binary.BinaryPanel.Highlight
-
- ColorAdjustCodec - Class in org.monte.media.converter
-
Adjusts the colors of a buffered image.
- ColorAdjustCodec() - Constructor for class org.monte.media.converter.ColorAdjustCodec
-
- ColorAdjustModel - Interface in org.monte.media.converter
-
ImageAdjustmentModel
.
- 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
-
- ColorCyclePlayer - Interface in org.monte.media
-
A
Player
which supports a second layer of animation by cycling colors
in the color palette of the current image in the video track.
- 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.anim.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
-
- ColorModels - Class in org.monte.media.image
-
Utility methods for ColorModels.
- colorRegisterDepth - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- Colors - Class in org.monte.media.color
-
Colors
.
- ColorSpace - Static variable in class org.monte.media.exif.EXIFTagSet
-
- ColorTesterMain - Class in org.monte.media.test
-
ColorTesterMain
.
- ColorTesterMain() - Constructor for class org.monte.media.test.ColorTesterMain
-
- 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.
- commentChar(int) - Method in class org.monte.media.io.StreamPosTokenizer
-
Specified that the character argument starts a single-line
comment.
- compare(File, File) - Method in class org.monte.media.imgseq.FileComparator
-
- compare(String, String) - Method in class org.monte.media.imgseq.OSXCollator
-
- compareTo(Object) - Method in class org.monte.media.FormatKey
-
- compareTo(FormatKey) - Method in class org.monte.media.FormatKey
-
- compareTo(AnimMerger.IFFChunkNode) - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- compareTo(DRNGColorCycle.Cell) - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
-
- compareTo(Rational) - Method in class org.monte.media.math.Rational
-
return { -1, 0, +1 } if a < b, a = b, or a > b.
- ComponentsConfiguration - Static variable in class org.monte.media.exif.EXIFTagSet
-
- CompositeAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
-
Creates a new CompositeAtom at the current position of the
ImageOutputStream.
- CompositeChunk(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
Creates a new CompositeChunk at the current position of the
ImageOutputStream.
- CompositeTransferable - Class in org.monte.media.gui.datatransfer
-
- CompositeTransferable() - Constructor for class org.monte.media.gui.datatransfer.CompositeTransferable
-
Creates a new instance of CompositeTransferable
- compositeType - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
The type of the composite.
- CompressedBitsPerPixel - Static variable in class org.monte.media.exif.EXIFTagSet
-
- COMPRESSION_NONE - Static variable in class org.monte.media.avi.ZMBVCodecCore
-
- COMPRESSION_ZLIB - Static variable in class org.monte.media.avi.ZMBVCodecCore
-
- COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_ANIMATION - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_CINEPAK - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_JPEG - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_PNG - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_RAW - Static variable in class org.monte.media.VideoFormatKeys
-
- CompressorNameKey - Static variable in class org.monte.media.VideoFormatKeys
-
The compressor name.
- computeProgressPos() - Method in class org.monte.media.gui.JMovieSliderAqua
-
- computeStereoVolumeCorrection(byte[]) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
-
This finds the volume correction needed when converting
this stereo sample to mono.
- computeThumbPos() - Method in class org.monte.media.gui.JMovieSliderAqua
-
- construct() - Method in class org.monte.media.gui.Worker
-
Compute the value to be returned by the get
method.
- consumeGreedy(String) - Method in class org.monte.media.io.StreamPosTokenizer
-
Consumes a substring from the current sval of the StreamPosTokenizer.
- containsKey(FormatKey) - Method in class org.monte.media.Format
-
- containsKeys(FormatKey...) - Method in class org.monte.media.Format
-
Returns true if the format has the specified keys.
- contrast - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Contrast adjustment in the range [-1,1].
- Contrast - Static variable in class org.monte.media.exif.EXIFTagSet
-
- CONTRAST_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Contrast adjustment in the range [-1,1].
- ConvergenceAngle - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
-
- ConvergenceAngle - Static variable in class org.monte.media.exif.MPFTagSet
-
- convertFromChunky(BufferedImage) - Method in class org.monte.media.image.BitmapImage
-
Converts the indicated area of the bitmap data into pixel data.
- convertToChunky() - Method in class org.monte.media.image.BitmapImage
-
Converts the planar image data into chunky pixel data.
- convertToChunky(int, int, int, int) - Method in class org.monte.media.image.BitmapImage
-
Converts the indicated area of the bitmap data into pixel data.
- copyImage(BufferedImage) - Static method in class org.monte.media.AbstractVideoCodec
-
Copies a buffered image.
- COPYRIGHT_ID - Static variable in class org.monte.media.eightsvx.EightSVXDecoder
-
- count - Variable in class org.monte.media.io.ByteArrayImageInputStream
-
The index one greater than the last valid character in the input
stream buffer.
- count - Variable in class org.monte.media.io.ByteArrayImageOutputStream
-
The index one greater than the last valid character in the input
stream buffer.
- createAudioClip() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- createAudioClip(int, int, float) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- createButtonListener(AbstractButton) - Method in class org.monte.media.gui.plaf.CustomButtonUI
-
- createCodecChain(List<Codec>) - Static method in class org.monte.media.converter.CodecChain
-
- createCodecChain(Codec...) - Static method in class org.monte.media.converter.CodecChain
-
- createCompatibleBitmap() - Method in class org.monte.media.anim.ANIMReader
-
- createCompatibleBitmap() - Method in class org.monte.media.seq.SEQReader
-
- createImage(Class, String) - Static method in class org.monte.media.image.Images
-
- createImage(URL) - Static method in class org.monte.media.image.Images
-
- createJDK10AudioClip(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- createJDK13AudioClip(int, int, float) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- createMacColors() - Static method in class org.monte.media.color.Colors
-
The macintosh palette is arranged as follows: there are 256 colours to
allocate, an even distribution of colors through the color cube might be
desirable but 256 is not the cube of an integer.
- createReaderInstance(Object) - Method in class org.monte.media.ilbm.ILBMImageReaderSpi
-
- createReaderInstance(Object) - Method in class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
-
- createReaderInstance(Object) - Method in class org.monte.media.jpeg.MJPGImageReaderSpi
-
- createReaderInstance(Object) - Method in class org.monte.media.mpo.MPOImageReaderSpi
-
- createReaderInstance(Object) - Method in class org.monte.media.pbm.PBMImageReaderSpi
-
- createReaderInstance(Object) - Method in class org.monte.media.pgm.PGMImageReaderSpi
-
- createRGBAImageFromRGBA(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Creates a buffered image from a raster in the RGBA color space,
converting the colors to RGB using the provided CMYK ICC_Profile.
- createRGBImageFromCMYK(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Creates a buffered image from a raster in the CMYK color space,
converting the colors to RGB using the provided CMYK ICC_Profile.
- createRGBImageFromCMYK(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Creates a buffered image from a raster in the CMYK color space, converting
the colors to RGB using the provided CMYK ICC_Profile.
- createRGBImageFromInvertedYCCK(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Creates a buffered image from a raster in the inverted YCCK color space,
converting the colors to RGB using the provided CMYK ICC_Profile.
- createRGBImageFromInvertedYCCK(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Creates a buffered image from a raster in the inverted YCCK color space,
converting the colors to RGB using the provided CMYK ICC_Profile.
- createRGBImageFromRGB(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- createRGBImageFromYCC(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- createRGBImageFromYCCK(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Creates a buffered image from a raster in the YCCK color space,
converting the colors to RGB using the provided CMYK ICC_Profile.
- createRGBImageFromYCCK(Raster, ICC_Profile) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Creates a buffered image from a raster in the YCCK color space, converting
the colors to RGB using the provided CMYK ICC_Profile.
- createTransferable(JComponent) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- createTransferable(JComponent) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
- createUI(JComponent) - Static method in class org.monte.media.gui.plaf.CustomButtonUI
-
- creationTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Creation time of the movie.
- 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
-
- CSTRING - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- currentTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The time value for current time position within the movie.
- CustomButtonUI - Class in org.monte.media.gui.plaf
-
CustomButtonUI draws a BackdropBorder in the background of the button.
- CustomButtonUI() - Constructor for class org.monte.media.gui.plaf.CustomButtonUI
-
- CustomRendered - Static variable in class org.monte.media.exif.EXIFTagSet
-
- D - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- data - Variable in class org.monte.media.anim.ANIMFrame
-
- data - Variable in class org.monte.media.binary.StructTableModel
-
- data - Variable in class org.monte.media.Buffer
-
The media data.
- data - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
- data - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
- data - Variable in class org.monte.media.seq.SEQFrame
-
- DataAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
Creates a new DataAtom at the current position of the
ImageOutputStream.
- DataAtomInputStream - Class in org.monte.media.quicktime
-
DataAtomInputStream
.
- DataAtomInputStream(InputStream) - Constructor for class org.monte.media.quicktime.DataAtomInputStream
-
- DataAtomOutputStream - Class in org.monte.media.quicktime
-
This output stream filter supports common data types used inside
of a QuickTime Data Atom.
- DataAtomOutputStream(OutputStream) - Constructor for class org.monte.media.quicktime.DataAtomOutputStream
-
- DataChunk(int) - Constructor for class org.monte.media.avi.AbstractAVIStream.DataChunk
-
Creates a new DataChunk at the current position of the
ImageOutputStream.
- DataChunk(int, long) - Constructor for class org.monte.media.avi.AbstractAVIStream.DataChunk
-
Creates a new DataChunk at the current position of the
ImageOutputStream.
- DataChunkOutputStream - Class in org.monte.media.avi
-
This output stream filter supports common data types used inside
of an AVI RIFF Data Chunk.
- DataChunkOutputStream(OutputStream) - Constructor for class org.monte.media.avi.DataChunkOutputStream
-
- DataChunkOutputStream(OutputStream, boolean) - Constructor for class org.monte.media.avi.DataChunkOutputStream
-
- DataClassKey - Static variable in class org.monte.media.VideoFormatKeys
-
The data class.
- DateTime - Static variable in class org.monte.media.tiff.BaselineTagSet
-
- DateTimeDigitized - Static variable in class org.monte.media.exif.EXIFTagSet
-
- DateTimeOriginal - Static variable in class org.monte.media.exif.EXIFTagSet
-
- DateValueFormatter - Class in org.monte.media.tiff
-
DateValueFormatter.
- DateValueFormatter() - Constructor for class org.monte.media.tiff.DateValueFormatter
-
- DB_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- DBLNTSC_320x200_44t52_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLNTSC_320x400_44t26_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLNTSC_320x800_44t13_interlaced_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLNTSC_640x200_22t52_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLNTSC_640x400_22t26_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLNTSC_640x800_22t13_interlaced_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLNTSC_MONITOR_ID - Static variable in class org.monte.media.anim.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.anim.AmigaDisplayInfo
-
- DBLPAL_320x256_44t44_48fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLPAL_320x512_44t22_48fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLPAL_640x1024_22t11_interlaced_48fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLPAL_640x256_22t44_48fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLPAL_640x512_22t22_48fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- DBLPAL_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- DC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- DColorCell(int, int) - Constructor for class org.monte.media.ilbm.DRNGColorCycle.DColorCell
-
- deallocate() - Method in class org.monte.media.AbstractPlayer
-
Initiates the following asynchronous
state transitions:
realizing -> unrealized
prefetching -> realized
prefetched -> realized
realized
started -> throws IllegalStateException
closed -> throws IllegalStateException
- deallocate() - Method in interface org.monte.media.Player
-
Initiates the following asynchronous
state transitions:
realizing -> unrealized
prefetching -> realized
prefetched -> realized
realized
started -> throws IllegalStateException
closed -> throws IllegalStateException
- declaration - Variable in class org.monte.media.binary.StructTableModel.Value
-
- Declarations(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.Declarations
-
- declareCollectionChunk(int, int) - Method in class org.monte.media.iff.IFFParser
-
Declares a collection chunk.
- declareCollectionChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
-
Declares a collection chunk.
- declareDataChunk(int, int) - Method in class org.monte.media.iff.IFFParser
-
Declares a data chunk.
- declareDataChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
-
Declares a data chunk.
- declareGroupChunk(int, int) - Method in class org.monte.media.iff.IFFParser
-
Declares a FORM group chunk.
- declareGroupChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
-
Declares a FORM group chunk.
- declarePropertyChunk(int, int) - Method in class org.monte.media.iff.IFFParser
-
Declares a property chunk.
- declarePropertyChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
-
Declares a property chunk.
- declareStopChunks() - Method in class org.monte.media.riff.RIFFParser
-
Whether the parse should stop at all chunks.
- declareStopChunkType(int) - Method in class org.monte.media.riff.RIFFParser
-
Declares a stop chunk.
- decode(BitmapImage, ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDeltaFrame
-
- decode(BitmapImage, ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMFrame
-
- decode(BitmapImage, ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMKeyFrame
-
- decode(Buffer, Buffer) - Method in class org.monte.media.avi.DIBCodec
-
- decode(Buffer, Buffer) - Method in class org.monte.media.avi.TechSmithCodec
-
- decode(Buffer, Buffer) - Method in class org.monte.media.avi.ZMBVCodec
-
- decode(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.avi.ZMBVCodecCore
-
Decodes to 32-bit RGB.
- decode(byte[], int, int, byte[], byte[], int, int, boolean) - Method in class org.monte.media.avi.ZMBVCodecCore
-
Decodes to 8-bit palettised.
- decode(byte[], int, int, Object[], Object[], int, int, boolean) - Method in class org.monte.media.avi.ZMBVCodecCore
-
Decodes to 8-bit, 15-bit, 16-bit or 32-bit RGB depending on input data.
- decode(Buffer, Buffer) - Method in class org.monte.media.jpeg.JPEGCodec
-
- decode(BitmapImage, SEQMovieTrack) - Method in class org.monte.media.seq.SEQDeltaFrame
-
- decode(BitmapImage, SEQMovieTrack) - Method in class org.monte.media.seq.SEQFrame
-
- decode16(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Decodes from 16-bit to 24-bit RGB.
- decode24(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Decodes to 24-bit RGB.
- decode8(byte[], int, int, byte[], byte[], int, int, boolean) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Decodes to 8-bit palettised.
- decode8(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Decodes to 24-bit direct color.
- decodeANNO(IFFChunk[], ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
- decodeANNO(EightSVXAudioClip, IFFChunk[]) - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- decodeAUTH(IFFChunk[], ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
- decodeAUTH(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- 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, ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
Decodes the color cycling range and timing chunk (ILBM CCRT).
- decodeCCRT(IFFChunk) - Method in class org.monte.media.ilbm.ILBMDecoder
-
Decodes the color cycling range and timing chunk (ILBM CCRT).
- decodeCHAN(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- decodeCMAP(IFFChunk, boolean) - Method in class org.monte.media.ilbm.ILBMDecoder
-
- decodeCMAP(IFFChunk) - Method in class org.monte.media.pbm.PBMDecoder
-
- decodeColorCycling(IFFChunk[], IFFChunk[], IFFChunk[], ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
Process CRNG and DRNG chunks in the sequence of their
location in the file.
- decodeCOPYRIGHT(IFFChunk[], ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
- decodeCOPYRIGHT(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- decodeCRNG(IFFChunk, ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
Decodes the color range cycling (ILBM CRNG).
- 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).
- decodeDelta16(ImageInputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Decodes a 16-bit delta frame.
- decodeDRNG(IFFChunk, ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDecoder
-
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
- 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)
- decodeNAME(EightSVXAudioClip, IFFChunk) - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- decodePalette(byte[], int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Decodes an AVI palette change chunk.
- 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 - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- DEFAULT_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- DefaultAnimator - Class in org.monte.media
-
DefaultAnimator.
- DefaultAnimator() - Constructor for class org.monte.media.DefaultAnimator
-
Creates a new instance.
- DefaultColorAdjustModel - Class in org.monte.media.converter
-
DefaultImageAdjustmentModel
.
- DefaultColorAdjustModel() - Constructor for class org.monte.media.converter.DefaultColorAdjustModel
-
- DefaultIIOMetadata - Class in org.monte.media.exif
-
DefaultIIOMetadata.
- DefaultIIOMetadata(String, IIOMetadataNode) - Constructor for class org.monte.media.exif.DefaultIIOMetadata
-
- DefaultMovie - Class in org.monte.media
-
DefaultMovie
.
- DefaultMovie() - Constructor for class org.monte.media.DefaultMovie
-
- DefaultRegistry - Class in org.monte.media
-
DefaultRegistry
.
- DefaultRegistry() - Constructor for class org.monte.media.DefaultRegistry
-
- definition - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Definition adjustment in the range [0,1].
- DEFINITION_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Definition adjustment in the range [0,1].
- Demultiplexer - Interface in org.monte.media
-
A Demultiplexer
takes a data source with multiplexed media
as an input and outputs the media in individual tracks.
- denoise - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
De-noise adjustment in the range [0,1].
- DENOISE_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
De-noise adjustment in the range [0,1].
- DepthKey - Static variable in class org.monte.media.VideoFormatKeys
-
The number of bits per pixel.
- description - Variable in class org.monte.media.binary.StructParser.DescriptionDeclaration
-
- DescriptionDeclaration(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.DescriptionDeclaration
-
- descriptionFormat(Object) - Method in class org.monte.media.tiff.ASCIIValueFormatter
-
- descriptionFormat(Object) - Method in class org.monte.media.tiff.DateValueFormatter
-
- descriptionFormat(Object) - Method in class org.monte.media.tiff.EnumValueFormatter
-
- descriptionFormat(Object) - Method in class org.monte.media.tiff.SetValueFormatter
-
- descriptionFormat(Object) - Method in interface org.monte.media.tiff.ValueFormatter
-
Describes the data.
- descriptions - Variable in class org.monte.media.binary.StructParser.Declarations
-
- det(double, double, double, double, double, double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
-
Computes the determinant of a 2x2 matrix using Sarrus' rule.
- det(double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
-
Computes the determinant of a 3x3 matrix using Sarrus' rule.
- DeviceSettingDescription - Static variable in class org.monte.media.exif.EXIFTagSet
-
- DI - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- DIBCodec - Class in org.monte.media.avi
-
DIBCodec
encodes a BufferedImage as a Microsoft Device Independent
Bitmap (DIB) into a byte array.
- DIBCodec() - Constructor for class org.monte.media.avi.DIBCodec
-
- DigitalZoomRatio - Static variable in class org.monte.media.exif.EXIFTagSet
-
- DIndexCell(int, int) - Constructor for class org.monte.media.ilbm.DRNGColorCycle.DIndexCell
-
- DIS - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- dispatch(Interpolator) - Method in interface org.monte.media.Animator
-
Dispatches an interpolator for the animation thread.
- dispatch(Runnable) - Method in class org.monte.media.concurrent.SequentialDispatcher
-
Queues the Runnable object for later execution on the
processor thread.
- dispatch(Interpolator) - Method in class org.monte.media.DefaultAnimator
-
Dispatches an interpolator for the animation thread.
- dispatch(Interpolator) - Method in class org.monte.media.SynchronousAnimator
-
- dispatcher - Variable in class org.monte.media.AbstractPlayer
-
The dispatcher.
- dispose() - Method in class org.monte.media.anim.ANIMAudioCommand
-
- dispose() - Method in class org.monte.media.io.SubImageOutputStream
-
- dispose() - Method in class org.monte.media.seq.SEQAudioCommand
-
- divide(Rational) - Method in class org.monte.media.math.Rational
-
- doBlendedCycle(int[], long) - Method in class org.monte.media.ilbm.CRNGColorCycle
-
- doClosed() - Method in class org.monte.media.AbstractPlayer
-
Does the work for the closed state.
- 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(ANIMMovieTrack, 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
-
- done(T) - Method in class org.monte.media.gui.Worker
-
Called on the event dispatching thread (not on the worker thread)
after the construct
method has returned without throwing
an error.
- doPrefetched() - Method in class org.monte.media.AbstractPlayer
-
Does the work for the prefetched state.
- 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.AbstractPlayer
-
Does the work for the prefetching 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.AbstractPlayer
-
Does the work for the realized 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.AbstractPlayer
-
Does the work for the realizing 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.AbstractPlayer
-
Does the work for the started 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.
- DOUBLE - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- DOUBLE_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- doubleValue() - Method in class org.monte.media.math.ExtendedReal
-
- doubleValue() - Method in class org.monte.media.math.Rational
-
- doUnrealized() - Method in class org.monte.media.AbstractPlayer
-
Does the work for the unrealized 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.
- drawAA(Graphics, BufferedImage, int, int, int, int, ImageObserver) - Method in class org.monte.media.image.SubpixAA
-
Renders an image with subpixel antialiasing.
- drawAA(Graphics, BufferedImage, int, int, int, int, Object, ImageObserver) - Method in class org.monte.media.image.SubpixAA
-
Renders an image with subpixel antialiasing.
- drawClearType(Graphics, Image, int, int, int, ImageObserver) - Static method in class org.monte.media.image.ClearType
-
Renders an image with clear type.
- 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.
- DropFileTransferHandler - Class in org.monte.media.gui.datatransfer
-
The DropFileTransferHandler can be used to add drag and drop
support.
- DropFileTransferHandler() - Constructor for class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
Creates a new instance.
- DropFileTransferHandler(int) - Constructor for class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
Creates a new instance.
- DropFileTransferHandler(int, FileFilter) - Constructor for class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
Creates a new instance.
- DropFileTransferHandler(int, FileFilter, ActionListener) - Constructor for class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
Creates a new instance.
- DS - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- DUALPLAYFIELD_MASK - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
CAMG dual playfield mask.
- DUALPLAYFIELD_MODE - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
CAMG dual playfield mode.
- dump(int) - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- dump() - Method in class org.monte.media.iff.MutableIFFChunk
-
- dump(int) - Method in class org.monte.media.iff.MutableIFFChunk
-
- E - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- EAST - Static variable in interface org.monte.media.gui.plaf.PlafConstants
-
The east property value.
- Edit(int, int, double) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
-
Creates an edit.
- Edit(int, int, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
-
Creates an edit.
- editList - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The edit list of the track.
- EHB_COLORMODE - Static variable in class org.monte.media.anim.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(InputStream) - Constructor for class org.monte.media.eightsvx.EightSVXDecoder
-
Creates a new Audio Source from the specified InputStream.
- EightSVXDecoder() - Constructor for class org.monte.media.eightsvx.EightSVXDecoder
-
- encode(Buffer, Buffer) - Method in class org.monte.media.avi.DIBCodec
-
- encode(Buffer, Buffer) - Method in class org.monte.media.avi.TechSmithCodec
-
- encode(Buffer, Buffer) - Method in class org.monte.media.jpeg.JPEGCodec
-
- encodeDelta16(OutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 16-bit delta frame.
- encodeDelta16(ImageOutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 16-bit delta frame.
- encodeDelta24(OutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 24-bit delta frame.
- encodeDelta24(ImageOutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 24-bit delta frame.
- encodeDelta32(ImageOutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 32-bit delta frame.
- encodeDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes an 8-bit delta frame with indexed colors.
- encodeDelta8(ImageOutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes an 8-bit delta frame.
- encodeDelta8to24(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes an 8-bit delta frame with indexed colors to 24-bit.
- encodeKey16(OutputStream, short[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 16-bit key frame.
- encodeKey16(ImageOutputStream, short[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 16-bit key frame.
- encodeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 24-bit key frame.
- encodeKey24(ImageOutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 24-bit key frame.
- encodeKey32(ImageOutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 32-bit key frame.
- encodeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 8-bit key frame with indexed colors.
- encodeKey8(ImageOutputStream, byte[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes an 8-bit key frame.
- encodeKey8to24(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 8-bit key frame with indexed colors to 24-bit.
- encodeSameDelta16(OutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a delta frame which is known to have the same content than
the previous frame.
- encodeSameDelta24(OutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a delta frame which is known to have the same content than
the previous frame.
- encodeSameDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a delta frame which is known to have the same content than
the previous frame.
- ENCODING_ALAW - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies a-law encoded data.
- ENCODING_ANIM_OP5 - Static variable in class org.monte.media.anim.AmigaVideoFormatKeys
-
Anim Op5 .
- ENCODING_AVI_DIB - Static variable in class org.monte.media.VideoFormatKeys
-
Microsoft Device Independent Bitmap (DIB) format.
- ENCODING_AVI_DOSBOX_SCREEN_CAPTURE - Static variable in class org.monte.media.VideoFormatKeys
-
DosBox Screen Capture format.
- ENCODING_AVI_MJPG - Static variable in class org.monte.media.VideoFormatKeys
-
JPEG format.
- ENCODING_AVI_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
AVI PCM encoding.
- ENCODING_AVI_PNG - Static variable in class org.monte.media.VideoFormatKeys
-
PNG format.
- ENCODING_AVI_RLE - Static variable in class org.monte.media.VideoFormatKeys
-
Microsoft Run Length format.
- ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE - Static variable in class org.monte.media.VideoFormatKeys
-
Techsmith Screen Capture format.
- ENCODING_BITMAP_IMAGE - Static variable in class org.monte.media.VideoFormatKeys
-
Interleaved planar bitmap format.
- ENCODING_BUFFERED_IMAGE - Static variable in class org.monte.media.VideoFormatKeys
-
- ENCODING_MP3 - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies MP3 encoded data.
- ENCODING_PCM_SIGNED - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies SignedKey, linear PCM data.
- ENCODING_PCM_UNSIGNED - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies unsigned, linear PCM data.
- ENCODING_QUICKTIME_ANIMATION - Static variable in class org.monte.media.VideoFormatKeys
-
Animation format.
- ENCODING_QUICKTIME_CINEPAK - Static variable in class org.monte.media.VideoFormatKeys
-
Cinepak format.
- ENCODING_QUICKTIME_IN24_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 24-bit big endian signed PCM encoding.
- ENCODING_QUICKTIME_IN32_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 32-bit big endian signed PCM encoding.
- ENCODING_QUICKTIME_JPEG - Static variable in class org.monte.media.VideoFormatKeys
-
JPEG format.
- ENCODING_QUICKTIME_PNG - Static variable in class org.monte.media.VideoFormatKeys
-
PNG format.
- ENCODING_QUICKTIME_RAW - Static variable in class org.monte.media.VideoFormatKeys
-
Raw format.
- ENCODING_QUICKTIME_RAW_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 8-bit unsigned PCM encoding.
- ENCODING_QUICKTIME_SOWT_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 16-bit little endian signed PCM encoding.
- ENCODING_QUICKTIME_TWOS_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 16-bit big endian signed PCM encoding.
- ENCODING_ULAW - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies u-law encoded data.
- EncodingKey - Static variable in class org.monte.media.FormatKeys
-
The EncodingKey.
- ensureFinished() - Method in class org.monte.media.avi.AVIOutputStream
-
Sets the state of the QuickTimeOutpuStream to finished.
- ensureOpen() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Check to make sure that this stream has not been closed
- ensureRealized() - Method in class org.monte.media.avi.AVIInputStream
-
Ensures that all meta-data has been read from the file.
- ensureRealized() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Ensures that all meta-data has been read from the file.
- ensureStarted() - Method in class org.monte.media.avi.AVIOutputStream
-
Sets the state of the QuickTimeOutpuStream to started.
- ensureStarted() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the state of the QuickTimeWriter to started.
- 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 class org.monte.media.iff.AnimMerger.Loader
-
- 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
-
- enterGroup(RIFFChunk) - Method in interface org.monte.media.riff.RIFFVisitor
-
This method is invoked when the parser enters a group chunk.
- enteringGroup(RIFFChunk) - Method in interface org.monte.media.riff.RIFFVisitor
-
This method is invoked when the parser attempts to enter a group.
- EnumDeclaration(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.EnumDeclaration
-
- enums - Variable in class org.monte.media.binary.StructParser.Declarations
-
- enumSpecifier - Variable in class org.monte.media.binary.StructParser.EnumDeclaration
-
- EnumSpecifier(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.EnumSpecifier
-
- enumSpecifier - Variable in class org.monte.media.binary.StructParser.TypeSpecifier
-
- EnumValueFormatter - Class in org.monte.media.tiff
-
Formats integer values as an enumeration.
- EnumValueFormatter(Object...) - Constructor for class org.monte.media.tiff.EnumValueFormatter
-
Creates a new enumeration.
- EOI_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
End of image
- EOI_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
End of image
- eolIsSignificant(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
-
Determines whether or not ends of line are treated as tokens.
- EP - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- EPS - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- EQUAL - Static variable in class org.monte.media.binary.StructParser.ArraySize
-
- equal - Variable in class org.monte.media.binary.StructParser.ArraySize
-
- equals(Object) - Method in class org.monte.media.iff.IFFChunk
-
- equals(Object) - Method in class org.monte.media.ilbm.DRNGColorCycle.Cell
-
- equals(Object) - Method in class org.monte.media.imgseq.OSXCollator
-
- equals(Object) - Method in class org.monte.media.math.ExtendedReal
-
- equals(ExtendedReal) - Method in class org.monte.media.math.ExtendedReal
-
- equals(Object) - Method in class org.monte.media.math.Rational
-
- equals(Object) - Method in class org.monte.media.riff.RIFFChunk
-
- ES - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- EURO36_1280x200_11t44_73fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO36_1280x400_11t22_interlaced_73fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO36_320x200_44t44_73fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO36_320x400_44t22_interlaced_73fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO36_640x200_22t44_73fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO36_640x400_22t22_interlaced_73fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO36_MONITOR_ID - Static variable in class org.monte.media.anim.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.anim.AmigaDisplayInfo
-
- EURO72_640x800_22t11_interlaced_69fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- EURO72_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- EventLoop - Class in org.monte.media.concurrent
-
An EventLoop can process events on a separate worker thread.
- EventLoop() - Constructor for class org.monte.media.concurrent.EventLoop
-
Creates a new EventLoop which processes events at Thread.NORM_PRORITY.
- EventLoop(int) - Constructor for class org.monte.media.concurrent.EventLoop
-
Creates a new EventLoop which processes events at the
desired thread priority.
- eventProcessor - Variable in class org.monte.media.concurrent.EventLoop
-
The event processor thread.
- EXACT_PIXEL_ASPECT - Static variable in class org.monte.media.gui.ImagePanel
-
Pixel aspect policy: Preserve the exact pixel aspect.
- execute(Runnable) - Method in class org.monte.movieconverter.MovieConverterPanel
-
- EXIFReader - Class in org.monte.media.exif
-
Reads EXIF and MP meta data from a JPEG, MPO or AVI file.
- EXIFReader(File) - Constructor for class org.monte.media.exif.EXIFReader
-
- EXIFReader(ImageInputStream) - Constructor for class org.monte.media.exif.EXIFReader
-
- EXIFTagSet - Class in org.monte.media.exif
-
Enumeration of standard EXIF tags.
- ExifVersion - Static variable in class org.monte.media.exif.EXIFTagSet
-
- exportDone(JComponent, Transferable, int) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
This method is called after data has been exported.
- exportDone(JComponent, Transferable, int) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
This method is called after data has been exported.
- exposure - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Exposure adjustment in the range [-1,1].
- EXPOSURE_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Exposure adjustment in the range [-1,1].
- ExposureBiasValue - Static variable in class org.monte.media.exif.EXIFTagSet
-
- ExposureIndex - Static variable in class org.monte.media.exif.EXIFTagSet
-
- ExposureMode - Static variable in class org.monte.media.exif.EXIFTagSet
-
- ExposureProgram - Static variable in class org.monte.media.exif.EXIFTagSet
-
- ExposureTime - Static variable in class org.monte.media.exif.EXIFTagSet
-
- EXTENDED - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- ExtendedReal - Class in org.monte.media.math
-
Represents an extended-real number as specified by IEEE 754.
- ExtendedReal(byte[]) - Constructor for class org.monte.media.math.ExtendedReal
-
- ExtendedReal(double) - Constructor for class org.monte.media.math.ExtendedReal
-
- EXTRAHALFBRITE_KEY - Static variable in class org.monte.media.ilbm.ILBMDecoder
-
- extraHeaders - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
List of additional header chunks.
- GainControl - Static variable in class org.monte.media.exif.EXIFTagSet
-
- gcd(int, int) - Static method in class org.monte.media.math.IntMath
-
Returns an int whose value is the greatest common divisor of
abs(a) and abs(b).
- gcd(long, long) - Static method in class org.monte.media.math.IntMath
-
Returns a long whose value is the greatest common divisor of
abs(a) and abs(b).
- gcd(BigInteger, BigInteger) - Static method in class org.monte.media.math.IntMath
-
Returns a long whose value is the greatest common divisor of
abs(a) and abs(b).
- get(int) - Static method in class org.monte.media.exif.MPEntryTagSet
-
- get(int) - Static method in class org.monte.media.exif.MPFTagSet
-
- get(FormatKey<T>) - Method in class org.monte.media.Format
-
- get(FormatKey<T>, T) - Method in class org.monte.media.Format
-
- get(int) - Method in class org.monte.media.tiff.IFD
-
Returns the IFDEntry
at the specified index.
- get8SVXBody() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getAllInfos() - Static method in class org.monte.media.anim.AmigaDisplayInfo
-
- getARGB32(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 32-bit ARGB pixels from a buffer.
- getArraySize(StructParser.Declarations, Vector) - Method in class org.monte.media.binary.StructParser.ArraySize
-
- 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
.
- getAspectRatioX() - Method in class org.monte.media.gui.ImagePanel
-
Gets the horizontal scale factor that is
used to scale images shown in this image panel.
- getAspectRatioY() - Method in class org.monte.media.gui.ImagePanel
-
Gets the vertical scale factor that is
used to scale images shown in this image panel.
- getAsTree(String) - Method in class org.monte.media.exif.DefaultIIOMetadata
-
- getAudioClip(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getAudioClip(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- getAudioClipCount() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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
-
- getBackgroundBorder() - Method in class org.monte.media.gui.border.BackdropBorder
-
- getBackgroundBorder() - Method in class org.monte.media.gui.JMovieControlPanel
-
- getBackgroundBorder() - Method in class org.monte.media.gui.JTimelineEditor
-
- getBitmap() - Method in class org.monte.media.image.BitmapImage
-
Gives you direct access to the bitmap data array.
- getBitplaneStride() - Method in class org.monte.media.image.BitmapImage
-
Returns the number of bytes that you must add to a bitmap address
to advance to the next bit of a scanline.
- getBitRate() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the bitrate of the frame.
- getBitRateCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the raw bitrate code as it is stored in the header.
- getBits() - Method in class org.monte.media.anim.ANIMFrame
-
- getBits() - Method in class org.monte.media.seq.SEQFrame
-
- getBlackPoint() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getBlackPoint() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getBlues(byte[]) - Method in class org.monte.media.ilbm.HAMColorModel
-
Copies the array of blue color components into the given array.
- getBodyOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the offset of the frame body in the input stream.
- getBodySize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the size of the frame body in bytes.
- getBorder(Component) - Method in class org.monte.media.gui.border.ButtonStateBorder
-
- getBorderInsets(Component) - Method in class org.monte.media.gui.border.BackdropBorder
-
- getBorderInsets(Component) - Method in class org.monte.media.gui.border.ButtonStateBorder
-
- getBorderInsets(Component) - Method in class org.monte.media.gui.border.ImageBevelBorder
-
Returns the insets of the border.
- getBottomBound(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDeltaFrame
-
- getBottomBound(ANIMMovieTrack) - 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
-
- getBrightness() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getBrightness() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getBuffer() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Returns the internally used byte buffer.
- getBuffer() - Method in class org.monte.media.io.SeekableByteArrayOutputStream
-
Returns the underlying byte buffer.
- getBufferedImage(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets a buffered image from a buffer.
- getByteOrder() - Method in class org.monte.media.tiff.TIFFInputStream
-
- getByteOrder() - Method in class org.monte.media.tiff.TIFFOutputStream
-
- getBytePixels() - Method in class org.monte.media.image.BitmapImage
-
Returns a reference to the byte pixel data that has been
generated by a previous call to #converToChunky.
- getBytes(long, int, byte[]) - Method in interface org.monte.media.binary.BinaryModel
-
Gets a sequence of bytes and copies them into the supplied byte array.
- getBytes(long, int, byte[]) - Method in class org.monte.media.binary.ByteArrayBinaryModel
-
Gets a sequence of bytes and copies them into the supplied byte array.
- getBytes(long, int, byte[]) - Method in class org.monte.media.binary.FileBasedBinaryModel
-
- 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 interface org.monte.media.Player
-
Gets the model representing the realizing progress of
the player.
- 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.
- getChannelCount() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the number of channels.
- getChannelMask() - Method in class org.monte.media.anim.ANIMAudioCommand
-
- getChannelMask() - Method in class org.monte.media.seq.SEQAudioCommand
-
- getChannelModeCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the raw channel mode code as stored in the header.
- getChildAt(int) - Method in class org.monte.media.tiff.TIFFNode
-
- getChildCount() - Method in class org.monte.media.tiff.TIFFNode
-
- getChildren() - Method in class org.monte.media.tiff.TIFFNode
-
- getChunkCount(int) - Method in class org.monte.media.avi.AVIInputStream
-
Returns the number of media data chunks in the track.
- getChunkCount(int) - Method in interface org.monte.media.MovieReader
-
Returns the number of media data chunks in the specified track.
- getChunkCount(int) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- getChunkOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Returns the offset of the chunk in the movie file.
- getChunkyColorModel() - Method in class org.monte.media.image.BitmapImage
-
Returns the current color model of the chunky image in this bitmap.
- getCodec(int) - Method in class org.monte.media.avi.AVIWriter
-
Returns the codec of the specified track.
- getCodec(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Returns the codec of the specified track.
- getCodec(Format, Format) - Method in class org.monte.media.Registry
-
Gets a codec which can transcode from the specified input format to the
specified output format.
- getCodecClasses(Format, Format) - Method in class org.monte.media.DefaultRegistry
-
- getCodecClasses(Format, Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can transcode from the specified input format to
the specified output format.
- getCodecs(Format, Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can transcode from the specified input format to
the specified output format.
- getCollationKey(String) - Method in class org.monte.media.imgseq.OSXCollator
-
- getCollectionChunks(int) - Method in class org.monte.media.iff.IFFChunk
-
- getCollectionChunks(int) - Method in class org.monte.media.riff.RIFFChunk
-
- getColorCycles() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getColorCycles() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getColorCyclesCount() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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
-
- getColumnCount() - Method in class org.monte.media.binary.StructTableModel
-
- getColumnName(int) - Method in class org.monte.media.binary.StructTableModel
-
- getCommand() - Method in class org.monte.media.anim.ANIMAudioCommand
-
- getCommand() - Method in class org.monte.media.seq.SEQAudioCommand
-
- getComponent() - Method in class org.monte.media.gui.JMovieControlAqua
-
- getComponent() - Method in interface org.monte.media.MovieControl
-
- getCompression() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getCompression() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getCompressionQuality(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Returns the compression quality of a track.
- getCompressionQuality(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the compression quality of a track.
- getContrast() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getContrast() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- 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 interface org.monte.media.Player
-
- 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
-
- getCount() - Method in class org.monte.media.tiff.IFD
-
Returns the number of entries in the IFD.
- getCount() - Method in class org.monte.media.tiff.IFDEntry
-
- getCount() - Method in class org.monte.media.tiff.TIFFDirectory
-
- getCount() - Method in class org.monte.media.tiff.TIFFField
-
- getCRC() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the CRC of this frame.
- getCreationTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the creation time of the movie.
- getCreationTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the creation time of the movie.
- getCtOctave() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getCurrentTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the time value for current time position within the movie.
- getCurrentTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the time value for current time position within the movie.
- getData() - Method in class org.monte.media.iff.IFFChunk
-
Gets the data.
- getData() - Method in class org.monte.media.iff.MutableIFFChunk
-
- getData() - Method in class org.monte.media.riff.RIFFChunk
-
Gets the data.
- getData() - Method in class org.monte.media.tiff.IFDEntry
-
- getData(TIFFTag) - Method in class org.monte.media.tiff.TIFFDirectory
-
Returns the value of the TIFFField with the specified tag.
- getData() - Method in class org.monte.media.tiff.TIFFField
-
- getDataOffset() - Method in class org.monte.media.tiff.IFDEntry
-
The offset to the data.
- getDecoder(Format) - Method in class org.monte.media.Registry
-
Gets the first codec which can decode the specified format.
- getDecoderClasses(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can decode the specified format.
- getDecoders(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can decode the specified format.
- getDefaultFlavors() - Static method in class org.monte.media.gui.datatransfer.PlainTextTransferable
-
- getDefaultFlavors() - Static method in class org.monte.media.gui.datatransfer.StringTransferable
-
- getDefinition() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getDefinition() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getDeltaOperation() - Method in class org.monte.media.anim.ANIMMovieTrack
-
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
-
- getDenoise() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getDenoise() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getDenominator() - Method in class org.monte.media.math.Rational
-
- getDepth() - Method in class org.monte.media.ilbm.HAMColorModel
-
Returns the number of planes required to represent
this HAMColorModel in a Bitmap.
- getDepth() - Method in class org.monte.media.image.BitmapImage
-
Returns the depth of the image.
- getDescription(String) - Method in class org.monte.media.binary.StructParser
-
- getDescription(Object) - Method in class org.monte.media.binary.StructParser
-
- getDescription(Locale) - Method in class org.monte.media.ilbm.ILBMImageReaderSpi
-
- getDescription(Locale) - Method in class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
-
- getDescription(Locale) - Method in class org.monte.media.jpeg.MJPGImageReaderSpi
-
- getDescription(Locale) - Method in class org.monte.media.mpo.MPOImageReaderSpi
-
- getDescription(Locale) - Method in class org.monte.media.pbm.PBMImageReaderSpi
-
- getDescription(Locale) - Method in class org.monte.media.pgm.PGMImageReaderSpi
-
- getDescription() - Method in class org.monte.media.tiff.TIFFField
-
Returns a description of the field.
- getDescription(Object) - Method in class org.monte.media.tiff.TIFFTag
-
- getDirectories(int, TagSet) - Method in class org.monte.media.exif.EXIFReader
-
Returns all IFDDirectories of the specified tag set for the given image.
- 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() - Method in class org.monte.media.avi.AVIReader
-
- getDuration(int) - Method in class org.monte.media.avi.AVIReader
-
- getDuration(int) - Method in class org.monte.media.avi.AVIWriter
-
Returns the media duration of the track in seconds.
- getDuration() - Method in class org.monte.media.DefaultMovie
-
- getDuration(int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
Returns the sampleDuration of the track in seconds.
- getDuration() - Method in interface org.monte.media.Movie
-
Returns the total duration of the movie in seconds.
- getDuration() - Method in interface org.monte.media.MovieReader
-
Returns the total duration of the movie .
- getDuration(int) - Method in interface org.monte.media.MovieReader
-
Returns the duration of the specified track.
- getDuration(int) - Method in interface org.monte.media.MovieWriter
-
Returns the duration of the track in seconds.
- getDuration() - Method in class org.monte.media.quicktime.QuickTimeReader
-
- getDuration(int) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- getDuration(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Returns the sampleDuration of the track in seconds.
- getDuration(int) - Method in class org.monte.media.seq.SEQReader
-
Reads the duration of the specified frame.
- getElapsedTime() - Method in class org.monte.media.converter.CodecChain
-
- getEncoder(Format) - Method in class org.monte.media.Registry
-
Gets the first codec which can encode the specified foramt.
- getEncoderClasses(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can decode the specified format.
- getEncoders(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can encode the specified format.
- getEndPosition() - Method in class org.monte.media.io.StreamPosTokenizer
-
Returns the end position of the token relative
to the position that the stream had, when the
StreamPosTokenizer was constructed.
- getEndTime() - Method in class org.monte.media.converter.TrimTimeCodec
-
- getEntries() - Method in class org.monte.media.tiff.IFD
-
Returns an unmodifiale list of the IFDEntry
s.
- getEntryOffset() - Method in class org.monte.media.tiff.IFDEntry
-
- getError() - Method in class org.monte.media.gui.Worker
-
Get the error produced by the worker thread, or null if it
hasn't thrown one.
- getExifMetadata() - Method in class org.monte.media.mpo.MPOImageReader
-
- getExifReader() - Method in class org.monte.media.mpo.MPOImageReader
-
- getExposure() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getExposure() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getExtension(Format) - Method in class org.monte.media.DefaultRegistry
-
- getExtension(Format) - Method in class org.monte.media.Registry
-
- getExtent() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Returns the model's extent, the length of the inner range that
begins at the model's value.
- getExtraHeader(int, String) - Method in class org.monte.media.avi.AVIInputStream
-
Returns the contents of the extra track header.
- getExtraHeaderFourCCs(int) - Method in class org.monte.media.avi.AVIInputStream
-
Returns the fourcc's of all extra stream headers.
- getExtraHeaderFourCCs(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Returns the fourcc's of all extra stream headers.
- getField(TIFFTag) - Method in class org.monte.media.tiff.TIFFDirectory
-
Returns a TIFFField with the specified tag.
- getFileDuration() - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- getFileFilter() - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- getFileFilter() - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
- getFileFormat() - Method in class org.monte.media.anim.ANIMWriter
-
- getFileFormat() - Method in class org.monte.media.avi.AVIReader
-
- getFileFormat() - Method in class org.monte.media.avi.AVIWriter
-
- getFileFormat() - Method in class org.monte.media.DefaultMovie
-
- getFileFormat(File) - Method in class org.monte.media.DefaultRegistry
-
- getFileFormat() - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- getFileFormat() - Method in interface org.monte.media.Movie
-
- getFileFormat() - Method in interface org.monte.media.MovieReader
-
Returns the file format.
- getFileFormat() - Method in interface org.monte.media.MovieWriter
-
Returns the file format.
- getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeReader
-
- getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- getFileFormat(File) - Method in class org.monte.media.Registry
-
- getFileFormats() - Method in class org.monte.media.DefaultRegistry
-
- getFileFormats() - Method in class org.monte.media.Registry
-
- getFileSegments() - Method in class org.monte.media.tiff.TIFFDirectory
-
Returns the segments of the TIFF file inside its parent file.
- getFirstIFDOffset() - Method in class org.monte.media.tiff.TIFFInputStream
-
- getFirstIFDOffset() - Method in class org.monte.media.tiff.TIFFOutputStream
-
- getFlushedPosition() - Method in class org.monte.media.io.SubImageInputStream
-
- getFlushedPosition() - Method in class org.monte.media.io.SubImageOutputStream
-
- getFormat(int) - Method in class org.monte.media.anim.ANIMWriter
-
- getFormat(int) - Method in class org.monte.media.avi.AVIReader
-
- getFormat(int) - Method in class org.monte.media.avi.AVIWriter
-
- getFormat(int) - Method in class org.monte.media.DefaultMovie
-
- getFormat(int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- getFormat(int) - Method in interface org.monte.media.Movie
-
- getFormat(int) - Method in interface org.monte.media.MovieReader
-
Returns the media format of the specified track.
- getFormat(int) - Method in interface org.monte.media.MovieWriter
-
Returns the media format of the specified track.
- getFormat() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
Returns the format of the next frame.
- getFormat() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Gets the format of the current frame.
- getFormat(int) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- getFormat(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- getFPS(int) - Static method in class org.monte.media.anim.AmigaDisplayInfo
-
- getFraction(float) - Method in class org.monte.media.AbstractSplineInterpolator
-
Evaluates the spline function at time t, and clamps the result value between 0
and 1.
- getFraction(float) - Method in class org.monte.media.Interpolator
-
Computes a fraction from the specified linear fraction.
- getFrame(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getFrame() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Returns the current frame.
- getFrame(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- getFrameCount() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
Timing for frame relative to previous frame.
- getFrameDuration(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
Timing for frame relative to previous frame.
- getFrameLength() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
Returns -1 because we don't know how many frames the stream has.
- getFrameOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the offset of the frame in the input stream.
- getFrameRate() - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Returns the frame rate of this media.
- getFrameSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the size of the frame in bytes.
- 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.anim.AmigaDisplayInfo
-
- getGreens(byte[]) - Method in class org.monte.media.ilbm.HAMColorModel
-
Copies the array of green color components into the given array.
- getHAMType() - Method in class org.monte.media.ilbm.HAMColorModel
-
Returns the HAM Type of this HAMColorModel: HAM8 or HAM6.
- getHeaderCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the raw 32-bit header code as it is stored in the file.
- getHeaderFlags() - Method in class org.monte.media.avi.AVIInputStream
-
Returns the main header flags.
- getHeaderOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the offset of the header in the input stream.
- getHeaderSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the size of the header in bytes.
- getHeight() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getHeight() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- getHeight(int) - Method in class org.monte.media.ilbm.ILBMImageReader
-
- getHeight() - Method in class org.monte.media.image.BitmapImage
-
Returns the height of the image.
- getHeight(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- getHeight(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getHeight(int) - Method in class org.monte.media.mpo.MPOImageReader
-
- getHeight(int) - Method in class org.monte.media.pbm.PBMImageReader
-
- getHeight(int) - Method in class org.monte.media.pgm.PGMImageReader
-
- getHeight() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getHigh() - Method in class org.monte.media.ilbm.CRNGColorCycle
-
- getHighlights() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getHighlights() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getID() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getID() - Method in class org.monte.media.iff.IFFChunk
-
- getId() - Method in class org.monte.media.iff.MutableIFFChunk
-
- getID() - Method in class org.monte.media.riff.RIFFChunk
-
- getIdentifierName(String) - Method in class org.monte.media.binary.StructParser
-
- getIFD() - Method in class org.monte.media.tiff.TIFFDirectory
-
Returns the IFD from which this directory has been read.
- getIFDEntry() - Method in class org.monte.media.tiff.TIFFNode
-
- getIFDOffset() - Method in class org.monte.media.tiff.IFDEntry
-
- getIIOMetadata(int) - Method in class org.monte.media.exif.EXIFReader
-
- getIIOMetadataTree(String, int) - Method in class org.monte.media.exif.EXIFReader
-
Gets the metadata as an ImageIO structure.
- getImage() - Method in class org.monte.media.gui.ImagePanel
-
Gets the image that is displayed in this
image panel.
- getImageCount() - Method in class org.monte.media.exif.EXIFReader
-
Returns the number of images that are described with EXIF.
- getImageMetadata(int) - Method in class org.monte.media.ilbm.ILBMImageReader
-
- getImageMetadata(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- getImageMetadata(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getImageMetadata(int) - Method in class org.monte.media.mpo.MPOImageReader
-
- getImageMetadata(int) - Method in class org.monte.media.pbm.PBMImageReader
-
- getImageMetadata(int) - Method in class org.monte.media.pgm.PGMImageReader
-
- 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.
- getImageScalePolicy() - Method in class org.monte.media.gui.ImagePanel
-
Returns the image scale policy.
- getImageTypes(int) - Method in class org.monte.media.ilbm.ILBMImageReader
-
- getImageTypes(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- getImageTypes(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getImageTypes(int) - Method in class org.monte.media.mpo.MPOImageReader
-
- getImageTypes(int) - Method in class org.monte.media.pbm.PBMImageReader
-
- getImageTypes(int) - Method in class org.monte.media.pgm.PGMImageReader
-
- getImportFlavor(DataFlavor[], JComponent) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
Try to find a flavor that can be used to import a Transferable.
- getImportFlavor(DataFlavor[], JTextComponent) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
Try to find a flavor that can be used to import a Transferable.
- getIndex() - Method in class org.monte.media.tiff.TIFFDirectory
-
- getIndexed8(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 8-bit indexed pixels from a buffer.
- getInfo(int) - Static method in class org.monte.media.anim.AmigaDisplayInfo
-
- getInputFormat() - Method in class org.monte.media.AbstractCodec
-
- getInputFormat() - Method in interface org.monte.media.Codec
-
- getInputFormat() - Method in class org.monte.media.converter.CodecChain
-
- getInputFormats() - Method in class org.monte.media.AbstractCodec
-
- getInputFormats() - Method in interface org.monte.media.Codec
-
Lists all of the input formats that this codec accepts.
- getInputFormats() - Method in class org.monte.media.converter.CodecChain
-
- getInsertionPoint() - Method in class org.monte.media.DefaultMovie
-
- getInsertionPoint() - Method in interface org.monte.media.Movie
-
Returns the position of the insertion point in seconds.
- getInsertionPointBounds() - Method in class org.monte.media.gui.JTimelineEditor
-
- getInsertionPointIcon(boolean) - Method in class org.monte.media.gui.JTimelineEditor
-
- getInstance() - Static method in class org.monte.media.exif.EXIFTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.FujifilmMakerNoteTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.GPSTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.ImageTagSet
-
- getInstance() - Static method in class org.monte.media.exif.InteroperabilityTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.MPEntryTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.MPFTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.SonyMakerNoteTagSet
-
Returns a shared instance of a BaselineTIFFTagSet.
- getInstance() - Static method in class org.monte.media.exif.TrackTagSet
-
- getInstance() - Static method in class org.monte.media.Registry
-
- getInstance() - Static method in class org.monte.media.tiff.BaselineTagSet
-
Returns a shared instance of a BaselineTagSet.
- getInterleave() - Method in class org.monte.media.anim.ANIMFrame
-
- getInterleave() - Method in class org.monte.media.anim.ANIMMovieTrack
-
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.image.BitmapImage
-
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.ANIMMovieTrack
-
- 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
-
- getKey() - Method in class org.monte.media.FormatKey
-
Returns the key string.
- getKeys() - Method in class org.monte.media.Format
-
Gets the keys of the format as an unmodifiable set.
- getLabel() - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- getLayer() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the layer number.
- getLayerCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the raw layer code as it is stored in the header.
- getLeftBound(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDeltaFrame
-
- getLeftBound(ANIMMovieTrack) - 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 interface org.monte.media.binary.BinaryModel
-
Returns the total length of the binary data.
- getLength() - Method in class org.monte.media.binary.ByteArrayBinaryModel
-
- getLength() - Method in class org.monte.media.binary.FileBasedBinaryModel
-
- getLength() - Method in class org.monte.media.iff.MutableIFFChunk
-
- getLength() - Method in class org.monte.media.tiff.FileSegment
-
- getLength() - Method in class org.monte.media.tiff.IFD
-
Returns the length of this IFD in bytes.
- getLength() - Method in class org.monte.media.tiff.IFDEntry
-
- getLength() - Method in class org.monte.media.tiff.TIFFDirectory
-
- getLow() - Method in class org.monte.media.ilbm.CRNGColorCycle
-
- getMapSize() - Method in class org.monte.media.ilbm.HAMColorModel
-
Returns the size of the color component arrays in this IndexColorModel.
- getMasking() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getMasking() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getMax() - Method in class org.monte.media.ilbm.DRNGColorCycle
-
- getMaximum() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Returns the model's maximum.
- getMediaDuration(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Returns the duration of the track in media time scale.
- getMediaDuration(int) - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Returns the media duration of a track in the media's time scale.
- getMediaDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the media duration of a track in the media's time scale.
- getMediaTime() - Method in class org.monte.media.converter.AdjustTimeCodec
-
- getMediaTimeScale(int) - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Returns the time scale of the media in a track.
- getMediaTimeScale(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the time scale of the media in a track.
- getMetaDataMap() - Method in class org.monte.media.exif.EXIFReader
-
Returns a flat hash map of the metadata.
- getMetaDataTree() - Method in class org.monte.media.exif.EXIFReader
-
Gets the meta data as a Swing TreeNode structure.
- 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.
- getMicroSecPerFrame() - Method in class org.monte.media.avi.AVIInputStream
-
Returns the number of microseconds (10^-6 seconds) per frame.
- getMidPoint() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getMidPoint() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getMin() - Method in class org.monte.media.ilbm.DRNGColorCycle
-
- getMinimum() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Returns the minimum acceptable value.
- getMinimumSize() - Method in class org.monte.media.gui.JMovieSliderAqua
-
- getModel() - Method in class org.monte.media.binary.BinaryPanel
-
- getModel() - Method in class org.monte.media.converter.ColorAdjustCodec
-
- getModificationTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the modification time of the movie.
- getModificationTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the modification time of the movie.
- getMonitorIds() - Static method in class org.monte.media.anim.AmigaDisplayInfo
-
- getMonitorName(int) - Static method in class org.monte.media.anim.AmigaDisplayInfo
-
- getMovie() - Method in class org.monte.media.gui.JMovieControlPanel
-
- getMovie() - Method in class org.monte.media.gui.JTimelineEditor
-
- getMovieDuration() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
- getMovieDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the total duration of the movie in the movie's time scale.
- getMovieTime() - Method in class org.monte.media.anim.ANIMOutputStream
-
- getMovieTimeScale() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Returns the time scale of the movie.
- getMovieTimeScale() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the time scale of the movie.
- 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.
- getMovieTransformationMatrix() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the transformation matrix of the entire movie.
- getMovieTransformationMatrix() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the transformation matrix of the entire movie.
- getName() - Method in class org.monte.media.AbstractCodec
-
- getName(int) - Method in class org.monte.media.avi.AVIInputStream
-
Returns the name of the track, or null if the name is not specified.
- getName(String) - Method in class org.monte.media.binary.StructParser
-
- getName(Object) - Method in class org.monte.media.binary.StructParser
-
- getName() - Method in interface org.monte.media.Codec
-
Returns a human readable name of the codec.
- getName() - Method in class org.monte.media.converter.CodecChain
-
- getName() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getName() - Method in class org.monte.media.FormatKey
-
Returns the pretty name string.
- getName() - Method in class org.monte.media.tiff.TagSet
-
- getName() - Method in class org.monte.media.tiff.TIFFDirectory
-
- getName() - Method in class org.monte.media.tiff.TIFFTag
-
Returns the name of the tag, or null if the name is not known.
- getNbPalettes() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getNbPalettes() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getNbPlanes() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getNbPlanes() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getNewState() - Method in class org.monte.media.StateEvent
-
- getNextFrame() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Gets the next frame from the input stream.
- getNextOffset() - Method in class org.monte.media.tiff.IFD
-
Gets the offset of the next IFD.
- getNextSegment() - Method in class org.monte.media.jpeg.JFIFInputStream
-
Gets the next segment from the input stream.
- getNumber() - Method in class org.monte.media.tiff.TIFFTag
-
Returns the integer used to represent the tag.
- getNumerator() - Method in class org.monte.media.math.Rational
-
- getNumImages(boolean) - Method in class org.monte.media.ilbm.ILBMImageReader
-
- getNumImages(boolean) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- getNumImages(boolean) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getNumImages(boolean) - Method in class org.monte.media.mpo.MPOImageReader
-
- getNumImages(boolean) - Method in class org.monte.media.pbm.PBMImageReader
-
- getNumImages(boolean) - Method in class org.monte.media.pgm.PGMImageReader
-
- getNumThumbnails(int) - Method in class org.monte.media.mpo.MPOImageReader
-
- getOffset() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
-
Returns the offset of this chunk to the beginning of the random
access file
- getOffset() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
Returns the offset of this chunk to the beginning of the random
access file
- getOffset() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
Returns the offset of this atom to the beginning of the random access
file
- getOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
Returns the offset of this atom to the beginning of the random access
file
- getOffset() - Method in class org.monte.media.tiff.FileSegment
-
- getOffset() - Method in class org.monte.media.tiff.IFD
-
Returns the offset of the IFD.
- getOffset() - Method in class org.monte.media.tiff.TIFFDirectory
-
- 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
-
- getOutputFormat() - Method in class org.monte.media.AbstractCodec
-
- getOutputFormat() - Method in interface org.monte.media.Codec
-
- getOutputFormat() - Method in class org.monte.media.converter.CodecChain
-
- getOutputFormats(Format) - Method in class org.monte.media.AbstractCodec
-
- getOutputFormats(Format) - Method in interface org.monte.media.Codec
-
Lists all of the output formats that this codec can generate
with the provided input format.
- getOutputFormats(Format) - Method in class org.monte.media.converter.CodecChain
-
- getOutputFormats(Format) - Method in class org.monte.media.converter.FFRtoVFRConverter
-
- getOutputFormats(Format) - Method in class org.monte.media.converter.FrameRateConverter
-
- getOutputStream() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
-
- getOutputStream() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
- getOutputStream() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
- getOutputStream() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
- getPaddedChunkSize() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getPaddingSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Padding is used to fit the bit rates exactly.
- getPageHeight() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getPageHeight() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getPageWidth() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getPageWidth() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getPalette() - Method in class org.monte.media.avi.TechSmithCodecCore
-
- getPalette() - Method in class org.monte.media.avi.ZMBVCodecCore
-
- getParent() - Method in class org.monte.media.tiff.TIFFNode
-
- getParserMessage() - Method in class org.monte.media.riff.RIFFChunk
-
- getPixelAspectPolicy() - Method in class org.monte.media.gui.ImagePanel
-
Returns the pixel aspect policy.
- getPixelAspectX() - Method in class org.monte.media.gui.ImagePanel
-
Gets the horizontal pixel aspect of the image according to the
pixel aspect policy that is in affect.
- getPixelAspectY() - Method in class org.monte.media.gui.ImagePanel
-
Gets the vertical pixel aspect of the image according to the
pixel aspect policy that is in effect.
- getPixelType() - Method in class org.monte.media.image.BitmapImage
-
Returns the available type of pixel data.
- getPlanarColorModel() - Method in class org.monte.media.image.BitmapImage
-
Returns the current color model of the planar image in this bitmap.
- getPosition() - Method in class org.monte.media.anim.ANIMTrack
-
- getPosition() - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- getPosition() - Method in class org.monte.media.seq.SEQTrack
-
- getPosition() - Method in interface org.monte.media.Track
-
Gets the read position.
- getPosterTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the time value of the time of the movie poster.
- getPosterTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the time value of the time of the movie poster.
- getPreferredImageSize() - Method in class org.monte.media.gui.ImagePanel
-
Gets the preferred image size.
- getPreferredRate() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the preferred rate at which to play this movie.
- getPreferredRate() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the preferred rate at which to play this movie.
- getPreferredSize() - Method in class org.monte.media.binary.BinaryPanel
-
- getPreferredSize() - Method in class org.monte.media.gui.ImagePanel
-
Gets the preferred size of this image panel.
- getPreferredSize() - Method in class org.monte.media.gui.JMovieSliderAqua
-
- getPreferredVolume() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the preferred volume of this movie’s sound.
- getPreferredVolume() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the preferred volume of this movie’s sound.
- getPreviewDuration() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the duration of the movie preview in movie time scale units.
- getPreviewDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the duration of the movie preview in movie time scale units.
- getPreviewTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the time value in the movie at which the preview begins.
- getPreviewTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the time value in the movie at which the preview begins.
- getProgressModel() - Method in class org.monte.media.gui.JMovieSliderAqua
-
- getProperties() - Method in class org.monte.media.Format
-
Gets the properties of the format as an unmodifiable map.
- getProperties() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- getProperty(String) - Method in class org.monte.media.anim.ANIMMovieTrack
-
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
-
- getPropertyChunk(int) - Method in class org.monte.media.riff.RIFFChunk
-
- getRate() - Method in class org.monte.media.ilbm.ColorCycle
-
- getRawData() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getReader() - Method in class org.monte.media.DefaultMovie
-
- getReader() - Method in interface org.monte.media.Movie
-
- getReader(Format, File) - Method in class org.monte.media.Registry
-
- getReader(File) - Method in class org.monte.media.Registry
-
- getReaderClasses(Format) - Method in class org.monte.media.DefaultRegistry
-
- getReaderClasses(Format) - Method in class org.monte.media.Registry
-
Gets all reader class names from the registry for the specified file
format.
- getReaderFormats() - Method in class org.monte.media.DefaultRegistry
-
- getReaderFormats() - Method in class org.monte.media.Registry
-
- getReadTime(int) - Method in class org.monte.media.avi.AVIReader
-
- getReadTime(int) - Method in interface org.monte.media.MovieReader
-
Returns the current time of the track.
- getReadTime(int) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- getReds(byte[]) - Method in class org.monte.media.ilbm.HAMColorModel
-
Copies the array of red color components into the given array.
- getRelativeStreamPosition() - Method in class org.monte.media.avi.AbstractAVIStream
-
Gets the position relative to the beginning of the QuickTime stream.
- getRelativeStreamPosition() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Gets the position relative to the beginning of the QuickTime stream.
- 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
-
- getRenderingHints() - Method in class org.monte.media.gui.ImagePanel
-
Gets the rendering hints.
- getRepeatHiSamples() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getRGB15(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 15-bit RGB pixels from a buffer.
- getRGB16(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 16-bit RGB-5-6-5 pixels from a buffer.
- getRGB24(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 24-bit RGB pixels from a buffer.
- getRGBs(int[]) - Method in class org.monte.media.ilbm.HAMColorModel
-
Copies the array of color components into the given array.
- getRightBound(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDeltaFrame
-
- getRightBound(ANIMMovieTrack) - 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
-
- getRoot() - Method in class org.monte.media.iff.AnimMerger.Loader
-
- getRowCount() - Method in class org.monte.media.binary.StructTableModel
-
- getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
- getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.MidiTrack
-
- getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.TextTrack
-
- getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.Track
-
- getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
- getSampleCount() - Method in class org.monte.media.anim.ANIMTrack
-
- getSampleCount() - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- getSampleCount() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the number of samples in the frame.
- getSampleCount() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- getSampleCount() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- getSampleCount() - Method in class org.monte.media.seq.SEQTrack
-
- getSampleCount() - Method in interface org.monte.media.Track
-
Returns the numbers of samples in this track.
- getSampleDuration() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
-
Returns the duration that all samples in this group share.
- getSampleLength() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
Returns the length that all samples in this group share.
- getSampleRate() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getSampleRate() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the sample rate in Hz.
- getSampleRateCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the raw sample rate code as it is stored in the header.
- getSamples() - Method in class org.monte.media.eightsvx.EightSVXDecoder
-
- getSampleSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the sample size in bits.
- getSamplesPerHiCycle() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getSampleType() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- getSaturation() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getSaturation() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getScaledImageSize() - Method in class org.monte.media.gui.ImagePanel
-
Gets the scaled and pixel aspect corrected image size.
- getScaleFactor() - Method in class org.monte.media.gui.ImagePanel
-
Gets the scale factor.
- 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).
- getScan() - Method in class org.monte.media.riff.RIFFChunk
-
- getScan() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Get the current read position within the file (as seen
by this input stream filter).
- getScanlineStride() - Method in class org.monte.media.image.BitmapImage
-
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.ANIMMovieTrack
-
- getScreenMode() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getSegment() - Method in class org.monte.media.jpeg.JFIFInputStream
-
Gets the current segment from the input stream.
- getSegmentLength() - Method in class org.monte.media.jpeg.JFIFOutputStream
-
Returns the length of the current segment or -1 if none has been pushed.
- getSegmentOffset() - Method in class org.monte.media.jpeg.JFIFOutputStream
-
Returns the offset of the current segment or -1 if none has been pushed.
- getSelectionDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The duration of the current selection in movie time scale units.
- getSelectionEnd() - Method in class org.monte.media.DefaultMovie
-
- getSelectionEnd() - Method in interface org.monte.media.Movie
-
Returns the position of the out point in seconds.
- getSelectionEndBounds() - Method in class org.monte.media.gui.JTimelineEditor
-
- getSelectionEndIcon(boolean) - Method in class org.monte.media.gui.JTimelineEditor
-
- getSelectionStart() - Method in class org.monte.media.DefaultMovie
-
- getSelectionStart() - Method in interface org.monte.media.Movie
-
Returns the position of the in point in seconds.
- getSelectionStartBounds() - Method in class org.monte.media.gui.JTimelineEditor
-
- getSelectionStartIcon(boolean) - Method in class org.monte.media.gui.JTimelineEditor
-
- getSelectionTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The time value for the start time of the current selection.
- getSeqIndex() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getShadows() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getShadows() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getSharpness() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getSharpness() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getShortPixels() - Method in class org.monte.media.image.BitmapImage
-
Returns a reference to the byte pixel data that has been
generated by a previous call to #converToChunky.
- getSideInfoOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the offset of the side info in the input stream.
- getSideInfoSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the size of the side info in bytes.
- getSize() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getSize() - Method in class org.monte.media.iff.IFFChunk
-
- getSize() - Method in class org.monte.media.riff.RIFFChunk
-
- getSound() - Method in class org.monte.media.anim.ANIMAudioCommand
-
- getSound() - Method in class org.monte.media.seq.SEQAudioCommand
-
- getSourceActions(JComponent) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
This is the type of transfer actions supported by the source.
- getSourceActions(JComponent) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
This is the type of transfer actions supported by the source.
- getSourceDimension(int, int, Object) - Static method in class org.monte.media.image.SubpixAA
-
Returns the dimensions needed of the source image for the desired
destination image size.
- getStartPosition() - Method in class org.monte.media.io.StreamPosTokenizer
-
Returns the start position of the token relative
to the position that the stream had, when the
StreamPosTokenizer was constructed.
- getStartTime(int) - Method in class org.monte.media.avi.AVIInputStream
-
Returns the start time of the track given as the number of frames in
microSecPerFrame units.
- getStartTime() - Method in class org.monte.media.converter.TrimTimeCodec
-
- getState() - Method in class org.monte.media.AbstractPlayer
-
Gets the current state of the player.
- getState() - Method in interface org.monte.media.Player
-
Gets the current state of the player.
- getState() - Method in interface org.monte.media.StateModel
-
Returns the current state of the model.
- 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.jpeg.CMYKJPEGImageReader
-
- getStreamMetadata() - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getStreamMetadata() - Method in class org.monte.media.mpo.MPOImageReader
-
- getStreamMetadata() - Method in class org.monte.media.pbm.PBMImageReader
-
- getStreamMetadata() - Method in class org.monte.media.pgm.PGMImageReader
-
- getStreamOffset() - Method in class org.monte.media.riff.RIFFParser
-
- getStreamPosition() - Method in class org.monte.media.iff.IFFOutputStream
-
Gets the position relative to the beginning of the IFF output stream.
- getStreamPosition() - Method in class org.monte.media.io.ByteArrayImageInputStream
-
- getStreamPosition() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
- getStreamPosition() - Method in class org.monte.media.io.SeekableByteArrayOutputStream
-
Returns the current byte position of the stream.
- getStreamPosition() - Method in class org.monte.media.io.SubImageInputStream
-
- getStreamPosition() - Method in class org.monte.media.io.SubImageOutputStream
-
- getStreamPosition() - Method in class org.monte.media.jpeg.JFIFInputStream
-
- getStreamPosition() - Method in class org.monte.media.jpeg.JFIFOutputStream
-
Gets the position relative to the beginning of the IFF output stream.
- getStreamPosition() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Returns the current position in the stream.
- getStreamPosition() - Method in class org.monte.media.tiff.TIFFOutputStream
-
- getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
- getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.MidiTrack
-
- getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.TextTrack
-
- getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.Track
-
- getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
- getStyleSuffix() - Method in class org.monte.media.gui.JMovieControlPanel
-
- getStyleSuffix() - Method in class org.monte.media.gui.JTimelineEditor
-
- getSyncInterval(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the sync interval from the specified video track.
- getTag(int) - Method in class org.monte.media.tiff.TagSet
-
Returns the TIFFTag from this set that is associated with the given
tag number.
- getTag() - Method in class org.monte.media.tiff.TIFFNode
-
- getTagName() - Method in class org.monte.media.tiff.TIFFNode
-
- getTagNumber() - Method in class org.monte.media.tiff.IFDEntry
-
- getTagNumber() - Method in class org.monte.media.tiff.TIFFNode
-
Returns the tag number or -1 if not known.
- getTagSet() - Method in class org.monte.media.tiff.TIFFDirectory
-
Returns the tag set used by this directory.
- getTarget() - Method in class org.monte.media.beans.WeakPropertyChangeListener
-
Returns the target of this proxy.
- getTargetState() - Method in class org.monte.media.AbstractPlayer
-
Gets the target state.
- getTargetState() - Method in interface org.monte.media.Player
-
Gets the target state.
- getTemperature() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getTemperature() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getTexture() - Method in class org.monte.media.gui.ImagePanel
-
Gets the backdrop paint.
- getThumbBorder(boolean) - Method in class org.monte.media.gui.JTimelineEditor
-
- getThumbnails(boolean) - Method in class org.monte.media.exif.EXIFReader
-
Returns all thumbnails.
- 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 interface org.monte.media.Player
-
Gets the model representing the time line of the player.
- getTimeModel() - Method in class org.monte.media.seq.SEQPlayer
-
Returns the bounded range model that represents
the time line of the player.
- getTimeScale(int) - Method in class org.monte.media.avi.AVIInputStream
-
Returns the time scale of the specified track.
- getTimeScale() - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Returns the time scale of this media.
- getTimeScale(int) - Method in class org.monte.media.avi.AVIReader
-
- getTimeScale() - Method in class org.monte.media.ilbm.ColorCycle
-
- getTimeScale() - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- getTimeTrack() - Method in class org.monte.media.gui.JTimelineEditor
-
Returns the track number used as a time base.
- getTint() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getTint() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getToolTipText(MouseEvent) - Method in class org.monte.media.binary.BinaryPanel
-
- getTopBound(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMDeltaFrame
-
- getTopBound(ANIMMovieTrack) - 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.ANIMMovieTrack
-
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 interface org.monte.media.Player
-
- 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.
- getTrackBorder(boolean) - Method in class org.monte.media.gui.JTimelineEditor
-
- getTrackBounds() - Method in class org.monte.media.gui.JTimelineEditor
-
- getTrackCount() - Method in class org.monte.media.anim.ANIMWriter
-
- getTrackCount() - Method in class org.monte.media.avi.AVIInputStream
-
- getTrackCount() - Method in class org.monte.media.avi.AVIWriter
-
- getTrackCount() - Method in class org.monte.media.DefaultMovie
-
- getTrackCount() - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- getTrackCount() - Method in interface org.monte.media.Movie
-
- getTrackCount() - Method in interface org.monte.media.MovieReader
-
Returns the number of tracks.
- getTrackCount() - Method in interface org.monte.media.MovieWriter
-
Returns the number of tracks.
- getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
- getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- getTrackDuration(long) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
Gets the track duration in the movie time scale.
- getTrackDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the track duration in the movie's time scale.
- getTracks() - Method in class org.monte.media.anim.ANIMDemultiplexer
-
- getTracks() - Method in interface org.monte.media.Demultiplexer
-
Returns the tracks.
- getTracks() - Method in class org.monte.media.imgseq.TrackDemultiplexer
-
- getTracks() - Method in class org.monte.media.seq.SEQDemultiplexer
-
- getTransferData(DataFlavor) - Method in class org.monte.media.gui.datatransfer.CompositeTransferable
-
Returns an object which represents the data to be transferred.
- getTransferData(DataFlavor) - Method in class org.monte.media.gui.datatransfer.PlainTextTransferable
-
- getTransferData(DataFlavor) - Method in class org.monte.media.gui.datatransfer.StringTransferable
-
- getTransferDataFlavors() - Method in class org.monte.media.gui.datatransfer.AbstractTransferable
-
- getTransferDataFlavors() - Method in class org.monte.media.gui.datatransfer.CompositeTransferable
-
Returns an array of DataFlavor objects indicating the flavors the data
can be provided in.
- getTransformationMatrix(int) - Method in class org.monte.media.quicktime.QuickTimeInputStream
-
Gets the transformation matrix of the specified track.
- getTransformationMatrix(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the transformation matrix of the specified track.
- getTransparentColor() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getTransparentColor() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getType() - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- getType() - Method in class org.monte.media.iff.IFFChunk
-
- getType() - Method in class org.monte.media.iff.MutableIFFChunk
-
- getType() - Method in class org.monte.media.riff.RIFFChunk
-
- getType() - Method in class org.monte.media.tiff.TIFFField
-
- getType(Object) - Method in class org.monte.media.tiff.TIFFTag
-
- getTypeNumber() - Method in enum org.monte.media.tiff.IFDDataType
-
- getTypeNumber() - Method in class org.monte.media.tiff.IFDEntry
-
- getUneditedTrackDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the track duration in the movie's time scale without taking the
edit list into account.
- getValue() - Method in class org.monte.media.gui.Worker
-
Get the value produced by the worker thread, or null if it
hasn't been constructed yet.
- getValue() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Returns the current read position.
- getValueAt(int, int) - Method in class org.monte.media.binary.StructTableModel
-
- getValueClass() - Method in class org.monte.media.FormatKey
-
- getValueIsAdjusting() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Returns true if the current changes to the value property are part
of a series of changes.
- getValueOffset() - Method in class org.monte.media.tiff.IFDEntry
-
The value offset may either contain the data or point to the data
depending on the type and the count.
- getVersion() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the version number: 1=MPEG 1, 2=MPEG 2, 25=MPEG 2.5; -1=unknown.
- getVersionCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Returns the version code as it is stored in the
header.
- getVideoColorTable(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the preferred color table for displaying the movie on devices that
support only 256 colors.
- getVideoCompressionQuality() - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Returns the video compression quality.
- getVideoDimension() - Method in class org.monte.media.avi.AVIInputStream
-
- getVideoDimension(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Gets the dimension of a track.
- getVideoDimension() - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Gets the dimension of the video track.
- 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 interface org.monte.media.Player
-
- 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
-
- getWhiteBalanceQM() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getWhiteBalanceQM() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- getWhitePoint() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- getWhitePoint() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
Get the value of whitePoint
- getWidth() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getWidth() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- getWidth(int) - Method in class org.monte.media.ilbm.ILBMImageReader
-
- getWidth() - Method in class org.monte.media.image.BitmapImage
-
Returns the width of the image.
- getWidth(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- getWidth(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getWidth(int) - Method in class org.monte.media.mpo.MPOImageReader
-
- getWidth(int) - Method in class org.monte.media.pbm.PBMImageReader
-
- getWidth(int) - Method in class org.monte.media.pgm.PGMImageReader
-
- getWidth() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getWriter(File) - Method in class org.monte.media.Registry
-
- getWriter(Format, File) - Method in class org.monte.media.Registry
-
- getWriterClasses(Format) - Method in class org.monte.media.DefaultRegistry
-
- getWriterClasses(Format) - Method in class org.monte.media.Registry
-
Gets all writer class names from the registry for the specified file
format.
- getWriterFormats() - Method in class org.monte.media.DefaultRegistry
-
- getWriterFormats() - Method in class org.monte.media.Registry
-
- getXAspect() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getXAspect() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getXPosition() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getXPosition() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getXY(float, Point2D.Float) - Method in class org.monte.media.AbstractSplineInterpolator
-
Evaluates the spline function at curve parameter time t.
- getXY(float, Point2D.Float) - Method in class org.monte.media.BezierInterpolator
-
Evaluates the bezier function and returns a 2D point.
- getXY(float, Point2D.Float) - Method in class org.monte.media.SplineInterpolator
-
Evaluates the spline function at curve parameter time t.
- getY(float) - Method in class org.monte.media.AbstractSplineInterpolator
-
Evaluates the spline function at curve parameter time t.
- getY(float) - Method in class org.monte.media.BezierInterpolator
-
Evaluates the bezier function and returns a 2D point.
- getY(float) - Method in class org.monte.media.SplineInterpolator
-
Evaluates the spline function at curve parameter time t.
- getYAspect() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getYAspect() - Method in class org.monte.media.seq.SEQMovieTrack
-
- getYPosition() - Method in class org.monte.media.anim.ANIMMovieTrack
-
- getYPosition() - Method in class org.monte.media.seq.SEQMovieTrack
-
- GPSTagSet - Class in org.monte.media.exif
-
Enumeration of GPS EXIF tags.
- Group(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- Group(AbstractQuickTimeStream.Sample, AbstractQuickTimeStream.Sample, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- Group(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- I - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- 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.
- identifier - Variable in class org.monte.media.binary.StructParser.DescriptionDeclaration
-
- identifier - Variable in class org.monte.media.binary.StructParser.EnumDeclaration
-
- identifier - Variable in class org.monte.media.binary.StructParser.EnumSpecifier
-
- identifier - Variable in class org.monte.media.binary.StructParser.MagicDeclaration
-
- identifier - Variable in class org.monte.media.binary.StructParser.MemberDeclaration
-
- identifier - Variable in class org.monte.media.binary.StructParser.SetDeclaration
-
- identifier - Variable in class org.monte.media.binary.StructParser.SetSpecifier
-
- identifier - Variable in class org.monte.media.binary.StructParser.StructSpecifier
-
- identifier - Variable in class org.monte.media.binary.StructParser.TypedefDeclaration
-
- identifierToString(String) - Static method in class org.monte.media.binary.StructTableModel
-
- 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.
- idToString(int) - Static method in class org.monte.media.riff.RIFFParser
-
Convert an integer IFF identifier to String.
- idx1 - Variable in class org.monte.media.avi.AVIInputStream
-
- IDX1_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- IFD - Class in org.monte.media.tiff
-
Represents a TIFF Image File Directory (IFD).
- IFD(long, boolean) - Constructor for class org.monte.media.tiff.IFD
-
- IFD_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- IFDDataType - Enum in org.monte.media.tiff
-
Enumeration of TIFF IFD data types.
- IFDEntry - Class in org.monte.media.tiff
-
Represents a directory entry in a TIFF Image File Directory (IFD).
- IFDEntry(int, int, long, long, long) - Constructor for class org.monte.media.tiff.IFDEntry
-
- ifdEntry - Variable in class org.monte.media.tiff.TIFFNode
-
The IFDEntry from which this node was read.
- 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
-
- IFFChunkNode(int, int, int, int, byte[]) - Constructor for class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- 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.
- IGNORE_PIXEL_ASPECT - Static variable in class org.monte.media.gui.ImagePanel
-
Pixel aspect policy: Ignore pixel aspect.
- ILBM_ID - Static variable in class org.monte.media.iff.AnimMerger
-
- 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
-
- ImageBevelBorder - Class in org.monte.media.gui.border
-
Draws a filled bevel border using an image and insets.
- ImageBevelBorder(Image, Insets) - Constructor for class org.monte.media.gui.border.ImageBevelBorder
-
Creates a new instance with the given image and insets.
- ImageBevelBorder(Image, Insets, Insets) - Constructor for class org.monte.media.gui.border.ImageBevelBorder
-
Creates a new instance with the given image and insets.
- ImageBevelBorder(Image, Insets, Insets, boolean) - Constructor for class org.monte.media.gui.border.ImageBevelBorder
-
Creates a new instance with the given image and insets.
- ImageBevelBorder.UIResource - Class in org.monte.media.gui.border
-
- ImageHeight - Static variable in class org.monte.media.tiff.BaselineTagSet
-
- ImageInputStreamAdapter - Class in org.monte.media.io
-
ImageInputStreamAdapter.
- ImageInputStreamAdapter(ImageInputStream) - Constructor for class org.monte.media.io.ImageInputStreamAdapter
-
- ImageInputStreamImpl2 - Class in org.monte.media.io
-
ImageInputStreamImpl2
fixes bugs in ImageInputStreamImpl.
- ImageInputStreamImpl2() - Constructor for class org.monte.media.io.ImageInputStreamImpl2
-
- ImageOutputStreamAdapter - Class in org.monte.media.io
-
Adapts an ImageOutputStream
for classes requiring an
OutputStream
.
- ImageOutputStreamAdapter(ImageOutputStream) - Constructor for class org.monte.media.io.ImageOutputStreamAdapter
-
Creates an output stream filter built on top of the specified
underlying output stream.
- ImagePanel - Class in org.monte.media.gui
-
Displays images on a panel.
- ImagePanel() - Constructor for class org.monte.media.gui.ImagePanel
-
- Images - Class in org.monte.media.image
-
Image processing methods.
- ImageSequenceTrack - Class in org.monte.media.imgseq
-
ImageSequenceTrack
.
- ImageSequenceTrack(File, FileFilter) - Constructor for class org.monte.media.imgseq.ImageSequenceTrack
-
- ImageSequenceTrack(File[]) - Constructor for class org.monte.media.imgseq.ImageSequenceTrack
-
- ImageSequenceWriter - Class in org.monte.media.imgseq
-
ImageSequenceWriter
.
- ImageSequenceWriter() - Constructor for class org.monte.media.imgseq.ImageSequenceWriter
-
- ImageTagSet - Class in org.monte.media.exif
-
ImageTagSet.
- ImageUniqueID - Static variable in class org.monte.media.exif.EXIFTagSet
-
- imageUpdate(Image, int, int, int, int, int) - Method in class org.monte.media.gui.ImagePanel
-
XXX Netscape gets very slow when
painting all SOMEBITS of an image.
- ImageWidth - Static variable in class org.monte.media.tiff.BaselineTagSet
-
- importData(JComponent, Transferable) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- importData(JComponent, Transferable) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
- in - Variable in class org.monte.media.avi.AVIInputStream
-
The image input stream.
- in - Variable in class org.monte.media.quicktime.QuickTimeInputStream
-
The image input stream.
- IN_PROPERTY - Static variable in interface org.monte.media.Movie
-
- incCount(int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Increases the written counter by the specified value
until it reaches Long.MAX_VALUE.
- incCount(int) - Method in class org.monte.media.iff.MC68000OutputStream
-
Increases the written counter by the specified value
until it reaches Long.MAX_VALUE.
- incCount(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Increases the written counter by the specified value
until it reaches Long.MAX_VALUE.
- index - Variable in class org.monte.media.binary.StructTableModel.Value
-
- IndividualImageDataOffset - Static variable in class org.monte.media.exif.MPEntryTagSet
-
Individual Image Data Offset
This field specifies the data offset to the beginning (i.e.
- IndividualImageSize - Static variable in class org.monte.media.exif.MPEntryTagSet
-
Individual Image Size
This field specifies the size of the image data between the SOI and EOI
markers of an Individual Image.
- init() - Method in class org.monte.media.DefaultRegistry
-
- init() - Method in class org.monte.media.Registry
-
Initializes the registry.
- initialFrames - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- initialFrames - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
Specifies how far audio data is skewed ahead of the video frames in
interleaved files.
- initialize(long) - Method in class org.monte.media.Interpolator
-
Initializes the interpolation.
- inputBuffer - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The input buffer is used when one of the convenience methods without
a Buffer parameter is used.
- inputBuffer - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- inputFormat - Variable in class org.monte.media.AbstractCodec
-
- inputFormats - Variable in class org.monte.media.AbstractCodec
-
- 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
-
- inputTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
Start time of the first buffer that was added to the track.
- installDefaults(AbstractButton) - Method in class org.monte.media.gui.plaf.CustomButtonUI
-
- INT - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- INT9 - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- INT_PIXEL - Static variable in class org.monte.media.image.BitmapImage
-
Tag for integer pixel data.
- InterlaceKey - Static variable in class org.monte.media.VideoFormatKeys
-
Whether the video is interlaced.
- Interoperability - Static variable in class org.monte.media.exif.EXIFTagSet
-
- InteroperabilityTagSet - Class in org.monte.media.exif
-
Enumeration of Interoperation EXIF tags.
- interpolate(long) - Method in class org.monte.media.Interpolator
-
Interpolates with the current time millis.
- Interpolator - Class in org.monte.media
-
A linear interpolator for use in conjunction with an Animator object.
- Interpolator() - Constructor for class org.monte.media.Interpolator
-
Creates a new interpolator which interpolates from 0 to 1 within one
second.
- Interpolator(long) - Constructor for class org.monte.media.Interpolator
-
Creates a new interpolator which interpolates from 0 to 1 within the
specified timespan.
- Interpolator(boolean) - Constructor for class org.monte.media.Interpolator
-
Creates a new interpolator which interpolates into the specified
direction within one second.
- Interpolator(float, float) - Constructor for class org.monte.media.Interpolator
-
Creates a new interpolator which interpolates from the specified
start value to the specified end value within one second.
- Interpolator(float, float, long) - Constructor for class org.monte.media.Interpolator
-
Creates a new interpolator which interpolates from the specified
start value to the specified end value within the specified timespan.
- intersectKeys(FormatKey...) - Method in class org.monte.media.Format
-
Creates a new format which only has the specified keys (or less).
- INTLE - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- IntLiteral(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.IntLiteral
-
- IntMath - Class in org.monte.media.math
-
Utility class for integer arithmetic.
- IntMath() - Constructor for class org.monte.media.math.IntMath
-
Creates a new instance of IntMath
- intToType(int) - Static method in class org.monte.media.avi.AbstractAVIStream
-
- intToType(int) - Static method in class org.monte.media.quicktime.AbstractQuickTimeStream
-
- intValue() - Method in class org.monte.media.binary.StructParser.IntLiteral
-
- intValue - Variable in class org.monte.media.binary.StructParser.MagicOrIntLiteral
-
- intValue() - Method in class org.monte.media.binary.StructParser.MagicOrIntLiteral
-
- intValue - Variable in class org.monte.media.binary.StructTableModel.Value
-
- intValue() - Method in class org.monte.media.math.ExtendedReal
-
- intValue() - Method in class org.monte.media.math.Rational
-
- inverse() - Method in class org.monte.media.math.Rational
-
- invoke(Object, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified accessible parameterless method if it exists.
- invoke(Object, String, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified accessible method with a string parameter if it exists.
- invoke(Object, String, boolean) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invoke(Object, String, int) - Static method in class org.monte.media.util.Methods
-
Invokes the specified method if it exists.
- invoke(Object, String, float) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invoke(Object, String, Class, Object) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invoke(Object, String, Class[], Object...) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invokeGetter(Object, String, int) - Static method in class org.monte.media.util.Methods
-
Invokes the specified getter method if it exists.
- invokeGetter(Object, String, long) - Static method in class org.monte.media.util.Methods
-
Invokes the specified getter method if it exists.
- invokeGetter(Object, String, boolean) - Static method in class org.monte.media.util.Methods
-
Invokes the specified getter method if it exists.
- invokeGetter(Object, String, Object) - Static method in class org.monte.media.util.Methods
-
Invokes the specified getter method if it exists.
- invokeIfExists(Object, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExists(Object, String, float) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExists(Object, String, boolean) - Static method in class org.monte.media.util.Methods
-
Invokes the specified method if it exists.
- invokeIfExists(Object, String, Class, Object) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExistsWithEnum(Object, String, String, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified setter method if it exists.
- invokeStatic(Class, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified accessible parameterless method if it exists.
- invokeStatic(String, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified accessible parameterless method if it exists.
- invokeStatic(Class, String, Class, Object) - Static method in class org.monte.media.util.Methods
-
Invokes the specified parameterless method if it exists.
- invokeStatic(Class, String, Class[], Object[]) - Static method in class org.monte.media.util.Methods
-
Invokes the specified parameterless method if it exists.
- invokeStatic(String, String, Class[], Object[]) - Static method in class org.monte.media.util.Methods
-
Invokes the specified parameterless method if it exists.
- invokeStatic(String, String, Class[], Object[], Object) - Static method in class org.monte.media.util.Methods
-
Invokes the specified parameterless method if it exists.
- invokeStaticGetter(Class, String, boolean) - Static method in class org.monte.media.util.Methods
-
Invokes the specified getter method if it exists.
- IS - Static variable in class org.monte.media.gui.border.ButtonStateBorder
-
- isActive() - Method in class org.monte.media.AbstractPlayer
-
Returns true when the target state of the player is equal to STARTED.
- isActive() - Method in interface org.monte.media.Animator
-
- isActive() - Method in class org.monte.media.DefaultAnimator
-
- isActive - Variable in class org.monte.media.ilbm.ColorCycle
-
Whether the color cycle is active.
- isActive() - Method in class org.monte.media.ilbm.ColorCycle
-
- isActive() - Method in interface org.monte.media.Player
-
Returns true when the target state of the player is equal to STARTED.
- isActive() - Method in class org.monte.media.SynchronousAnimator
-
- isAssignable(Object) - Method in class org.monte.media.FormatKey
-
Returns true if the specified value is assignable with this key.
- 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 interface org.monte.media.Player
-
Returns true if audio is available.
- 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 interface org.monte.media.Player
-
Returns true if audio is enabled.
- 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 interface org.monte.media.ColorCyclePlayer
-
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.
- isBorderOpaque() - Method in class org.monte.media.gui.border.BackdropBorder
-
- isBorderOpaque() - Method in class org.monte.media.gui.border.ButtonStateBorder
-
- isBorderOpaque() - Method in class org.monte.media.gui.border.ImageBevelBorder
-
Returns true if the border is opaque.
- 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.io.SubImageInputStream
-
Default implementation returns false.
- isCached() - Method in class org.monte.media.io.SubImageOutputStream
-
Default implementation returns false.
- isCached() - Method in class org.monte.media.pbm.PBMPlayer
-
Returns true when the player has completely cached all movie data.
- isCached() - Method in interface org.monte.media.Player
-
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.
- isCachedFile() - Method in class org.monte.media.io.SubImageInputStream
-
- isCachedFile() - Method in class org.monte.media.io.SubImageOutputStream
-
- isCachedMemory() - Method in class org.monte.media.io.SubImageInputStream
-
Default implementation returns false.
- isCachedMemory() - Method in class org.monte.media.io.SubImageOutputStream
-
Default implementation returns false.
- isCoalesce() - Method in class org.monte.media.concurrent.EventLoop
-
Returns true if the EventLoop
coalesces multiple pending events.
- isCollectionChunk(IFFChunk) - Method in class org.monte.media.iff.IFFParser
-
Checks wether the ID of the chunk has been declared as a
collection chunk.
- isCollectionChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
-
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 interface org.monte.media.ColorCyclePlayer
-
Returns true if color cycling is available.
- 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 interface org.monte.media.ColorCyclePlayer
-
Returns true if color cycling is started.
- 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.
- isComment() - Method in class org.monte.media.FormatKey
-
- 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.
- isDataChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
-
Checks whether the ID of the chunk has been declared as a
data chunk.
- isDataFlavorSupported(DataFlavor) - Method in class org.monte.media.gui.datatransfer.AbstractTransferable
-
- isDataFlavorSupported(DataFlavor) - Method in class org.monte.media.gui.datatransfer.CompositeTransferable
-
Returns whether or not the specified data flavor is supported for
this object.
- isDataInValueOffset() - Method in class org.monte.media.tiff.IFDEntry
-
- isDataLimitReached() - Method in class org.monte.media.anim.ANIMWriter
-
- isDataLimitReached() - Method in class org.monte.media.avi.AVIOutputStream
-
Returns true if the limit for media samples has been reached.
- isDataLimitReached() - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- isDataLimitReached() - Method in interface org.monte.media.MovieWriter
-
Returns true if the limit for media data has been reached.
- isDataLimitReached() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns true if the limit for media samples has been reached.
- isDataLimitReached() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Returns true if the limit for media samples has been reached.
- isDualPlayfield() - Method in class org.monte.media.anim.AmigaDisplayInfo
-
- isEHB() - Method in class org.monte.media.anim.AmigaDisplayInfo
-
- isElapsed(long) - Method in class org.monte.media.Interpolator
-
Returns true, if the timespan of the Interpolator has elapsed since
initialize was called.
- isEmpty(int) - Method in class org.monte.media.anim.ANIMWriter
-
- isEmpty(int) - Method in class org.monte.media.avi.AVIWriter
-
- isEmpty(int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- isEmpty(int) - Method in interface org.monte.media.MovieWriter
-
Returns true if the specified track has no samples.
- isEmpty() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- isEmpty(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- isEnforceDirectColors() - Method in class org.monte.media.image.BitmapImage
-
If this returns true, then convertToChunky always generates
chunky pixels using a DirectColorModel.
- isEntropyCoded() - Method in class org.monte.media.jpeg.JFIFInputStream.Segment
-
- isFinished() - Method in class org.monte.media.Interpolator
-
- isFirstImageOnly() - Method in class org.monte.media.exif.EXIFReader
-
- isFlag(BufferFlag) - Method in class org.monte.media.Buffer
-
Returns true if the specified flag is set.
- isFlagSet(int, int) - Static method in class org.monte.media.avi.AbstractAVIStream
-
Returns true, if the specified mask is set on the flag.
- 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.
- isGroupChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
-
Checks whether 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.
- isGroupID(int) - Static method in class org.monte.media.riff.RIFFParser
-
Checks wether the argument represents a valid RIFF GroupID.
- isGroupType(int) - Static method in class org.monte.media.riff.RIFFParser
-
Checks wether the argument represents a valid RIFF Group Type.
- isHAM() - Method in class org.monte.media.anim.AmigaDisplayInfo
-
- isID(int) - Static method in class org.monte.media.iff.IFFParser
-
Checks if the argument represents a valid IFF ID.
- isID(int) - Static method in class org.monte.media.riff.RIFFParser
-
Checks if the argument represents a valid RIFF ID.
- isIdentity() - Method in interface org.monte.media.converter.ColorAdjustModel
-
Returns true, if the model does not perform any changes to the image.
- isIdentity() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- isIgnoreICCProfile() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- isIncludeContainerMetadata() - Method in class org.monte.media.exif.EXIFReader
-
- isInfinite() - Method in class org.monte.media.math.ExtendedReal
-
- isInterlace() - Method in class org.monte.media.anim.AmigaDisplayInfo
-
- isLessOrEqualZero() - Method in class org.monte.media.math.Rational
-
- isLocalChunkID(int) - Static method in class org.monte.media.iff.IFFParser
-
Returns whether the argument is a valid Local Chunk ID.
- isLocalChunkID(int) - Static method in class org.monte.media.riff.RIFFParser
-
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
-
- isMagic() - Method in class org.monte.media.binary.StructParser.MagicOrIntLiteral
-
- isMagicDeclared(String) - Method in class org.monte.media.binary.StructParser
-
- isMagicDeclared(Object) - Method in class org.monte.media.binary.StructParser
-
- isMagicEnum - Variable in class org.monte.media.binary.StructParser.EnumSpecifier
-
- isNaN() - Method in class org.monte.media.math.ExtendedReal
-
- isOCS() - Method in class org.monte.media.anim.AmigaDisplayInfo
-
- ISOSpeedRatings - Static variable in class org.monte.media.exif.EXIFTagSet
-
- 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.ANIMMovieTrack
-
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.
- isPropertyChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
-
Checks wether the ID of the chunk has been declared as a
property chunk.
- isReadOnly() - Method in class org.monte.media.exif.DefaultIIOMetadata
-
- isReservedID(int) - Static method in class org.monte.media.iff.IFFParser
-
- isReverse() - Method in class org.monte.media.ilbm.CRNGColorCycle
-
- isSameAs(AnimMerger.IFFChunkNode) - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- isSequential(Interpolator) - Method in class org.monte.media.Interpolator
-
- isStarted() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- isSwapSpeakers() - Method in class org.monte.media.anim.ANIMMovieTrack
-
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.
- isSynchronous() - Method in interface org.monte.media.Animator
-
- isSynchronous() - Method in class org.monte.media.DefaultAnimator
-
- isSynchronous() - Method in class org.monte.media.SynchronousAnimator
-
- isSynthetic() - Method in class org.monte.media.tiff.TIFFTag
-
- isTypeDeclared(String) - Method in class org.monte.media.binary.StructParser
-
- isTypeDeclared(Object) - Method in class org.monte.media.binary.StructParser
-
- isVFRSupported() - Method in class org.monte.media.anim.ANIMWriter
-
- isVFRSupported() - Method in class org.monte.media.avi.AVIWriter
-
- isVFRSupported() - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- isVFRSupported() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Returns true because QuickTime supports variable frame rates.
- isWhiteBalanceQMEnabled() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- isWhiteBalanceQMEnabled() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- isWhiteBalanceTTEnabled() - Method in interface org.monte.media.converter.ColorAdjustModel
-
- isWhiteBalanceTTEnabled() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- isYCCKInversed() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- isZero() - Method in class org.monte.media.math.Rational
-
- MAC_TIMESTAMP - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.binary.StructParser
-
- MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.quicktime.DataAtomInputStream
-
- MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.quicktime.DataAtomOutputStream
-
- magic - Variable in class org.monte.media.binary.StructParser.MagicDeclaration
-
If magic is null, then ushortMagicFrom/ushortMagicTo is used.
- MAGIC - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- MagicDeclaration(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.MagicDeclaration
-
- MagicOrIntLiteral(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.MagicOrIntLiteral
-
- magics - Variable in class org.monte.media.binary.StructParser.Declarations
-
- magicValue - Variable in class org.monte.media.binary.StructParser.MagicOrIntLiteral
-
- main(String[]) - Static method in class org.monte.media.anim.AmigaCAMGMainx
-
- main(String[]) - Static method in class org.monte.media.exif.EXIFTagSet
-
- main(String[]) - Static method in class org.monte.media.iff.AnimMerger
-
- main(String[]) - Static method in class org.monte.media.image.ClearType
-
- main(String[]) - Static method in class org.monte.media.io.AppendableByteArrayInputStream
-
- main(String[]) - Static method in class org.monte.media.math.IntMath
-
- main(String[]) - Static method in class org.monte.media.mpo.MPOImageSplitter
-
- main(String[]) - Static method in class org.monte.media.test.CodecTesterMain
-
- main(String[]) - Static method in class org.monte.media.test.ColorTesterMain
-
- main(String[]) - Static method in class org.monte.movieconverter.MovieConverterXMain
-
- main(String[]) - Static method in class org.monte.moviemaker.MovieMakerMain
-
- MainHeader() - Constructor for class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- mainHeader - Variable in class org.monte.media.avi.AVIInputStream
-
- Make - Static variable in class org.monte.media.tiff.BaselineTagSet
-
- MakerNote - Static variable in class org.monte.media.exif.EXIFTagSet
-
- map_size - Variable in class org.monte.media.ilbm.HAMColorModel
-
- mark(int) - Method in class org.monte.media.iff.MC68000InputStream
-
Marks the input stream.
- mark(int) - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Marks the current position in this input stream.
- mark(int) - Method in class org.monte.media.jpeg.JFIFInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class org.monte.media.mp3.MP3AudioInputStream
-
- mark(int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Marks the input stream.
- marker - Variable in class org.monte.media.jpeg.JFIFInputStream.Segment
-
Holds the marker code.
- markSupported() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Tests if this input stream supports the mark
and reset
methods.
- markSupported() - Method in class org.monte.media.jpeg.JFIFInputStream
-
Tests if this input stream supports the mark
and reset
methods.
- markSupported() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
- matches(Format) - Method in class org.monte.media.Format
-
Returns true if that format matches this format.
- matchesWithout(Format, FormatKey...) - Method in class org.monte.media.Format
-
- matrix - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The transformation matrix of the track.
- max(Rational, Rational) - Static method in class org.monte.media.math.Rational
-
- MAX_VALUE - Static variable in class org.monte.media.math.ExtendedReal
-
- MaxApertureValue - Static variable in class org.monte.media.exif.EXIFTagSet
-
- maxBytesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- maximalSizeHeight - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- maximalSizeWidth - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- maxOverscanHeight - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- maxOverscanWidth - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- maxSampleCount - Static variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
- maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
Returns true, if the chunk was added to the group.
- maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
- maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
-
- maybeAddSample(AbstractQuickTimeStream.Sample, int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Returns true, if the sample was added to the chunk.
- maybeAddSample(AbstractQuickTimeStream.Sample) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
Returns true, if the samples was added to the group.
- maybeAddSample(AbstractQuickTimeStream.Sample) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
Returns true, if the sample was added to the group.
- maybeAddSample(AbstractQuickTimeStream.Sample) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
-
Returns true, if the sample was added to the group.
- 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.
- mdatAtom - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
This atom holds the media data.
- mdatOffset - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Offset for the mdat atom.
- mediaCompressionType - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The compression type of the media.
- mediaCompressorName - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The compressor name.
- mediaDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The duration of the media in this track in media time units.
- mediaRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
-
A 32-bit fixed-point number (16.16) that specifies the relative rate
at which to play the media corresponding to this edit segment.
- mediaTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
-
A 32-bit integer containing the start time within the media of this
edit segment (in media time scale units).
- mediaTimeScale - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The timeScale of the media in the track.
- mediaType - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
mediaType.fccType
contains a FOURCC that specifies the type
of the data contained in the stream.
- mediaType - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The media type of the track.
- MediaTypeKey - Static variable in class org.monte.media.FormatKeys
-
The media MediaTypeKey.
- MemberDeclaration(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.MemberDeclaration
-
- members - Variable in class org.monte.media.binary.StructParser.EnumSpecifier
-
- members - Variable in class org.monte.media.binary.StructParser.SetSpecifier
-
- members - Variable in class org.monte.media.binary.StructParser.StructSpecifier
-
- memoryImageSource - Variable in class org.monte.media.pbm.PBMDecoder
-
BODY data
- mergeANHD(AnimMerger.IFFChunkNode) - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- mergeFrom(AnimMerger.IFFChunkNode) - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- mergeTree(String, Node) - Method in class org.monte.media.exif.DefaultIIOMetadata
-
- MeteringMode - Static variable in class org.monte.media.exif.EXIFTagSet
-
- Methods - Class in org.monte.media.util
-
Methods contains convenience methods for method invocations using
java.lang.reflect.
- microSecPerFrame - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
Specifies the number of microseconds (=10E-6 seconds) between frames.
- MID_POINT_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Level adjustment: mid point in the range [0,1].
- MidiTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.MidiTrack
-
- midPoint - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Level adjustment: mid point in the range [0,1].
- MIME_ANIM - Static variable in class org.monte.media.FormatKeys
-
- MIME_AVI - Static variable in class org.monte.media.FormatKeys
-
- MIME_IMAGE_SEQUENCE - Static variable in class org.monte.media.FormatKeys
-
- MIME_JAVA - Static variable in class org.monte.media.FormatKeys
-
- MIME_MP4 - Static variable in class org.monte.media.FormatKeys
-
- MIME_QUICKTIME - Static variable in class org.monte.media.FormatKeys
-
- MimeTypeKey - Static variable in class org.monte.media.FormatKeys
-
The mime type.
- min(Rational, Rational) - Static method in class org.monte.media.math.Rational
-
- MIN_VALUE - Static variable in class org.monte.media.math.ExtendedReal
-
- minimalSizeHeight - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- minimalSizeWidth - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MJPGImageReader - Class in org.monte.media.jpeg
-
Reads an image in the Motion JPEG (MJPG) format.
- MJPGImageReader(ImageReaderSpi) - Constructor for class org.monte.media.jpeg.MJPGImageReader
-
- MJPGImageReaderSpi - Class in org.monte.media.jpeg
-
ImageIO service provider interface for images in the Motion JPEG (MJPG)
format.
- MJPGImageReaderSpi() - Constructor for class org.monte.media.jpeg.MJPGImageReaderSpi
-
- MODE_DIRECT_COLORS - Static variable in class org.monte.media.anim.ANIMMovieTrack
-
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.ANIMMovieTrack
-
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.ANIMMovieTrack
-
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.ANIMMovieTrack
-
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.ANIMMovieTrack
-
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.
- Model - Static variable in class org.monte.media.tiff.BaselineTagSet
-
- modificationTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Modification time of the movie.
- MONITOR_ID_MASK - Static variable in class org.monte.media.anim.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.
- moovAtom - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
This atom holds the moovie header.
- mouseClicked(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- mouseDragged(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- mouseEntered(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- mouseExited(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- mouseMoved(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- mousePressed(MouseEvent) - Method in class org.monte.media.gui.JMovieControlAqua.ScrollHandler
-
- mousePressed(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- mouseReleased(MouseEvent) - Method in class org.monte.media.gui.JMovieControlAqua.ScrollHandler
-
- mouseReleased(MouseEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- moveThumb(int) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- MOVI_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- moviChunk - Variable in class org.monte.media.avi.AVIOutputStream
-
This chunk holds the movie frames.
- Movie - Interface in org.monte.media
-
A movie
provides an editable container for media data in a time and
tracks coordinate system.
- MovieControl - Interface in org.monte.media
-
A @code MovieControl} can be used to control a movie using a user interface.
- MovieConverterPanel - Class in org.monte.movieconverter
-
MovieConverterPanel.
- MovieConverterPanel() - Constructor for class org.monte.movieconverter.MovieConverterPanel
-
Creates new form MovieConverterPanel
- MovieConverterPrototypeMain - Class in org.monte.movieconverter
-
MovieConverterPrototypeMain
.
- MovieConverterPrototypeMain() - Constructor for class org.monte.movieconverter.MovieConverterPrototypeMain
-
- MovieConverterXMain - Class in org.monte.movieconverter
-
MovieConverterXMain.
- MovieConverterXMain() - Constructor for class org.monte.movieconverter.MovieConverterXMain
-
Creates new form MovieConverterXMain
- MovieMakerMain - Class in org.monte.moviemaker
-
- MovieMakerMain() - Constructor for class org.monte.moviemaker.MovieMakerMain
-
Creates new form MovieMakerMain
- movieMatrix - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The transformation matrix for the entire movie.
- MovieReader - Interface in org.monte.media
-
A simple API for reading movie data (audio and video) from a file.
- movieTimeScale - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The timeScale of the movie.
- MovieWriter - Interface in org.monte.media
-
A simple API for writing movie data (audio and video) into a file.
- MP3 - Static variable in class org.monte.media.mp3.MP3ElementaryInputStream
-
Defines the "MP3" encoding.
- MP3AudioInputStream - Class in org.monte.media.mp3
-
- MP3AudioInputStream(File) - Constructor for class org.monte.media.mp3.MP3AudioInputStream
-
Creates an MP3AudioInputStream and reads the stream until the first
frame is reached.
- MP3AudioInputStream(InputStream) - Constructor for class org.monte.media.mp3.MP3AudioInputStream
-
Creates an MP3AudioInputStream and reads the stream until the first
frame is reached.
- MP3ElementaryInputStream - Class in org.monte.media.mp3
-
Facilitates reading of an MP3 elementary stream frame by frame.
- MP3ElementaryInputStream(File) - Constructor for class org.monte.media.mp3.MP3ElementaryInputStream
-
- MP3ElementaryInputStream(InputStream) - Constructor for class org.monte.media.mp3.MP3ElementaryInputStream
-
- MP3ElementaryInputStream.Frame - Class in org.monte.media.mp3
-
An elementary frame.
- MPEntryInformation - Static variable in class org.monte.media.exif.MPFTagSet
-
- MPEntryTagSet - Class in org.monte.media.exif
-
Syntethic tags for the entry information Multi-Picture format (MPF) tags
as found in MPO image files generated by Fujifilm Finepix Real 3D W1
cameras.
- MPFTagSet - Class in org.monte.media.exif
-
Enumeration of Multi-Picture format (MPF) tags
as found in MPO image files generated by Fujifilm Finepix Real 3D W1
cameras.
- MPOFiles - Class in org.monte.media.mpo
-
Utility methods for MPOFiles
.
- MPOImageReader - Class in org.monte.media.mpo
-
Reads an image in the MultiPicture Object format (MPO).
- MPOImageReader(MPOImageReaderSpi) - Constructor for class org.monte.media.mpo.MPOImageReader
-
- MPOImageReaderSpi - Class in org.monte.media.mpo
-
ImageIO service provider interface for images in the MultiPicture Object
format (MPO).
- MPOImageReaderSpi() - Constructor for class org.monte.media.mpo.MPOImageReaderSpi
-
- MPOImageSplitter - Class in org.monte.media.mpo
-
MPOImageSplitter.
- MPOImageSplitter() - Constructor for class org.monte.media.mpo.MPOImageSplitter
-
Creates new form MPOImageSplitter
- MSK_HAS_MASK - Static variable in class org.monte.media.anim.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- 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
-
- Multiplexer - Interface in org.monte.media
-
A Multiplexer
can write multiple media tracks into a
single output stream.
- multiply(Rational) - Method in class org.monte.media.math.Rational
-
- multiply(long) - Method in class org.monte.media.math.Rational
-
- MULTISCAN_160x480_88t22_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MULTISCAN_160x960_88t11_interlaced_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MULTISCAN_320x480_44t22_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MULTISCAN_320x960_44t11_interlaced_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MULTISCAN_640x480_22t22_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MULTISCAN_640x960_22t11_interlaced_58fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- MULTISCAN_INTERLACE_MASK - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
CAMG interlace mask.
- MULTISCAN_INTERLACE_MODE - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
CAMG interlace mode.
- MULTISCAN_MONITOR_ID - Static variable in class org.monte.media.anim.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, int) - 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(String, String) - 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.
- paddingGranularity - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- paint(Graphics) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- paint(Graphics, JComponent) - Method in class org.monte.media.gui.plaf.CustomButtonUI
-
- paintBorder(Component, Graphics, int, int, int, int) - Method in class org.monte.media.gui.border.BackdropBorder
-
- paintBorder(Component, Graphics, int, int, int, int) - Method in class org.monte.media.gui.border.ButtonStateBorder
-
- paintBorder(Component, Graphics, int, int, int, int) - Method in class org.monte.media.gui.border.ImageBevelBorder
-
Paints the bevel image for the specified component with the
specified position and size.
- paintButtonPressed(Graphics, AbstractButton) - Method in class org.monte.media.gui.plaf.CustomButtonUI
-
- paintComponent(Graphics) - Method in class org.monte.media.binary.BinaryPanel
-
- paintComponent(Graphics) - Method in class org.monte.media.gui.ImagePanel
-
- paintComponent(Graphics) - Method in class org.monte.media.gui.JMovieControlPanel
-
- paintComponent(Graphics) - Method in class org.monte.media.gui.JTimelineEditor
-
- paintComponentOld(Graphics) - Method in class org.monte.media.gui.JTimelineEditor
-
- paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class org.monte.media.gui.plaf.CustomButtonUI
-
- paintText(Graphics, JComponent, Rectangle, String) - Method in class org.monte.media.gui.plaf.CustomButtonUI
-
- paintThumb(Graphics, int) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- PAL_1280x256_11t44_50fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- PAL_1280x512_11t22_interlaced_50fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- PAL_320x256_44t44_50fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- PAL_320x512_44t22_interlaced_50fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- PAL_640x256_22t44_50fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- PAL_640x512_22t22_interlaced_50fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- PAL_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- palette - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
Index color model for RAW_RGB4 and RAW_RGB8 formats.
- PALNTSC_INTERLACE_MASK - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
CAMG interlace mask.
- PALNTSC_INTERLACE_MODE - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
CAMG interlace mode.
- ParallaxXShift - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
-
ParallaxXShift (Pixel fraction value).
- ParallaxYShift - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
-
ParallaxYShift (Pixel fraction value).
- parse(Reader) - Method in class org.monte.media.binary.StructParser
-
- parse(InputStream, IFFVisitor) - Method in class org.monte.media.iff.IFFParser
-
Interprets the IFFFileExpression located at the
current position of the indicated InputStream.
- parse(InputStream, RIFFVisitor) - Method in class org.monte.media.riff.RIFFParser
-
Interprets the RIFFFile expression located at the
current position of the indicated InputStream.
- parse(ImageInputStream, RIFFVisitor) - Method in class org.monte.media.riff.RIFFParser
-
- ParseException - Exception in org.monte.media
-
Exception thrown by IFFParse.
- ParseException(String) - Constructor for exception org.monte.media.ParseException
-
- ParseException(String, Throwable) - Constructor for exception org.monte.media.ParseException
-
- parseExponents() - Method in class org.monte.media.io.StreamPosTokenizer
-
Enables number parsing of exponents.
- parseHexNumbers() - Method in class org.monte.media.io.StreamPosTokenizer
-
Enables number parsing for decimal numbers and for hexadecimal numbers
- parseNumbers() - Method in class org.monte.media.io.StreamPosTokenizer
-
Specifies that numbers should be parsed by this tokenizer.
- parsePlusAsNumber() - Method in class org.monte.media.io.StreamPosTokenizer
-
- PassThroughCodec - Class in org.monte.media.converter
-
PassThroughCodec
passes through all buffers.
- PassThroughCodec() - Constructor for class org.monte.media.converter.PassThroughCodec
-
- 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 Interleaved Bitmap image format (ILBM).
- 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.
- PC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- PCMAudioCodec - Class in org.monte.media.audio
-
PCMAudioCodec
performs sign conversion, endian conversion and
quantization conversion of PCM audio data.
- PCMAudioCodec() - Constructor for class org.monte.media.audio.PCMAudioCodec
-
- PCMAudioCodec(Format[], Format[]) - Constructor for class org.monte.media.audio.PCMAudioCodec
-
- PCMAudioCodec(Format[]) - Constructor for class org.monte.media.audio.PCMAudioCodec
-
- PGMImageReader - Class in org.monte.media.pgm
-
Reads an image in the Netpbm grayscale image format (PGM).
- PGMImageReader(PGMImageReaderSpi) - Constructor for class org.monte.media.pgm.PGMImageReader
-
- PGMImageReaderSpi - Class in org.monte.media.pgm
-
ImageIO service provider interface for images in the Netpbm grayscale image
format (PGM).
- PGMImageReaderSpi() - Constructor for class org.monte.media.pgm.PGMImageReaderSpi
-
- PixelAspectRatioKey - Static variable in class org.monte.media.VideoFormatKeys
-
The pixel aspect ratio WidthKey : HeightKey;
- pixelSpeed - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
Approximation in nanoseconds.
- PixelXDimension - Static variable in class org.monte.media.exif.EXIFTagSet
-
- PixelYDimension - Static variable in class org.monte.media.exif.EXIFTagSet
-
- PlafConstants - Interface in org.monte.media.gui.plaf
-
- PlainTextTransferable - Class in org.monte.media.gui.datatransfer
-
PlainTextTransferable.
- PlainTextTransferable(String) - Constructor for class org.monte.media.gui.datatransfer.PlainTextTransferable
-
- PlainTextTransferable(DataFlavor, String) - Constructor for class org.monte.media.gui.datatransfer.PlainTextTransferable
-
- PlainTextTransferable(DataFlavor[], String) - Constructor for class org.monte.media.gui.datatransfer.PlainTextTransferable
-
- play(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMAudioCommand
-
- play() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- play() - Method in class org.monte.media.eightsvx.JDK10AudioClip
-
- 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(SEQMovieTrack) - Method in class org.monte.media.seq.SEQAudioCommand
-
- Player - Interface in org.monte.media
-
Player
is a media handler for rendering and controlling time based
media data.
- PLAYHEAD_PROPERTY - Static variable in interface org.monte.media.Movie
-
- PNGCodec - Class in org.monte.media.png
-
PNGCodec
encodes a BufferedImage as a byte[] array..
- PNGCodec() - Constructor for class org.monte.media.png.PNGCodec
-
- popChunk() - Method in class org.monte.media.iff.IFFOutputStream
-
- popSegment() - Method in class org.monte.media.jpeg.JFIFOutputStream
-
- POSITIVE_INFINITY - Static variable in class org.monte.media.math.ExtendedReal
-
- posterTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The time value of the time of the movie poster.
- postorderIterator() - Method in class org.monte.media.tiff.TIFFNode
-
- posToTime(int) - Method in class org.monte.media.gui.JTimelineEditor
-
- preferredRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The preferred rate at which to play this movie.
- preferredVolume - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The preferred volume of this movie’s sound.
- prefetch() - Method in class org.monte.media.AbstractPlayer
-
Initiates the following asynchronous
state transitions:
unrealized -> realizing -> realized -> prefetching -> prefetched
realizing -> realized -> prefetching -> prefetched
realized -> prefetching -> prefetched
prefetching -> prefetched
prefetched
started -> throws IllegalStateException
closed -> throws IllegalStateException
- prefetch() - Method in interface org.monte.media.Player
-
Initiates the following asynchronous
state transitions:
unrealized -> realizing -> realized -> prefetching -> prefetched
realizing -> realized -> prefetching -> prefetched
realized -> prefetching -> prefetched
prefetching -> prefetched
prefetched
closed -> throws IllegalStateException
- PREFETCHED - Static variable in interface org.monte.media.Player
-
When a Player finishes Prefetching, it moves into the Prefetched state.
- PREFETCHING - Static variable in interface org.monte.media.Player
-
When prefetch is called, a Player moves from the Realized state into
the Prefetching state.
- preorderIterator() - Method in class org.monte.media.tiff.TIFFNode
-
- prepare(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMAudioCommand
-
- prepare() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
Make this clip ready for playback.
- prepare(SEQMovieTrack) - Method in class org.monte.media.seq.SEQAudioCommand
-
- prepend(Format) - Method in class org.monte.media.Format
-
Creates a new format which contains all properties from the specified
format and additional properties from this format.
- prepend(Object...) - Method in class org.monte.media.Format
-
Creates a new format which contains all specified properties and
additional properties from this format.
- prependDHTSeg(byte[]) - Static method in class org.monte.media.avi.AVIBMPDIB
-
- prependDHTSeg(byte[], int, int) - Static method in class org.monte.media.avi.AVIBMPDIB
-
- prependDHTSeg(ImageInputStream) - Static method in class org.monte.media.avi.AVIBMPDIB
-
- prependDHTSeg(InputStream) - Static method in class org.monte.media.avi.AVIBMPDIB
-
- prettyFormat(Object) - Method in class org.monte.media.tiff.ASCIIValueFormatter
-
- prettyFormat(Object) - Method in class org.monte.media.tiff.DateValueFormatter
-
- prettyFormat(Object) - Method in class org.monte.media.tiff.EnumValueFormatter
-
- prettyFormat(Object) - Method in class org.monte.media.tiff.SetValueFormatter
-
- prettyFormat(Object) - Method in class org.monte.media.tiff.TIFFTag
-
- prettyFormat(Object) - Method in interface org.monte.media.tiff.ValueFormatter
-
Formats the specified value in a human readable format.
- previewDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The duration of the movie preview in movie time scale units.
- previewTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The time value in the movie at which the preview begins.
- previousData - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
Previous frame for delta compression.
- previousPalette - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
- PrimitiveSpecifier(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- primitiveSpecifier - Variable in class org.monte.media.binary.StructParser.TypeSpecifier
-
- priority - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
Specifies priority of a stream type.
- process(Buffer, Buffer) - Method in class org.monte.media.anim.BitmapCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.audio.PCMAudioCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.avi.DIBCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.avi.RunLengthCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.avi.TechSmithCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.avi.ZMBVCodec
-
- process(Buffer, Buffer) - Method in interface org.monte.media.Codec
-
Performs the media processing defined by this codec.
- process(Buffer, Buffer) - Method in class org.monte.media.converter.AdjustTimeCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.CodecChain
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.ColorAdjustCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.FFRtoVFRConverter
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.FrameRateConverter
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.PassThroughCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.ScaleImageCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.converter.TrimTimeCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.image.BitmapCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.jpeg.JPEGCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.png.PNGCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.quicktime.AnimationCodec
-
- process(Buffer, Buffer) - Method in class org.monte.media.quicktime.RawCodec
-
- processEvent(Object) - Method in class org.monte.media.concurrent.EventLoop
-
This method processes a single event on the event processor thread.
- processEvent(Object) - Method in class org.monte.media.concurrent.SequentialDispatcher
-
This method processes an event on the event processor thread.
- processEvents() - Method in class org.monte.media.concurrent.EventLoop
-
This method removes events from the event queue
and proceses them until the queue is empty or
until #stop is called.
- produce(ANIMMovieTrack, int, boolean) - Method in class org.monte.media.anim.ANIMDecoder
-
Decodes the stream and produces animation frames into the specified movie
track.
- 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(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.
- PROP_BEVEL - Static variable in interface org.monte.media.gui.plaf.PlafConstants
-
Client property to specify bevel in ImageButtonUI,
ImageToggleButtonUI and ImageSliderUI.
- properties - Variable in class org.monte.media.ilbm.ILBMDecoder
-
Properties.
- properties - Variable in class org.monte.media.pbm.PBMDecoder
-
Properties.
- propertyChange(PropertyChangeEvent) - Method in class org.monte.media.beans.WeakPropertyChangeListener
-
- propertyChange(PropertyChangeEvent) - Method in class org.monte.media.gui.JMovieControlAqua
-
- propertyChangeSupport - Variable in class org.monte.media.AbstractPlayer
-
Support for property change listeners.
- propertyChunks() - Method in class org.monte.media.iff.IFFChunk
-
- propertyChunks() - Method in class org.monte.media.riff.RIFFChunk
-
- propertySupport - Variable in class org.monte.media.beans.AbstractBean
-
- PROTO_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- PSTRING - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- PSTRING32 - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- pushBack() - Method in class org.monte.media.io.StreamPosTokenizer
-
Causes the next call to the nextToken
method of this
tokenizer to return the current value in the ttype
field, and not to modify the value in the nval
or
sval
field.
- pushCharBack(int) - Method in class org.monte.media.io.StreamPosTokenizer
-
Unreads a character back into the input stream of the tokenizer.
- pushCompositeChunk(String, String) - Method in class org.monte.media.iff.IFFOutputStream
-
- pushDataChunk(String) - Method in class org.monte.media.iff.IFFOutputStream
-
- pushSegment(int) - Method in class org.monte.media.jpeg.JFIFOutputStream
-
- putBidiCodec(Format, Format, String) - Method in class org.monte.media.DefaultRegistry
-
- putCodec(Format, Format, String) - Method in class org.monte.media.DefaultRegistry
-
- putCodec(Format, Format, String) - Method in class org.monte.media.Registry
-
Puts a codec into the registry.
- putExtraHeader(int, String, byte[]) - Method in class org.monte.media.avi.AVIOutputStream
-
Returns the contents of the extra track header.
- putFileFormat(String, Format) - Method in class org.monte.media.DefaultRegistry
-
- putFileFormat(String, Format) - Method in class org.monte.media.Registry
-
- putProperties(Hashtable) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- putPropertyChunk(IFFChunk) - Method in class org.monte.media.iff.IFFChunk
-
- putPropertyChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFChunk
-
- putReader(Format, String) - Method in class org.monte.media.DefaultRegistry
-
- putReader(Format, String) - Method in class org.monte.media.Registry
-
Puts a reader into the registry.
- putWriter(Format, String) - Method in class org.monte.media.DefaultRegistry
-
- putWriter(Format, String) - Method in class org.monte.media.Registry
-
Puts a writer into the registry.
- rate - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The rate of the media in scale units.
- rate - Variable in class org.monte.media.ilbm.ColorCycle
-
Cycle rate.
- Rational - Class in org.monte.media.math
-
Represents a TIFF RATIONAL number.
- Rational(long) - Constructor for class org.monte.media.math.Rational
-
- Rational(long, long) - Constructor for class org.monte.media.math.Rational
-
- Rational(Rational) - Constructor for class org.monte.media.math.Rational
-
- RATIONAL_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- RawCodec - Class in org.monte.media.quicktime
-
RawCodec
encodes a BufferedImage as a byte[] array.
- RawCodec() - Constructor for class org.monte.media.quicktime.RawCodec
-
- read(Buffer) - Method in class org.monte.media.anim.ANIMTrack
-
- read(int, Buffer) - Method in class org.monte.media.avi.AVIReader
-
Reads a chunk of media data from the specified track.
- read(int, BufferedImage) - Method in class org.monte.media.avi.AVIReader
-
Reads an image.
- read() - Method in class org.monte.media.exif.EXIFReader
-
Reads the meta data from the file or input stream that has been set on
the constructor.
- 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(File) - Method in class org.monte.media.iff.MutableIFFChunk
-
- read(MC68000InputStream) - Method in class org.monte.media.iff.MutableIFFChunk
-
- read(int, ImageReadParam) - Method in class org.monte.media.ilbm.ILBMImageReader
-
- read(Buffer) - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- read() - Method in class org.monte.media.io.AppendableByteArrayInputStream
-
- read(byte[], int, int) - Method in class org.monte.media.io.AppendableByteArrayInputStream
-
- read() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Overrides FilterInputStream.read
to update the value after the read.
- read(byte[]) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Overrides FilterInputStream.read
to update the value after the read.
- read(byte[], int, int) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Overrides FilterInputStream.read
to update the value after the read.
- read() - Method in class org.monte.media.io.ByteArrayImageInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.monte.media.io.ByteArrayImageInputStream
-
Reads up to len
bytes of data into an array of bytes
from this input stream.
- read() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Reads up to len
bytes of data into an array of bytes
from this input stream.
- read() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Reads up to len
bytes of data from this input stream
into an array of bytes.
- read() - Method in class org.monte.media.io.SubImageInputStream
-
- read(byte[], int, int) - Method in class org.monte.media.io.SubImageInputStream
-
- read() - Method in class org.monte.media.io.SubImageOutputStream
-
- read(byte[], int, int) - Method in class org.monte.media.io.SubImageOutputStream
-
- read() - Method in class org.monte.media.io.UncachedImageInputStream
-
- read(byte[], int, int) - Method in class org.monte.media.io.UncachedImageInputStream
-
- read(int, ImageReadParam) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- read(ImageInputStream, boolean, boolean) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- read() - Method in class org.monte.media.jpeg.JFIFInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.monte.media.jpeg.JFIFInputStream
-
Reads up to len
b of data from this input stream
into an array of b.
- read(InputStream) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Reads a JPEG image from the provided InputStream and convert it into a
color space which can be handled by Java2D (that is RGB or Gray in J2SE 5).
- read(InputStream, boolean) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
- read(int, ImageReadParam) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- read(int, Buffer) - Method in interface org.monte.media.MovieReader
-
Reads the next sample chunk from the specified track.
- read() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
Throws an IOException, because the frame size is greater than 1.
- read(byte[], int, int) - Method in class org.monte.media.mp3.MP3AudioInputStream
-
Reads some number of bytes from the audio input stream and stores them
into the buffer array b.
- read() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Reads a byte from the current frame (its header and its data).
- read(byte[], int, int) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Reads up to len
bytes from the current frame (its header and its data).
- read(int, ImageReadParam) - Method in class org.monte.media.mpo.MPOImageReader
-
- read(int, ImageReadParam) - Method in class org.monte.media.pbm.PBMImageReader
-
- read(int, ImageReadParam) - Method in class org.monte.media.pgm.PGMImageReader
-
- read(int, BufferedImage) - Method in class org.monte.media.quicktime.QuickTimeReader
-
Reads an image.
- read(int, Buffer) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- read() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Reads one byte.
- read(byte[], int, int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Reads a sequence of bytes.
- read(Buffer) - Method in class org.monte.media.seq.SEQTrack
-
- read() - Method in class org.monte.media.tiff.TIFFInputStream
-
- read(byte[], int, int) - Method in class org.monte.media.tiff.TIFFInputStream
-
- read(long, byte[], int, int) - Method in class org.monte.media.tiff.TIFFInputStream
-
- read(Buffer) - Method in interface org.monte.media.Track
-
Reads a sample from the input stream.
- readAllMetadata() - Method in class org.monte.media.avi.AVIInputStream
-
Reads all metadata of the file.
- readASCII(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads an ASCII (8-bit byte that contains a 7-bit ASCII code; the last byte
must be NUL (binary zero).
- readAVIstrdChunk(byte[]) - Method in class org.monte.media.exif.EXIFReader
-
Reads the Exif metadata from an AVI RIFF file.
- readBorders(String, int, boolean, Insets) - Method in class org.monte.media.gui.JMovieControlPanel
-
- readBorders(String, int, boolean, Insets) - Method in class org.monte.media.gui.JTimelineEditor
-
- readByte() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readData(TIFFInputStream) - Method in class org.monte.media.tiff.IFDEntry
-
Reads value data with ifdDataOffset=0
- readData(TIFFInputStream, long) - Method in class org.monte.media.tiff.IFDEntry
-
Reads value data with the specified ifdDataOffset.
- readFixed16D16() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
Reads 32-bit fixed-point number divided as 16.16.
- readFixed2D30() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
Reads 32-bit fixed-point number divided as 2.30.
- readFixed8D8() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
Reads 16-bit fixed-point number divided as 8.8.
- readFourCC() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 4 bytes from the input stream and interpret
them as a four byte character code.
- readFourCCString() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 4 bytes from the input stream and interpret
them as a four byte character code.
- readFrame(int, BitmapImage) - Method in class org.monte.media.anim.ANIMReader
-
Reads a frame into the supplied image.
- readFrame(int, BitmapImage) - 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.
- readFully(byte[]) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Reads b.length
bytes from the current frame (its header and its data).
- readFully(byte[], int, int) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Reads len
bytes from the current frame (its header and its data).
- readFully(byte[]) - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readFully(byte[], int, int) - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readFully(byte[], int, int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Reads a sequence of bytes.
- readIcons(String, int, boolean, Point) - Method in class org.monte.media.gui.JTimelineEditor
-
- readIFD(long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the IFD at the specified offset.
- readIFD(long, boolean, boolean) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the IFD at the specified offset.
- readImageFromYCCorGray(ImageInputStream) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Reads a JPEG image from the provided InputStream.
- readImageFromYUVorGray(InputStream) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Reads a JPEG image from the provided InputStream.
- readIndex - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The current chunk index of the reader.
- readInt() - Method in class org.monte.media.io.ImageInputStreamImpl2
-
- readInt() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readInt24LE(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
- readInts24LE(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- readKey24(int[], int, int, BufferedImage) - Method in class org.monte.media.avi.DIBCodec
-
- readKey4(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.DIBCodec
-
- readKey8(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.DIBCodec
-
- 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.
- readLong() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readLONG() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 4 bytes from the input stream and interpret
them as a 32 Bit signed LONG value.
- readLONG(long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads a LONG (32-bit (4-byte) unsigned integer).
- readLONG(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the specified number of LONGs (32-bit (4-byte) unsigned integer).
- readMacTimestamp() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
Reads a 32-bit Mac timestamp (seconds since 1902).
- readPString() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readRATIONAL(long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads a RATIONAL number at the specified offset.
- readRATIONAL(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the specified number of RATIONALs at the specified offset.
- readRGB555to24(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGB555to24LE(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGB565to24(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGBAImageFromRGBA(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Reads a RGBA JPEG image from the provided InputStream, converting the
colors to RGBA using the provided RGBA ICC_Profile.
- readRGBImageFromCMYK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Reads a CMYK JPEG image from the provided InputStream, converting the
colors to RGB using the provided CMYK ICC_Profile.
- readRGBImageFromCMYK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Reads a CMYK JPEG image from the provided InputStream, converting the
colors to RGB using the provided CMYK ICC_Profile.
- readRGBImageFromInvertedYCCK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Reads an inverted-YCCK JPEG image from the provided InputStream,
converting the colors to RGB using the provided CMYK ICC_Profile.
- readRGBImageFromInvertedYCCK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Reads an inverted-YCCK JPEG image from the provided InputStream, converting the
colors to RGB using the provided CMYK ICC_Profile.
- readRGBImageFromRGB(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- readRGBImageFromYCC(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- readRGBImageFromYCCK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
Reads a YCCK JPEG image from the provided InputStream, converting the
colors to RGB using the provided CMYK ICC_Profile.
- readRGBImageFromYCCK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.JPEGImageIO
-
Reads a YCCK JPEG image from the provided InputStream, converting the
colors to RGB using the provided CMYK ICC_Profile.
- readRGBs555to24(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGBs555to24LE(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGBs565to24(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readShort() - Method in class org.monte.media.io.ImageInputStreamImpl2
-
- readShort() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readSHORT(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the specified number of SHORTs (16-bit (2-byte) unsigned integer).
- readSRATIONAL(long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads a RATIONAL number at the specified offset.
- readSRATIONAL(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the specified number of RATIONALs at the specified offset.
- readSSHORT(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
-
Reads the specified number of SSHORTs (16-bit (2-byte) signed integer).
- readStruct(String, byte[]) - Method in class org.monte.media.binary.StructParser
-
- readStruct(int, byte[]) - Method in class org.monte.media.binary.StructParser
-
- readStruct(String, InputStream) - Method in class org.monte.media.binary.StructParser
-
- readStruct(int, InputStream) - Method in class org.monte.media.binary.StructParser
-
- readType() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- 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.
- readUByte() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- readUBYTE() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 1 byte from the input stream and interpret
them as an 8 Bit unsigned UBYTE value.
- readUInt() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- 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.
- readULONG() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 4 Bytes from the input Stream and interpret
them as an unsigned Integer value of type ULONG.
- readUShort() - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- 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.
- readUWORD() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 2 bytes from the input stream and interpret
them as a 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.
- readWORD() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Read 2 bytes from the input stream and interpret
them as a 16 Bit signed WORD value.
- realize() - Method in class org.monte.media.AbstractPlayer
-
Initiates the following asynchronous
state transitions:
unrealized -> realizing -> realized
realizing -> realized
realized
started -> throws IllegalStateException
closed -> throws IllegalStateException
- realize() - Method in interface org.monte.media.Player
-
Initiates the following asynchronous
state transitions:
unrealized -> realizing -> realized
realizing -> realized
realized
closed -> throws IllegalStateException
- REALIZED - Static variable in interface org.monte.media.Player
-
When a Player finishes realizing it moves into the REALIZED state.
- REALIZING - Static variable in interface org.monte.media.Player
-
When realize is called, a Player moves from the UNREALIZED state
into the REALIZING state.
- REC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- registerChunks(IFFParser, boolean) - Method in class org.monte.media.anim.ANIMDecoder
-
- 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
-
- Registry - Class in org.monte.media
-
The Registry
for audio and video codecs.
- Registry() - Constructor for class org.monte.media.Registry
-
- RelatedSoundFile - Static variable in class org.monte.media.exif.EXIFTagSet
-
- REMAINDER - Static variable in class org.monte.media.binary.StructParser.ArraySize
-
- removeActionListener(ActionListener) - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- removeChangeListener(ChangeListener) - Method in class org.monte.media.AbstractPlayer
-
Removes a listener.
- removeChangeListener(ChangeListener) - Method in interface org.monte.media.Animator
-
- removeChangeListener(ChangeListener) - Method in class org.monte.media.beans.AbstractStateModel
-
- removeChangeListener(ChangeListener) - Method in class org.monte.media.DefaultAnimator
-
- removeChangeListener(ChangeListener) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Removes a ChangeListener.
- removeChangeListener(ChangeListener) - Method in interface org.monte.media.Player
-
Removes a listener.
- removeChangeListener(ChangeListener) - Method in class org.monte.media.SynchronousAnimator
-
- removeConsumer(ImageConsumer) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- removeFrame(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- removeFromParent() - Method in class org.monte.media.tiff.TIFFNode
-
- removeFromSource(PropertyChangeEvent) - Method in class org.monte.media.beans.WeakPropertyChangeListener
-
Method that can be subclassed to provide additional remove
support.
- removeKeys(FormatKey...) - Method in class org.monte.media.Format
-
Creates a new format without the specified keys.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.AbstractPlayer
-
Removes a previously registered listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.gui.ImagePanel
-
Removes a previously registered listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.Movie
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.Player
-
Removes a listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.seq.SEQMovieTrack
-
- removeStateListener(StateListener) - Method in class org.monte.media.AbstractPlayer
-
Removes a listener.
- removeStateListener(StateListener) - Method in interface org.monte.media.Player
-
Removes a listener.
- removeStateListener(StateListener) - Method in interface org.monte.media.StateModel
-
Removes a listener.
- replaces(Interpolator) - Method in class org.monte.media.Interpolator
-
Returns true, if this interpolator replaces
interpolations by that interpolator.
- reportElapsedTime() - Method in class org.monte.media.converter.CodecChain
-
- 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.AbstractCodec
-
Empty implementation of the reset method.
- reset() - Method in class org.monte.media.avi.RunLengthCodec
-
- reset() - Method in class org.monte.media.avi.TechSmithCodec
-
- reset() - Method in class org.monte.media.avi.TechSmithCodecCore
-
- reset() - Method in interface org.monte.media.Codec
-
Resets the state of the codec.
- reset() - Method in class org.monte.media.converter.CodecChain
-
- reset() - Method in interface org.monte.media.converter.ColorAdjustModel
-
Resets all values.
- reset() - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- reset() - Method in class org.monte.media.converter.FFRtoVFRConverter
-
- reset() - Method in class org.monte.media.converter.FrameRateConverter
-
- reset() - Method in class org.monte.media.exif.DefaultIIOMetadata
-
- reset() - Method in class org.monte.media.iff.MC68000InputStream
-
Repositions the stream at the previously marked position.
- reset() - Method in class org.monte.media.io.BoundedRangeInputStream
-
Overrides FilterInputStream.reset
to reset the progress monitor as well as the stream.
- reset() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Repositions this stream to the position at the time the
mark
method was last called on this input stream.
- reset() - Method in class org.monte.media.io.SeekableByteArrayOutputStream
-
Resets the count
field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
- reset() - Method in class org.monte.media.jpeg.JFIFInputStream
-
Repositions this stream to the position at the time the
mark
method was last called on this input stream.
- reset() - Method in class org.monte.media.mp3.MP3AudioInputStream
-
- reset() - Method in class org.monte.media.quicktime.AnimationCodec
-
- reset() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Repositions the stream at the previously marked position.
- resetSyntax() - Method in class org.monte.media.io.StreamPosTokenizer
-
Resets this tokenizer's syntax table so that all characters are
"ordinary." See the ordinaryChar
method
for more information on a character being ordinary.
- resolutionX - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
Ticks per pixel X/Y
- resolutionY - Variable in class org.monte.media.anim.AmigaDisplayInfo
-
Ticks per pixel X/Y
- reverseBits(int) - Static method in class org.monte.media.math.IntMath
-
Reverses all 32 bits of the provided integer value.
- reverseBits(int, int) - Static method in class org.monte.media.math.IntMath
-
Reverses specified number of bits of the provided integer value.
- rgb - Variable in class org.monte.media.ilbm.HAMColorModel
-
- RGBtoYCC(float[], float[]) - Static method in class org.monte.media.image.ColorModels
-
RGB in the range [0,1] to YCC in the range Y=[0,1], Cb=[-0.5,0.5],
Cr=[-0.5,0.5]
- RGBtoYCC(int[], int[]) - Static method in class org.monte.media.image.ColorModels
-
RGB 8-bit per channel to YCC 16-bit per channel.
- RGBtoYCC(int, int[]) - Static method in class org.monte.media.image.ColorModels
-
RGB 8-bit per channel to YCC 16-bit per channel.
- RGBtoYIQ(float[], float[]) - Static method in class org.monte.media.image.ColorModels
-
RGB in the range [0,1] to YIQ in the range Y in [0,1],
I in [-0.5957,0.5957], Q in [-0.5226,0.5226].
- RGBtoYUV(float[], float[]) - Static method in class org.monte.media.image.ColorModels
-
RGB in the range [0,1] to YUV in the range Y=[0,1], U=[-0.5,0.5],
V=[-0.5,0.5]
- RIFF_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
Chunk IDs.
- RIFF_ID - Static variable in class org.monte.media.riff.RIFFParser
-
ID for FormGroupExpression.
- RIFFChunk - Class in org.monte.media.riff
-
RIFF Chunks form the building blocks of a RIFF file.
- RIFFChunk(int, int) - Constructor for class org.monte.media.riff.RIFFChunk
-
- RIFFChunk(int, int, long, long) - Constructor for class org.monte.media.riff.RIFFChunk
-
- RIFFChunk(int, int, long, long, RIFFChunk) - Constructor for class org.monte.media.riff.RIFFChunk
-
- RIFFParser - Class in org.monte.media.riff
-
Interprets Resource Interchange File Format (RIFF) streams.
- RIFFParser() - Constructor for class org.monte.media.riff.RIFFParser
-
Constructs a new RIFF parser.
- RIFFPrimitivesInputStream - Class in org.monte.media.riff
-
A RIFF primitives input stream lets an application read primitive data
types in the Microsoft Resource Interfache File Format (RIFF) format from an
underlying input stream.
- RIFFPrimitivesInputStream(InputStream) - Constructor for class org.monte.media.riff.RIFFPrimitivesInputStream
-
Creates a new instance.
- RIFFVisitor - Interface in org.monte.media.riff
-
RIFFVIsitor is notified each time the RIFFParser visits
a data chunk and when a group is entered or leaved.
- RIGHT - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
-
- round(long) - Method in class org.monte.media.math.Rational
-
- ROUNDED_PIXEL_ASPECT - Static variable in class org.monte.media.gui.ImagePanel
-
Pixel aspect policy: Preserves only extreme pixel aspects,
where one dimension is a multiple of the other dimension.
- RST0_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST0_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST1_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST1_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST2_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST2_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST3_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST3_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST4_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST4_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST5_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST5_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST6_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST6_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- RST7_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- RST7_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- run() - Method in class org.monte.media.AbstractPlayer
-
Most of the real work goes here.
- run() - Method in interface org.monte.media.Animator
-
- run() - Method in class org.monte.media.DefaultAnimator
-
- 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.
- run() - Method in class org.monte.media.gui.Worker
-
Calls #construct on the current thread and invokes
#done on the AWT event dispatcher thread.
- run() - Method in class org.monte.media.SynchronousAnimator
-
- RunLengthCodec - Class in org.monte.media.avi
-
RunLengthCodec
encodes a BufferedImage as a byte[] array.
- RunLengthCodec() - Constructor for class org.monte.media.avi.RunLengthCodec
-
- 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
-
- Sample(int, int, long, long, boolean) - Constructor for class org.monte.media.avi.AbstractAVIStream.Sample
-
Creates a new sample.
- Sample(long, long, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Sample
-
Creates a new sample.
- sampleCount - Variable in class org.monte.media.Buffer
-
The number of samples in the data field.
- sampleCount - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- sampleCount - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The number of samples in this track.
- sampleDescriptionId - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
- sampleDuration - Variable in class org.monte.media.Buffer
-
Duration of a sample in seconds.
- SampleRateKey - Static variable in class org.monte.media.AudioFormatKeys
-
The number of frames per second.
- samples - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
List of samples.
- SampleSizeGroup(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
- SampleSizeGroup(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
- SampleSizeInBitsKey - Static variable in class org.monte.media.AudioFormatKeys
-
The sample size in bits.
- sampleSizes - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
List of SampleSize entries.
- SamplesPerPixel - Static variable in class org.monte.media.tiff.BaselineTagSet
-
- samplesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Sample rate, in samples per second (hertz).
- sampleToTime(int, long) - Method in class org.monte.media.avi.AVIReader
-
- sampleToTime(int, long) - Method in class org.monte.media.DefaultMovie
-
- sampleToTime(int, long) - Method in interface org.monte.media.Movie
-
- sampleToTime(int, long) - Method in interface org.monte.media.MovieReader
-
Returns the time for the specified sample number.
- sampleToTime(int, long) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- saturation - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Saturation adjustment in the range [0,1].
- Saturation - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SATURATION_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Saturation adjustment in the range [0,1].
- SBYTE_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- scale - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
Used with rate to specify the time scale that this stream will use.
- SCALE_TO_IMAGE_ASPECT - Static variable in class org.monte.media.gui.ImagePanel
-
Image scaling policy: Scale to panel but keep the
image aspect.
- SCALE_TO_IMAGE_SIZE - Static variable in class org.monte.media.gui.ImagePanel
-
Image scaling policy: Scale as defined by #setAspectRatio
and the image aspect.
- SCALE_TO_VIEW_SIZE - Static variable in class org.monte.media.gui.ImagePanel
-
Image scaling policy: Scale to panel size.
- ScaleImageCodec - Class in org.monte.media.converter
-
Scales a buffered image.
- ScaleImageCodec() - Constructor for class org.monte.media.converter.ScaleImageCodec
-
- SceneCaptureType - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SceneType - Static variable in class org.monte.media.exif.EXIFTagSet
-
- scm(int, int) - Static method in class org.monte.media.math.IntMath
-
Returns an int whose value is the smallest common multiple of
abs(a) and abs(b).
- scm(long, long) - Static method in class org.monte.media.math.IntMath
-
Returns an int whose value is the smallest common multiple of
abs(a) and abs(b).
- scm(BigInteger, BigInteger) - Static method in class org.monte.media.math.IntMath
-
Returns an int whose value is the smallest common multiple of
abs(a) and abs(b).
- ScrollHandler() - Constructor for class org.monte.media.gui.JMovieControlAqua.ScrollHandler
-
- seek(long) - Method in class org.monte.media.iff.IFFOutputStream
-
Seeks relative to the beginning of the IFF output stream.
- seek(long) - Method in class org.monte.media.io.ByteArrayImageInputStream
-
- seek(long) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
- seek(long) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
-
Sets the current stream position to the desired location.
- seek(long) - Method in class org.monte.media.io.SubImageInputStream
-
- seek(long) - Method in class org.monte.media.io.SubImageOutputStream
-
- seek(long) - Method in class org.monte.media.io.UncachedImageInputStream
-
- seek(long) - Method in class org.monte.media.jpeg.JFIFOutputStream
-
Seeks relative to the beginning of the IFF output stream.
- seek(long) - Method in class org.monte.media.tiff.TIFFOutputStream
-
- SeekableByteArrayOutputStream - Class in org.monte.media.io
-
SeekableByteArrayOutputStream
.
- SeekableByteArrayOutputStream() - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
-
Creates a new byte array output stream.
- SeekableByteArrayOutputStream(int) - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
- SeekableByteArrayOutputStream(byte[]) - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
-
Creates a new byte array output stream, which reuses the supplied buffer.
- seekRelative(long) - Method in class org.monte.media.avi.AbstractAVIStream
-
Seeks relative to the beginning of the AVI stream.
- seekRelative(long) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Seeks relative to the beginning of the QuickTime stream.
- seekToEndOfChunk() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
- seekToStartOfData() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
- Segment(int, long, int) - Constructor for class org.monte.media.jpeg.JFIFInputStream.Segment
-
- selectionDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The duration of the current selection in movie time scale units.
- selectionTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The time value for the start time of the current selection.
- SensingMethod - Static variable in class org.monte.media.exif.EXIFTagSet
-
- 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
-
- 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
-
- sequenceNumber - Variable in class org.monte.media.Buffer
-
Sequence number of the buffer.
- SequentialDispatcher - Class in org.monte.media.concurrent
-
Processes Runnable objects sequentially on a processor thread.
- SequentialDispatcher() - Constructor for class org.monte.media.concurrent.SequentialDispatcher
-
Creates new SequentialDispatcher which processes Runnable objects
at java.lang.Thread.NORM_PRIORITY.
- SequentialDispatcher(int) - Constructor for class org.monte.media.concurrent.SequentialDispatcher
-
Creates a new SequentialDispatcher which processes Runnable Objects
at the desired thread priority.
- SerialNumber - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
-
- serialVersionUID - Static variable in exception org.monte.media.AbortException
-
- serialVersionUID - Static variable in class org.monte.media.FormatKey
-
- serialVersionUID - Static variable in class org.monte.media.math.Rational
-
- serialVersionUID - Static variable in exception org.monte.media.ParseException
-
- 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
-
- setActionListener(ActionListener) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- setAnimated(boolean) - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
- setAspectRatio(double, double) - Method in class org.monte.media.gui.ImagePanel
-
Sets the aspect ratio.
- setAspectRatio0(double, double) - Method in class org.monte.media.gui.ImagePanel
-
- 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 interface org.monte.media.Player
-
Sets the audio enabled state.
- 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
-
- setBlackPoint(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setBlackPoint(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- 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 interface org.monte.media.ColorCyclePlayer
-
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.
- setBorder(int, Border) - Method in class org.monte.media.gui.border.ButtonStateBorder
-
- setBounds(int, int, int, int) - Method in class org.monte.media.seq.SEQDeltaFrame
-
- setBrightness(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setBrightness(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setBuffer(byte[], int, int) - Method in class org.monte.media.io.AppendableByteArrayInputStream
-
Sets the buffer and resets the stream.
- setByteOrder(ByteOrder) - Method in class org.monte.media.tiff.TIFFInputStream
-
- setByteOrder(ByteOrder) - Method in class org.monte.media.tiff.TIFFOutputStream
-
- setBytePixels(byte[]) - Method in class org.monte.media.image.BitmapImage
-
- setCAMG(int) - Method in class org.monte.media.anim.ANIMOutputStream
-
Sets the Commodore Amiga Graphics Mode.
- setCoalesce(boolean) - Method in class org.monte.media.concurrent.EventLoop
-
Sets whether the EventLoop coalesces multiple pending events.
- setCodec(int, Codec) - Method in class org.monte.media.avi.AVIWriter
-
Sets the codec for the specified track.
- setCodec(int, Codec) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Sets the codec for the specified track.
- setColorCyclingStarted(boolean) - Method in class org.monte.media.anim.ANIMPlayer
-
Starts or stops color cycling.
- setColorCyclingStarted(boolean) - Method in interface org.monte.media.ColorCyclePlayer
-
Starts/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
-
- setCompression(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- setCompression(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setCompressionQuality(int, float) - Method in class org.monte.media.avi.AVIOutputStream
-
Sets the compression quality of a track.
- setCompressionQuality(int, float) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the compression quality of a track.
- setContrast(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setContrast(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setCopyright(String) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- setCreationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the creation time of the movie.
- setCtOctave(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- setCurrentTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the time value for current time position within the movie.
- 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.riff.RIFFChunk
-
Sets the data.
- setData(byte[]) - Method in class org.monte.media.seq.SEQFrame
-
- setData(Object) - Method in class org.monte.media.tiff.TIFFField
-
- setDataTo(Buffer) - Method in class org.monte.media.Buffer
-
Sets data
, offset
, length
and header
of this buffer to that buffer.
- 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.
- SetDeclaration(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.SetDeclaration
-
- setDefinition(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setDefinition(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setDenoise(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setDenoise(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setEditList(int, AbstractQuickTimeStream.Edit[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the edit list for the specified track.
- setEnabled(boolean) - Method in class org.monte.media.gui.JMovieControlAqua
-
- setEnabled(boolean) - Method in interface org.monte.media.MovieControl
-
- setEndTime(Rational) - Method in class org.monte.media.converter.TrimTimeCodec
-
Sets the end time of the buffers.
- setEnforce8BitColorModel(boolean) - Method in class org.monte.media.seq.SEQDecoder
-
- setEnforceDirectColors(boolean) - Method in class org.monte.media.image.BitmapImage
-
If you set this to true, then convertToChunky always generates
chunky pixels using a DirectColorModel.
- setExposure(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setExposure(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setExtent(int) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Ignored: The extent is always zero.
- setFileDuration(long) - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- setFileFilter(FileFilter) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- setFileFilter(FileFilter) - Method in class org.monte.media.gui.datatransfer.FileTextFieldTransferHandler
-
- setFirstIFDOffset(long) - Method in class org.monte.media.tiff.TIFFOutputStream
-
- setFirstImageOnly(boolean) - Method in class org.monte.media.exif.EXIFReader
-
- setFlag(BufferFlag) - Method in class org.monte.media.Buffer
-
Convenience method for setting a flag.
- setFlag(BufferFlag, boolean) - Method in class org.monte.media.Buffer
-
Sets or clears the specified flag.
- setFlagsTo(BufferFlag...) - Method in class org.monte.media.Buffer
-
Clears all flags, and then sets the specified flag.
- setFlagsTo(EnumSet<BufferFlag>) - Method in class org.monte.media.Buffer
-
Clears all flags, and then sets the specified flag.
- setFramePosition(int) - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
-
Sets the media position in sample frames.
- setFrameRate(int) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Sets the rate of video frames in time scale units.
- 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.ANIMMovieTrack
-
- setHeight(int) - Method in class org.monte.media.seq.SEQFrame
-
- setHeight(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setHighlights(List<BinaryPanel.Highlight>) - Method in class org.monte.media.binary.BinaryPanel
-
- setHighlights(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setHighlights(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setId(int) - Method in class org.monte.media.iff.MutableIFFChunk
-
- setIFDOffset(long) - Method in class org.monte.media.tiff.IFDEntry
-
- setIgnoreICCProfile(boolean) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- setImage(Image) - Method in class org.monte.media.gui.ImagePanel
-
Sets the image and displays it in this
image panel.
- setImageScalePolicy(int) - Method in class org.monte.media.gui.ImagePanel
-
Sets the image scale policy.
- setIncludeContainerMetadata(boolean) - Method in class org.monte.media.exif.EXIFReader
-
- setInputFormat(Format) - Method in class org.monte.media.AbstractCodec
-
- setInputFormat(Format) - Method in interface org.monte.media.Codec
-
Sets the input format.
- setInputFormat(Format) - Method in class org.monte.media.converter.AdjustTimeCodec
-
- setInputFormat(Format) - Method in class org.monte.media.converter.CodecChain
-
- setInputFormat(Format) - Method in class org.monte.media.converter.ColorAdjustCodec
-
- setInputFormat(Format) - Method in class org.monte.media.converter.PassThroughCodec
-
- setInputFormat(Format) - Method in class org.monte.media.converter.TrimTimeCodec
-
- setInsertionPoint(Rational) - Method in class org.monte.media.DefaultMovie
-
- setInsertionPoint(Rational) - Method in interface org.monte.media.Movie
-
Sets the position of the insertion point in seconds.
- 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.image.BitmapImage
-
- setJiffies(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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
-
- setLabel(JLabel) - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- setLock(Object) - Method in interface org.monte.media.Animator
-
Set the lock object, on which the animator synchronizes while
animating the interpolators.
- setLock(Object) - Method in class org.monte.media.DefaultAnimator
-
Set the lock object, on which the animator synchronizes while
animating the interpolators.
- setLock(Object) - Method in class org.monte.media.SynchronousAnimator
-
- 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.ANIMMovieTrack
-
- setMasking(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setMaximum(int) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Ignored: The maximum of an input stream can not be changed.
- setMediaTime(Rational) - Method in class org.monte.media.converter.AdjustTimeCodec
-
- setMessage(String) - Method in class org.monte.media.gui.ImagePanel
-
- setMetaTo(Buffer) - Method in class org.monte.media.Buffer
-
Sets all variables of this buffer to that buffer except for data
,
offset
, length
and header
.
- setMidPoint(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setMidPoint(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setMinimum(int) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Ignored: The minimum of an input stream is always zero.
- setModel(BinaryModel) - Method in class org.monte.media.binary.BinaryPanel
-
- setModel(StructTableModel) - Method in class org.monte.media.binary.StructPanel
-
- setModel(ColorAdjustModel) - Method in class org.monte.media.converter.ColorAdjustCodec
-
- setModel(BoundedRangeModel) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- setModificationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the modification time of the movie.
- setMovie(Movie) - Method in class org.monte.media.gui.JMovieControlPanel
-
- setMovie(Movie) - Method in class org.monte.media.gui.JTimelineEditor
-
- setMovie(Movie) - Method in class org.monte.movieconverter.MovieConverterPanel
-
- setMovieFile(File) - Method in class org.monte.movieconverter.MovieConverterXMain
-
- setMovieReadTime(Rational) - Method in class org.monte.media.avi.AVIReader
-
- setMovieReadTime(Rational) - Method in interface org.monte.media.MovieReader
-
Sets the read time of all tracks to the closest sync sample before or
at the specified time.
- setMovieReadTime(Rational) - Method in class org.monte.media.quicktime.QuickTimeReader
-
- setMovieTimeScale(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the time scale for this movie, that is, the number of time units
that pass per second in its time coordinate system.
- setMovieTransformationMatrix(double[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the transformation matrix of the entire movie.
- setName(int, String) - Method in class org.monte.media.avi.AVIOutputStream
-
- setName(String) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- setNbPlanes(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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.AbstractCodec
-
- setOutputFormat(Format) - Method in interface org.monte.media.Codec
-
Sets the output format.
- setOutputFormat(Format) - Method in class org.monte.media.converter.CodecChain
-
- setOutputFormat(Format) - Method in class org.monte.media.converter.FFRtoVFRConverter
-
- setOutputFormat(Format) - Method in class org.monte.media.converter.FrameRateConverter
-
- setOutputFormat(Format) - Method in class org.monte.media.converter.ScaleImageCodec
-
- setOutputFormat(Format) - Method in class org.monte.media.png.PNGCodec
-
- setOutputFormat(Format) - Method in class org.monte.media.quicktime.AnimationCodec
-
- setPageHeight(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- setPageHeight(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setPageWidth(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- setPageWidth(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setPalette(int, ColorModel) - Method in class org.monte.media.avi.AVIOutputStream
-
Sets the global color palette.
- setPalette(IndexColorModel) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Sets the global color palette.
- setPalette(byte[], byte[], byte[]) - Method in class org.monte.media.avi.TechSmithCodecCore
-
- setParserMessage(String) - Method in class org.monte.media.riff.RIFFChunk
-
- setPingPong(boolean) - Method in class org.monte.media.anim.ANIMPlayer
-
- setPingPong(boolean) - Method in class org.monte.media.seq.SEQPlayer
-
- setPixelAspectPolicy(int) - Method in class org.monte.media.gui.ImagePanel
-
Sets the pixel aspect policy.
- setPlanarColorModel(ColorModel) - Method in class org.monte.media.image.BitmapImage
-
Replaces the color model used for conversions from/to chunky pixels.
- setPlayer(Player) - Method in class org.monte.media.gui.JMovieControlAqua
-
- setPlayer(Player) - Method in interface org.monte.media.MovieControl
-
- setPlayerControlsVisible(boolean) - Method in class org.monte.media.gui.JMovieControlAqua
-
- 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.ANIMMovieTrack
-
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.ANIMTrack
-
- setPosition(long) - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- setPosition(long) - Method in class org.monte.media.seq.SEQTrack
-
- setPosition(long) - Method in interface org.monte.media.Track
-
Sets the read position.
- setPosterTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the time value of the time of the movie poster.
- setPreferredChunkyColorModel(ColorModel) - Method in class org.monte.media.image.BitmapImage
-
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.
- setPreferredRate(double) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the preferred rate at which to play this movie.
- setPreferredVolume(double) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the preferred volume of this movie’s sound.
- setPreviewDuration(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the duration of the movie preview in movie time scale units.
- setPreviewTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The time value in the movie at which the preview begins.
- setProgressModel(BoundedRangeModel) - Method in class org.monte.media.gui.JMovieControlAqua
-
- setProgressModel(BoundedRangeModel) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- setProperty(String, Object) - Method in class org.monte.media.anim.ANIMMovieTrack
-
Sets a property.
- setProperty(String, Object) - Method in class org.monte.media.seq.SEQMovieTrack
-
Sets a property.
- setRangeProperties(int, int, int, int, boolean) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Ignored: All values depend on the input stream.
- setReader(MovieReader) - Method in class org.monte.media.DefaultMovie
-
- setReader(Reader) - Method in class org.monte.media.io.StreamPosTokenizer
-
Sets the reader for the tokenizer.
- 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
-
- setRenderingHints(RenderingHints) - Method in class org.monte.media.gui.ImagePanel
-
Sets the rendering hints.
- setRepeatHiSamples(long) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- setRGBs(int, byte[], byte[], byte[], byte[]) - Method in class org.monte.media.ilbm.HAMColorModel
-
Sets the HAM base colors.
- sets - Variable in class org.monte.media.binary.StructParser.Declarations
-
- 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
-
- setSaturation(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setSaturation(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setScaleFactor(double) - Method in class org.monte.media.gui.ImagePanel
-
Sets the scale factor.
- setSCompression(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- setScreenMode(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- setScreenMode(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setSelectionDuration(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The duration of the current selection in movie time scale units.
- setSelectionEnd(Rational) - Method in class org.monte.media.DefaultMovie
-
- setSelectionEnd(Rational) - Method in interface org.monte.media.Movie
-
Sets the position of the out point in seconds.
- setSelectionStart(Rational) - Method in class org.monte.media.DefaultMovie
-
- setSelectionStart(Rational) - Method in interface org.monte.media.Movie
-
Sets the position of the in point in seconds.
- setSelectionTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The time value for the start time of the current selection.
- setShadows(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setShadows(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setSharpness(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setSharpness(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setShortPixels(short[]) - Method in class org.monte.media.image.BitmapImage
-
- setSlashSlashToken(String) - Method in class org.monte.media.io.StreamPosTokenizer
-
Sets the slash slash token.
- setSlashStarTokens(String, String) - Method in class org.monte.media.io.StreamPosTokenizer
-
Sets the slash star and star slash tokens.
- setSpecifier - Variable in class org.monte.media.binary.StructParser.SetDeclaration
-
- SetSpecifier(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.SetSpecifier
-
- setSpecifier - Variable in class org.monte.media.binary.StructParser.TypeSpecifier
-
- setStartPosition(int) - Method in class org.monte.media.io.StreamPosTokenizer
-
Set the start position of the current token.
- setStartTime(Rational) - Method in class org.monte.media.converter.TrimTimeCodec
-
Sets the start time of the buffers.
- setStateModel(StateModel) - Method in class org.monte.media.StateTracker
-
Sets the StateModel.
- setStorageMethod(int) - Method in class org.monte.media.seq.SEQFrame
-
- setStreamOffset(long) - Method in class org.monte.media.riff.RIFFParser
-
- setSwapSpeakers(boolean) - Method in class org.monte.media.anim.ANIMMovieTrack
-
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.
- setSyncInterval(int, int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the sync interval for the specified video track.
- setTargetState(int) - Method in class org.monte.media.AbstractPlayer
-
Sets the desired target state.
- setTargetState(int) - Method in interface org.monte.media.Player
-
Sets the target state we want the player to be in.
- setTemperature(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setTemperature(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setTexture(BufferedImage) - Method in class org.monte.media.gui.ImagePanel
-
Sets the texture for the backdrop paint.
- setTime(long) - Method in class org.monte.media.SynchronousAnimator
-
- setTimeScale(int) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Used with frameRate to specify the time scale that this stream will use.
- setTimeScale(long) - Method in class org.monte.media.imgseq.ImageSequenceTrack
-
- setTimespan(long) - Method in class org.monte.media.Interpolator
-
- setTimeTrack(int) - Method in class org.monte.media.gui.JTimelineEditor
-
Sets the track number used as a time base.
- setTint(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setTint(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setTo(ColorAdjustModel) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setTo(ColorAdjustModel) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setTransferHandler(TransferHandler) - Method in class org.monte.media.gui.JMovieControlPanel
-
- setTransferHandler(TransferHandler) - Method in class org.monte.movieconverter.MovieConverterPanel
-
- setTransformationMatrix(int, double[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the transformation matrix of the specified track.
- setTransparentColor(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- setTransparentColor(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setType(int) - Method in class org.monte.media.iff.MutableIFFChunk
-
- setValue(int) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Ignored: The value is always zero.
- SetValueFormatter - Class in org.monte.media.tiff
-
Formats integer values as a set.
- SetValueFormatter(Object...) - Constructor for class org.monte.media.tiff.SetValueFormatter
-
Creates a new enumeration.
- setValueIsAdjusting(boolean) - Method in class org.monte.media.io.BoundedRangeInputStream
-
This attribute indicates that any upcoming changes to the value
of the model should be considered a single event.
- setVideoColorTable(int, ColorModel) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the color table for videos with indexed color models.
- setVideoCompressionQuality(float) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Sets the compression quality of the video track.
- setVideoDimension(int, int) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Sets the dimension of the video track.
- setVisible(boolean) - Method in interface org.monte.media.MovieControl
-
- setVolume(int) - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- setWhiteBalanceQM(float[]) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setWhiteBalanceQM(float[]) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setWhiteBalanceQMEnabled(boolean) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setWhiteBalanceQMEnabled(boolean) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setWhiteBalanceTTEnabled(boolean) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setWhiteBalanceTTEnabled(boolean) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
- setWhitePoint(float) - Method in interface org.monte.media.converter.ColorAdjustModel
-
- setWhitePoint(float) - Method in class org.monte.media.converter.DefaultColorAdjustModel
-
Set the value of whitePoint
- setWidth(int) - Method in class org.monte.media.anim.ANIMFrame
-
- setWidth(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- setXAspect(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setXPosition(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- 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.ANIMMovieTrack
-
- setYAspect(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- setYCCKInversed(boolean) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
-
- setYPosition(int) - Method in class org.monte.media.anim.ANIMMovieTrack
-
- setYPosition(int) - Method in class org.monte.media.seq.SEQMovieTrack
-
- shadows - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Shadows adjustment in the range [0,1].
- SHADOWS_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Shadows adjustment in the range [0,1].
- sharpness - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Sharpness adjustment in the range [0,1].
- Sharpness - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SHARPNESS_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Sharpness adjustment in the range [0,1].
- SHORT - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- SHORT_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- SHORT_PIXEL - Static variable in class org.monte.media.image.BitmapImage
-
Tag for short pixel data.
- SHORTLE - Static variable in class org.monte.media.binary.StructParser.PrimitiveSpecifier
-
- ShutterSpeedValue - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SignedKey - Static variable in class org.monte.media.AudioFormatKeys
-
Whether values are signed.
- SilenceBugKey - Static variable in class org.monte.media.AudioFormatKeys
-
Whether silence is encoded as -128 instead of 0.
- size() - Method in class org.monte.media.avi.AbstractAVIStream.Chunk
-
Returns the size of the chunk including the size of the chunk header.
- size() - Method in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
- size() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
-
- size() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
- size - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
Width and height of the movie.
- size() - Method in class org.monte.media.avi.DataChunkOutputStream
-
Returns the current value of the counter written
,
the number of bytes written to this data output stream so far.
- size - Variable in class org.monte.media.binary.StructParser.ArraySize
-
- 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.
- size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
-
Returns the size of the atom including the size of the atom header.
- size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
-
- size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
- size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
- size() - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
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.
- skip(long) - Method in class org.monte.media.io.BoundedRangeInputStream
-
Overrides FilterInputStream.skip
to update the value after the skip.
- skip(long) - Method in class org.monte.media.io.ByteArrayImageInputStream
-
Skips n
bytes of input from this input stream.
- skip(long) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Skips n
bytes of input from this input stream.
- skip(long) - Method in class org.monte.media.io.ImageInputStreamAdapter
- skip(long) - Method in class org.monte.media.jpeg.JFIFInputStream
-
Skips over and discards n
b of data from the
input stream.
- skip(long) - Method in class org.monte.media.mp3.MP3AudioInputStream
-
- skip(long) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
-
Skips up to n
bytes from the current frame (its header and its data).
- skip(long) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Skips over and discards n bytes of data from this input stream.
- skipBytes(long) - Method in class org.monte.media.quicktime.DataAtomInputStream
-
- skipFully(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.jpeg.JFIFInputStream
-
Fully skips the specified number of bytes.
- skipFully(long) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Skips over and discards n bytes of data from this input stream.
- slashSlashComments(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
-
Determines whether or not the tokenizer recognizes C++-style comments.
- slashStarComments(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
-
Determines whether or not the tokenizer recognizes C-style comments.
- SLONG_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- SM_COMPRESSED - Static variable in class org.monte.media.seq.SEQDeltaFrame
-
- SM_UNCOMPRESSED - Static variable in class org.monte.media.seq.SEQDeltaFrame
-
- SOF0_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
Start of frame markers
- SOF0_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
Start of frame markers
- SOF1_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF1_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOF2_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF2_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOF3_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF3_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOF5_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF5_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOF6_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF6_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOF7_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF7_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOF9_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOF9_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOFA_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOFA_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOFB_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOFB_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOFD_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOFD_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOFE_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOFE_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOFF_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
- SOFF_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
- SOI_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
Start of image
- SOI_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
Start of image
- solve(double, double, double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
-
Solves a linear system for x,y with cramer's rule.
- solve(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
-
Solves a linear system for x,y,z with cramer's rule.
- SonyMakerNoteTagSet - Class in org.monte.media.exif
-
Enumeration of Sony MakerNote tags.
- SOS_MARKER - Static variable in class org.monte.media.jpeg.JFIFInputStream
-
Start of scan
- SOS_MARKER - Static variable in class org.monte.media.jpeg.JFIFOutputStream
-
Start of scan
- soundBytesPerFrame - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
The number of bytes in a frame: for uncompressed audio, an
uncompressed frame; for compressed audio, a compressed frame.
- soundBytesPerPacket - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
For uncompressed audio, the number of bytes in a sample for a single
channel.
- soundBytesPerSample - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
The size of an uncompressed sample in bytes.
- soundCompressionId - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Sound compressionId.
- soundNumberOfChannels - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Number of sound channels used by the sound sample.
- soundSampleRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Sound sample rate.
- soundSampleSize - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Number of bits per audio sample before compression.
- soundSamplesPerPacket - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Sound stsd samples per packet.
- 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.
- SpatialFrequencyResponse - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SpectralSensitivity - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SplineInterpolator - Class in org.monte.media
-
A spline interpolator for use in conjunction with an Animator object.
- SplineInterpolator(float, float, float, float) - Constructor for class org.monte.media.SplineInterpolator
-
Creates a new instance of SplineInterpolator with the control points
defined by (x1, y1) and (x2, y2).
- SplineInterpolator(float, float, float, float, long) - Constructor for class org.monte.media.SplineInterpolator
-
Creates a new instance of SplineInterpolator with the control points
defined by (x1, y1) and (x2, y2).
- SplineInterpolator(float, float, float, float, boolean, long) - Constructor for class org.monte.media.SplineInterpolator
-
Creates a new instance of SplineInterpolator with the control points
defined by (x1, y1) and (x2, y2).
- split(Image, int, boolean) - Static method in class org.monte.media.image.Images
-
Splits an image into count subimages.
- splitMPOFile(File) - Static method in class org.monte.media.mpo.MPOFiles
-
Splits a MPO file into two JPEG files.
- splitMPOFiles(List<File>) - Method in class org.monte.media.mpo.MPOImageSplitter
-
- SRATIONAL_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- SSHORT_MASK - Static variable in class org.monte.media.tiff.TIFFTag
-
- start() - Method in class org.monte.media.AbstractPlayer
-
Initiates the following asynchronous
state transitions:
unrealized -> realizing -> realized -> prefetching -> prefetched -> started
realizing -> realized -> prefetching -> prefetched -> started
realized -> prefetching -> prefetched -> started
prefetching -> prefetched -> started
prefetched -> started
started
closed -> throws IllegalStateException
- start() - Method in interface org.monte.media.Animator
-
- start() - Method in class org.monte.media.concurrent.EventLoop
-
Starts the event processor.
- start() - Method in class org.monte.media.DefaultAnimator
-
- start() - Method in class org.monte.media.eightsvx.JDK13LongAudioClip
-
Starts the audio clip.
- start() - Method in class org.monte.media.gui.Worker
-
Starts the Worker on an internal worker thread.
- start() - Method in class org.monte.media.ilbm.ColorCyclingMemoryImageSource
-
Starts color cycling.
- start() - Method in interface org.monte.media.Player
-
Initiates the following asynchronous
state transitions:
unrealized -> realizing -> realized -> prefetching -> prefetched -> started
realizing -> realized -> prefetching -> prefetched -> started
realized -> prefetching -> prefetched -> started
prefetching -> prefetched -> started
prefetched -> started
started
closed -> throws IllegalStateException
- start() - Method in class org.monte.media.SynchronousAnimator
-
- STARTED - Static variable in interface org.monte.media.Player
-
Calling start puts a Player into the Started state.
- startTime - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
Specifies the starting time for this stream.
- state - Variable in class org.monte.media.avi.AVIOutputStream
-
The current state of the movie output stream.
- state - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The current state of the movie output stream.
- stateChanged(ChangeEvent) - Method in class org.monte.media.gui.JMovieControlAqua
-
- stateChanged(ChangeEvent) - Method in class org.monte.media.gui.JMovieSliderAqua
-
- stateChanged(StateEvent) - Method in interface org.monte.media.StateListener
-
- stateChanged(StateEvent) - Method in class org.monte.media.StateTracker
-
XXX This method is public as an implementation side effect.
- StateEvent - Class in org.monte.media
-
Event for state changes.
- StateEvent(Object, int) - Constructor for class org.monte.media.StateEvent
-
- StateListener - Interface in org.monte.media
-
Event for state changes.
- StateModel - Interface in org.monte.media
-
Generic interface for Objects with state.
- StateTracker - Class in org.monte.media
-
Tracks state changes in a StateModel.
- StateTracker(StateModel) - Constructor for class org.monte.media.StateTracker
-
Creates a StateTracker for the indicated StateModel.
- STEREO - Static variable in class org.monte.media.eightsvx.EightSVXAudioClip
-
- stop() - Method in class org.monte.media.AbstractPlayer
-
Initiates the following asynchronous
state transitions:
started -> prefetched
unrealized
realizing
prefetching
prefetched
closed -> throws IllegalStateException
- stop(ANIMMovieTrack) - Method in class org.monte.media.anim.ANIMAudioCommand
-
- stop(ANIMMovieTrack, int) - Method in class org.monte.media.anim.ANIMAudioCommand
-
Stops playback of this audio command on the specified channels.
- stop() - Method in interface org.monte.media.Animator
-
- stop() - Method in class org.monte.media.concurrent.EventLoop
-
Stops the event processor.
- stop() - Method in class org.monte.media.DefaultAnimator
-
- stop() - Method in class org.monte.media.eightsvx.EightSVXAudioClip
-
- stop() - Method in class org.monte.media.eightsvx.JDK10AudioClip
-
- 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() - Method in interface org.monte.media.Player
-
Initiates the following asynchronous
state transitions:
started -> prefetched
unrealized
realizing
prefetching
prefetched
closed -> throws IllegalStateException
- 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.
- stop() - Method in class org.monte.media.SynchronousAnimator
-
- STRD_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- streamOffset - Variable in class org.monte.media.avi.AbstractAVIStream
-
The offset in the underlying ImageOutputStream.
- streamOffset - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The offset in the underlying ImageOutputStream.
- StreamPosTokenizer - Class in org.monte.media.io
-
This extension of StreamTokenizer
keeps track
of the position of the tokens in the input stream, and it can
parse hexadecimal numbers and double numbers with exponents.
- StreamPosTokenizer() - Constructor for class org.monte.media.io.StreamPosTokenizer
-
Initializes everything except the streams.
- StreamPosTokenizer(Reader) - Constructor for class org.monte.media.io.StreamPosTokenizer
-
Create a tokenizer that parses the given character stream.
- streams - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- STRF_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- strfChunk - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
This chunk holds the AVI Stream Format Header.
- STRH_FLAG_DISABLED - Static variable in class org.monte.media.avi.AbstractAVIStream
-
Indicates this stream should not be enabled by default.
- STRH_FLAG_VIDEO_PALETTE_CHANGES - Static variable in class org.monte.media.avi.AbstractAVIStream
-
Indicates this video stream contains palette changes.
- STRH_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- strhChunk - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
This chunk holds the AVI Stream Header.
- stringToID(String) - Static method in class org.monte.media.iff.IFFParser
-
Converts the first four letters of the
String into an IFF Identifier.
- 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.riff.RIFFParser
-
Converts the first four letters of the
String into an IFF Identifier.
- StringTransferable - Class in org.monte.media.gui.datatransfer
-
StringTransferable.
- StringTransferable(String) - Constructor for class org.monte.media.gui.datatransfer.StringTransferable
-
- StringTransferable(DataFlavor, String) - Constructor for class org.monte.media.gui.datatransfer.StringTransferable
-
- StringTransferable(DataFlavor[], String) - Constructor for class org.monte.media.gui.datatransfer.StringTransferable
-
- stringValue() - Method in class org.monte.media.binary.StructParser.MagicOrIntLiteral
-
- STRL_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- STRN_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- StructPanel - Class in org.monte.media.binary
-
Panel for structured binary data.
- StructPanel() - Constructor for class org.monte.media.binary.StructPanel
-
Initializes the Form
- StructParser - Class in org.monte.media.binary
-
Parses structured binary data using C-like data declarations.
- StructParser() - Constructor for class org.monte.media.binary.StructParser
-
- StructParser(Reader) - Constructor for class org.monte.media.binary.StructParser
-
- StructParser.ArraySize - Class in org.monte.media.binary
-
ArraySize expression.
- StructParser.Declarations - Class in org.monte.media.binary
-
Declarations expression.
- StructParser.DescriptionDeclaration - Class in org.monte.media.binary
-
DescriptionDeclaration expression.
- StructParser.EnumDeclaration - Class in org.monte.media.binary
-
EnumDeclaration expression.
- StructParser.EnumSpecifier - Class in org.monte.media.binary
-
EnumSpecifier expression.
- StructParser.IntLiteral - Class in org.monte.media.binary
-
IntLiteral expression.
- StructParser.MagicDeclaration - Class in org.monte.media.binary
-
MagicDeclaration expression.
- StructParser.MagicOrIntLiteral - Class in org.monte.media.binary
-
MagicOrIntLiteral expression.
- StructParser.MemberDeclaration - Class in org.monte.media.binary
-
MemberDeclaration expression.
- StructParser.PrimitiveSpecifier - Class in org.monte.media.binary
-
PrimitiveSpecifier expression.
- StructParser.SetDeclaration - Class in org.monte.media.binary
-
SetDeclaration expression.
- StructParser.SetSpecifier - Class in org.monte.media.binary
-
SetSpecifier expression.
- StructParser.StructSpecifier - Class in org.monte.media.binary
-
StructSpecifier expression.
- StructParser.TypedefDeclaration - Class in org.monte.media.binary
-
TypedefDeclaration expression.
- StructParser.TypeSpecifier - Class in org.monte.media.binary
-
TypeSpecifier expression.
- StructSpecifier(StreamPosTokenizer) - Constructor for class org.monte.media.binary.StructParser.StructSpecifier
-
- structSpecifier - Variable in class org.monte.media.binary.StructParser.TypeSpecifier
-
- StructTableModel - Class in org.monte.media.binary
-
Table model for structured binary data.
- StructTableModel(StructParser.TypedefDeclaration, Vector) - Constructor for class org.monte.media.binary.StructTableModel
-
Vector provides the data of the model.
- StructTableModel.Value - Class in org.monte.media.binary
-
Represents one typed value of the data structure represented by the StructTableModel.
- stsdExtensions - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Extensions to the stsd chunk.
- SubImageInputStream - Class in org.monte.media.io
-
SubImageInputStream.
- SubImageInputStream(ImageInputStream, long, long) - Constructor for class org.monte.media.io.SubImageInputStream
-
- SubImageOutputStream - Class in org.monte.media.io
-
SubImageOutputStream
.
- SubImageOutputStream(ImageOutputStream, ByteOrder, boolean) - Constructor for class org.monte.media.io.SubImageOutputStream
-
- SubImageOutputStream(ImageOutputStream, long, ByteOrder, boolean) - Constructor for class org.monte.media.io.SubImageOutputStream
-
- SubjectArea - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SubjectDistance - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SubjectDistanceRange - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SubjectLocation - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SubpixAA - Class in org.monte.media.image
-
Scales an image down and applies Subpixel antialiasing to it.
- SubpixAA() - Constructor for class org.monte.media.image.SubpixAA
-
- SubSecTime - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SubSecTimeDigitized - Static variable in class org.monte.media.exif.EXIFTagSet
-
- SubSecTimeOriginal - Static variable in class org.monte.media.exif.EXIFTagSet
-
- subtract(Rational) - Method in class org.monte.media.math.Rational
-
Warning.
- suggestedBufferSize - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- suggestOutputFormats(Format, Format) - Method in class org.monte.media.Registry
-
Suggests output formats for the given input media format and specified
file format.
- SUPER72_200x300_68t40_71fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- SUPER72_200x600_68t20_interlaced_71fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- SUPER72_400x300_34t40_71fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- SUPER72_400x600_34t20_interlaced_71fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- SUPER72_800x300_17t40_71fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- SUPER72_800x600_17t20_interlaced_71fps - Static variable in class org.monte.media.anim.AmigaDisplayInfo
-
- SUPER72_MONITOR_ID - Static variable in class org.monte.media.anim.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
-
- sval - Variable in class org.monte.media.io.StreamPosTokenizer
-
If the current token is a word token, this field contains a
string giving the characters of the word token.
- SynchronousAnimator - Class in org.monte.media
-
SynchronousAnimator.
- SynchronousAnimator() - Constructor for class org.monte.media.SynchronousAnimator
-
- syncInterval - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
Interval between sync samples (keyframes).
- syncInterval - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
Interval between sync samples (keyframes).
- syncSamples - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
List of sync samples.
- waitForState(int) - Method in class org.monte.media.StateTracker
-
Waits until the StateModel reaches the indicated
state.
- waitForState(int[]) - Method in class org.monte.media.StateTracker
-
Waits until the StateModel reaches one of the indicated
states.
- WAVE_FORMAT_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_ALAW - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_ANTEX_ADPCME - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Antex Electronics Corporation
- WAVE_FORMAT_APTX - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Audio Processing Technology
- WAVE_FORMAT_AUDIOFILE_AF10 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
- WAVE_FORMAT_AUDIOFILE_AF36 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
- WAVE_FORMAT_BTV_DIGITAL - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Brooktree Corporation
- WAVE_FORMAT_CANOPUS_ATRAC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Canopus, co., Ltd.
- WAVE_FORMAT_CIRRUS - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Cirrus Logic
- WAVE_FORMAT_CONTROL_RES_CR10 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Control Resources Limited
- WAVE_FORMAT_CONTROL_RES_VQLPC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Control Resources Limited
- WAVE_FORMAT_CREATIVE_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Creative Labs, Inc
- WAVE_FORMAT_CREATIVE_FASTSPEECH10 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Creative Labs, Inc
- WAVE_FORMAT_CREATIVE_FASTSPEECH8 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Creative Labs, Inc
- WAVE_FORMAT_CS_IMAADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Crystal Semiconductor IMA ADPCM
- WAVE_FORMAT_DEVELOPMENT - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
the WAVE_FORMAT_DEVELOPMENT format tag can be used during the
development phase of a new wave format.
- WAVE_FORMAT_DIALOGIC_OKI_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Dialogic Corporation
- WAVE_FORMAT_DIGIADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
DSP Solutions, Inc.
- WAVE_FORMAT_DIGIFIX - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
DSP Solutions, Inc.
- WAVE_FORMAT_DIGIREAL - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
DSP Solutions, Inc.
- WAVE_FORMAT_DIGISTD - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
DSP Solutions, Inc.
- WAVE_FORMAT_DOLBY_AC2 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Dolby Laboratories
- WAVE_FORMAT_DSAT - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_DSAT_DISPLAY - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_DSPGROUP_TRUESPEECH - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
DSP Group, Inc
- WAVE_FORMAT_DVI_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Intel Corporation
- WAVE_FORMAT_ECHOSC1 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Echo Speech Corporation
- WAVE_FORMAT_ECHOSC3 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Echo Speech Corporation
- WAVE_FORMAT_ESPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
ESS Technology
- WAVE_FORMAT_FM_TOWNS_SND - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Fujitsu Corp.
- WAVE_FORMAT_G721_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Antex Electronics Corporation
- WAVE_FORMAT_G722_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
APICOM
- WAVE_FORMAT_G723_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Antex Electronics Corporation
- WAVE_FORMAT_G726_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
APICOM
- WAVE_FORMAT_G728_CELP - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Antex Electronics Corporation
- WAVE_FORMAT_GSM610 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_IBM_CVSD - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
IBM Corporation
- WAVE_FORMAT_IEEE_FLOAT - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation IEEE754: range (+1, -1] 32-bit/64-bit format as
defined by MSVC++ float/double type
- WAVE_FORMAT_IMA_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Intel Corporation
- WAVE_FORMAT_LH_CODEC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Lernout & Hauspie
- WAVE_FORMAT_MEDIASPACE_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Videologic
- WAVE_FORMAT_MEDIAVISION_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Media Vision, Inc.
- WAVE_FORMAT_MPEG - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_MPEGLAYER3 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
ISO/MPEG Layer3 Format Tag
- WAVE_FORMAT_MSNAUDIO - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_MULAW - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_NMS_VBXADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Natural MicroSystems
- WAVE_FORMAT_NORRIS - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Norris Communications, Inc.
- WAVE_FORMAT_OKI_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
OKI
- WAVE_FORMAT_OLIADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Ing C.
- WAVE_FORMAT_OLICELP - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Ing C.
- WAVE_FORMAT_OLIGSM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Ing C.
- WAVE_FORMAT_OLIOPR - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Ing C.
- WAVE_FORMAT_OLISBC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Ing C.
- WAVE_FORMAT_PCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Microsoft Corporation
- WAVE_FORMAT_QUARTERDECK - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Quarterdeck Corporation
- WAVE_FORMAT_RHETOREX_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Rhetorex Inc
- WAVE_FORMAT_ROCKWELL_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Rockwell International
- WAVE_FORMAT_ROCKWELL_DIGITALK - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Rockwell International
- WAVE_FORMAT_SIERRA_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Sierra Semiconductor Corp
- WAVE_FORMAT_SOFTSOUND - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Softsound, Ltd.
- WAVE_FORMAT_SONARC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Speech Compression
- WAVE_FORMAT_VOXWARE - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Voxware Inc
- WAVE_FORMAT_XEBEC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Xebec Multimedia Solutions Limited
- WAVE_FORMAT_YAMAHA_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Yamaha Corporation of America
- WB_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- WeakPropertyChangeListener - Class in org.monte.media.beans
-
Property change listener that holds weak reference to a
target property change listener.
- WeakPropertyChangeListener(PropertyChangeListener) - Constructor for class org.monte.media.beans.WeakPropertyChangeListener
-
- WEST - Static variable in interface org.monte.media.gui.plaf.PlafConstants
-
The west property value.
- wFormatTag - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Waveform-audio format type.
- WHITE_BALANCE_QM_ENABLED_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
- WHITE_BALANCE_QM_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
A 4-vector with the parameters for quadratic white balance adjustment.
- WHITE_BALANCE_TT_ENABLED_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
- WHITE_POINT_PROPERTY - Static variable in interface org.monte.media.converter.ColorAdjustModel
-
Level adjustment: white point in the range [0,1].
- WhiteBalance - Static variable in class org.monte.media.exif.EXIFTagSet
-
- whitePoint - Variable in class org.monte.media.converter.DefaultColorAdjustModel
-
Level adjustment: white point in the range [0,1].
- whitespaceChars(int, int) - Method in class org.monte.media.io.StreamPosTokenizer
-
Specifies that all characters c in the range
low <= c <= high
are white space characters.
- WideDataAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
Creates a new DataAtom at the current position of the
ImageOutputStream.
- width - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- WidthKey - Static variable in class org.monte.media.VideoFormatKeys
-
The WidthKey of a video frame.
- wordChars(int, int) - Method in class org.monte.media.io.StreamPosTokenizer
-
Specifies that all characters c in the range
low <= c <= high
are word constituents.
- Worker<T> - Class in org.monte.media.gui
-
This is an abstract class that you can subclass to
perform GUI-related work in a dedicated event dispatcher.
- Worker() - Constructor for class org.monte.media.gui.Worker
-
- write(int, Buffer) - Method in class org.monte.media.anim.ANIMMultiplexer
-
- write(int, BufferedImage, long) - Method in class org.monte.media.avi.AVIWriter
-
Encodes the provided image and writes its sample data into the specified
track.
- write(int, Buffer) - Method in class org.monte.media.avi.AVIWriter
-
Encodes the data provided in the buffer and then writes it into the
specified track.
- write(byte[], int, int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes len
bytes from the specified byte array
starting at offset off
to the underlying output stream.
- write(int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes the specified byte (the low eight bits of the argument
b
) to the underlying output stream.
- write(DataOutputStream) - Method in class org.monte.media.iff.AnimMerger.IFFChunkNode
-
- write(byte[], int, int) - Method in class org.monte.media.iff.IFFOutputStream
-
- write(int) - Method in class org.monte.media.iff.IFFOutputStream
-
- write(int) - Method in class org.monte.media.iff.MC68000OutputStream
-
- write(byte[], int, int) - Method in class org.monte.media.iff.MC68000OutputStream
-
- Write(File) - Method in class org.monte.media.iff.MutableIFFChunk
-
- write(MC68000OutputStream) - Method in class org.monte.media.iff.MutableIFFChunk
-
- write(File, BitmapImage, int) - Method in class org.monte.media.ilbm.ILBMEncoder
-
- write(BitmapImage, File) - Static method in class org.monte.media.image.BitmapImageFactory
-
- write(BitmapImage, OutputStream) - Static method in class org.monte.media.image.BitmapImageFactory
-
- write(int, Buffer) - Method in class org.monte.media.imgseq.FileMultiplexer
-
Deprecated.
- write(int, BufferedImage, long) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- write(int, Buffer) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- write(int) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Writes the specified byte array to this output stream.
- write(byte[], int, int) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Writes len
bytes from the specified byte array
starting at offset off
to this output stream.
- write(int) - Method in class org.monte.media.io.ImageOutputStreamAdapter
-
Writes the specified byte
to this output stream.
- write(byte[]) - Method in class org.monte.media.io.ImageOutputStreamAdapter
-
Writes b.length
bytes to this output stream.
- write(byte[], int, int) - Method in class org.monte.media.io.ImageOutputStreamAdapter
-
Writes len
bytes from the specified
byte
array starting at offset off
to
this output stream.
- write(int) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
-
Writes the specified byte to this byte array output stream.
- write(byte[], int, int) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
-
Writes len
bytes from the specified byte array
starting at offset off
to this byte array output stream.
- write(int) - Method in class org.monte.media.io.SubImageOutputStream
-
- write(byte[], int, int) - Method in class org.monte.media.io.SubImageOutputStream
-
- write(byte[], int, int) - Method in class org.monte.media.jpeg.JFIFOutputStream
-
Writes stuffed or non-stuffed bytes to the underlying output stream.
- write(int) - Method in class org.monte.media.jpeg.JFIFOutputStream
-
Writes a stuffed or non-stuffed byte to the underlying output stream.
- write(int, Buffer) - Method in interface org.monte.media.MovieWriter
-
Writes a sample into the specified track.
- write(int, Buffer) - Method in interface org.monte.media.Multiplexer
-
Writes a sample.
- write(byte[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes len
bytes from the specified byte array
starting at offset off
to the underlying output stream.
- write(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes the specified byte (the low eight bits of the argument
b
) to the underlying output stream.
- write(int, Buffer) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Writes a sample.
- write(int, BufferedImage, long) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Encodes an image as a video frame and writes it into a video track.
- write(int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- write(int, int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- write(int) - Method in class org.monte.media.tiff.TIFFOutputStream
-
- write(byte[], int, int) - Method in class org.monte.media.tiff.TIFFOutputStream
-
- write16STo16U(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
16-bit audio data signed in and unsigned out.
- write16STo8U(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
Signed 16-bit audio data in, unsigned 8-bit out.
- write16To16(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
16-bit audio data in and out.
- write16UTo16S(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
16-bit audio data unsigned in and signed out.
- write8STo8S(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.audio.PCMAudioCodec
-
Signed 8-bit audio data in, signed out.
- write8STo8U(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.audio.PCMAudioCodec
-
Signed 8-bit audio data in, unsigned out.
- write8To8(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
8-bit audio data in and out.
- write8UTo8S(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.audio.PCMAudioCodec
-
Unsigned 8-bit audio data in, signed out.
- writeBCD2(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a BCD2
to the underlying output stream.
- writeBCD4(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a BCD4
to the underlying output stream.
- writeByte(int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes out a byte
to the underlying output stream as
a 1-byte value.
- writeByte(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes out a byte
to the underlying output stream as
a 1-byte value.
- writeByteRun1(byte[]) - Method in class org.monte.media.iff.IFFOutputStream
-
ByteRun1 Run Encoding.
- writeByteRun1(byte[], int, int) - Method in class org.monte.media.iff.IFFOutputStream
-
- writeByteRun1(byte[]) - Method in class org.monte.media.iff.MC68000OutputStream
-
ByteRun1 Run Encoding.
- writeByteRun1(byte[], int, int) - Method in class org.monte.media.iff.MC68000OutputStream
-
- writeColorTableAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
Color table atoms define a list of preferred colors for displaying
the movie on devices that support only 256 colors.
- writeDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.RunLengthCodec
-
Encodes an 8-bit key frame.
- writeDelta8(ImageOutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.RunLengthCodec
-
Encodes an 8-bit delta frame.
- writeFixed16D16(double) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes 32-bit fixed-point number divided as 16.16.
- writeFixed2D30(double) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes 32-bit fixed-point number divided as 2.30.
- writeFixed8D8(double) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes 32-bit fixed-point number divided as 8.8.
- writeFrame(BitmapImage, int) - Method in class org.monte.media.anim.ANIMOutputStream
-
- writeFrame(BufferedImage) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Writes a frame to the video track.
- writeFrame(File) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Writes a frame from a file to the video track.
- writeFrame(InputStream) - Method in class org.monte.media.avi.AVIOutputStreamOLD
-
Deprecated.
Writes a frame to the video track.
- writeHeader(OutputStream) - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
-
Writes the frame header into the specified output stream.
- writeIFD(IFD, long) - Method in class org.monte.media.tiff.TIFFOutputStream
-
- writeInt(int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes an int
to the underlying output stream as four
bytes, high byte first.
- writeInt(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes an int
to the underlying output stream as four
bytes, high byte first.
- writeInt24(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInt24(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeInt24(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeInt24LE(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInt24LE(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeInts(int[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeInts24(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInts24(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeInts24(int[], int, int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes unsigned 24 bit integer values.
- writeInts24(int[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeInts24LE(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInts24LE(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeKey16(OutputStream, short[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.avi.DIBCodec
-
Encodes a 24-bit key frame.
- writeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey24(OutputStream, BufferedImage) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey32(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey4(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.DIBCodec
-
Encodes a 4-bit key frame.
- writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.DIBCodec
-
Encodes an 8-bit key frame.
- writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.RunLengthCodec
-
Encodes an 8-bit key frame.
- writeKey8(ImageOutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.RunLengthCodec
-
Encodes an 8-bit key frame.
- writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes an 8-bit key frame.
- writeLong(long) - Method in class org.monte.media.avi.DataChunkOutputStream
-
- writeLONG(int) - Method in class org.monte.media.iff.IFFOutputStream
-
- writeLONG(int) - Method in class org.monte.media.iff.MC68000OutputStream
-
- writeLong(long) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeLONG(long) - Method in class org.monte.media.tiff.TIFFOutputStream
-
Writes a 32-bit unsigned integer.
- writeMacTimestamp(Date) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a 32-bit Mac timestamp (seconds since 1902).
- writeMediaInformationAtoms(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
- writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
- writePalette(int, byte[], int, int, boolean) - Method in class org.monte.media.avi.AVIOutputStream
-
Writes an already encoded palette change into the specified track.
- writePString(String) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a Pascal String.
- writePString(String, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a Pascal String padded to the specified fixed size in bytes
- writeSample(int, File, boolean) - Method in class org.monte.media.avi.AVIOutputStream
-
Writes an already encoded sample from a file to the specified track.
- writeSample(int, InputStream, boolean) - Method in class org.monte.media.avi.AVIOutputStream
-
Writes an already encoded sample from an input stream to the specified
track.
- writeSample(int, byte[], int, int, boolean) - Method in class org.monte.media.avi.AVIOutputStream
-
Writes an already encoded sample from a byte array into a track.
- writeSample(int, byte[], int, int, long, boolean) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- writeSample(int, File, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes an already encoded sample from a file into a track.
- writeSample(int, InputStream, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes an already encoded sample from an input stream into a track.
- writeSample(int, byte[], long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes an already encoded sample from a byte array into a track.
- writeSample(int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes an already encoded sample from a byte array into a track.
- writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
- writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
- writeSamples(int, int, byte[], int, int, boolean) - Method in class org.monte.media.avi.AVIOutputStream
-
Writes multiple already encoded samples from a byte array into a track.
- writeSamples(int, int, byte[], int, int, long, boolean) - Method in class org.monte.media.imgseq.ImageSequenceWriter
-
- writeSamples(int, int, byte[], long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes multiple sync samples from a byte array into a track.
- writeSamples(int, int, byte[], int, int, long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes multiple sync samples from a byte array into a track.
- writeSamples(int, int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes multiple samples from a byte array into a track.
- writeSampleTableAtoms(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeShort(int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes a signed 16 bit integer value.
- writeShort(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a signed 16 bit integer value.
- writeSHORT(int) - Method in class org.monte.media.tiff.TIFFOutputStream
-
Writes a 12-bit unsigned integer.
- writeShorts(short[], int, int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes a signed 16 bit integer value.
- writeShorts(short[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeSunAudioHeader(OutputStream, int, int, int) - Static method in class org.monte.media.eightsvx.EightSVXAudioClip
-
Write a "standard" sun header.
- writeSunAudioHeader(byte[], int, int) - Static method in class org.monte.media.eightsvx.JDK10AudioClip
-
Overwrites the 24 first bites of the provided data array with
a sun audio header.
- writeTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
Current write time.
- writeTrackAtoms(int, AbstractQuickTimeStream.CompositeAtom, Date) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
FIXME - Move this method into QuickTimeOutputStream.
- writeType(String) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes an chunk type identifier (4 bytes).
- writeTYPE(String) - Method in class org.monte.media.iff.IFFOutputStream
-
Writes an chunk type identifier (4 bytes).
- 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.quicktime.DataAtomOutputStream
-
Writes an Atom Type identifier (4 bytes).
- writeUBYTE(int) - Method in class org.monte.media.iff.IFFOutputStream
-
- writeUBYTE(int) - Method in class org.monte.media.iff.MC68000OutputStream
-
- writeUInt(long) - Method in class org.monte.media.avi.DataChunkOutputStream
-
Writes an unsigned 32 bit integer value.
- writeUInt(long) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes an unsigned 32 bit integer value.
- writeULONG(long) - Method in class org.monte.media.iff.IFFOutputStream
-
- writeULONG(long) - Method in class org.monte.media.iff.MC68000OutputStream
-
- writeUShort(int) - Method in class org.monte.media.avi.DataChunkOutputStream
-
- writeUShort(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- 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.avi.DataChunkOutputStream
-
The number of bytes written to the data output stream so far.
- written - Variable in class org.monte.media.iff.MC68000OutputStream
-
The number of bytes written to the data output stream so far.
- written - Variable in class org.monte.media.quicktime.DataAtomOutputStream
-
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).