| Package | Description |
|---|---|
| org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
| org.monte.media.ilbm |
Provides media handlers for the ILBM file format.
|
| org.monte.media.image |
Provides classes for image processing.
|
| org.monte.media.seq |
Provides media handlers for the SEQ file format.
|
| Modifier and Type | Method and Description |
|---|---|
BitmapImage |
ANIMReader.createCompatibleBitmap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ANIMKeyFrame.decode(BitmapImage bitmap,
ANIMMovieTrack track) |
abstract void |
ANIMFrame.decode(BitmapImage bitmap,
ANIMMovieTrack track) |
void |
ANIMDeltaFrame.decode(BitmapImage bitmap,
ANIMMovieTrack track) |
void |
ANIMReader.readFrame(int index,
BitmapImage image)
Reads a frame into the supplied image.
|
void |
ANIMKeyFrame.unpackVertical(byte[] in,
BitmapImage bm)
Vertical run decoder.
|
void |
ANIMOutputStream.writeFrame(BitmapImage image,
int duration) |
| Modifier and Type | Field and Description |
|---|---|
protected BitmapImage |
ILBMDecoder.bodyBitmap
BODY data
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<BitmapImage> |
ILBMDecoder.bitmapSources |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<BitmapImage> |
ILBMDecoder.produceBitmaps()
Processes the input stream and creates a vector of
BitmapImages instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ILBMDecoder.unpackVertical(byte[] in,
BitmapImage bm)
Vertical run decoder.
|
void |
ILBMEncoder.write(File f,
BitmapImage img,
int camg) |
| Modifier and Type | Method and Description |
|---|---|
BitmapImage |
BitmapImage.clone()
Creates a clone.
|
static BitmapImage |
BitmapImageFactory.toBitmapImage(BufferedImage mis) |
static BitmapImage |
BitmapImageFactory.toBitmapImage(ColorCyclingMemoryImageSource mis) |
static BitmapImage |
BitmapImageFactory.toBitmapImage(MemoryImageSource mis) |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
BitmapImageFactory.toBufferedImage(BitmapImage bm)
Creates a BufferedImage using the provided BitmapImage.
|
static Image |
BitmapImageFactory.toMemoryImage(BitmapImage bm) |
static void |
BitmapImageFactory.write(BitmapImage bm,
File f) |
static void |
BitmapImageFactory.write(BitmapImage bm,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
BitmapImage |
SEQReader.createCompatibleBitmap() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SEQFrame.decode(BitmapImage bitmap,
SEQMovieTrack track) |
void |
SEQDeltaFrame.decode(BitmapImage bitmap,
SEQMovieTrack track) |
void |
SEQReader.readFrame(int index,
BitmapImage image)
Reads a frame into the supplied image.
|
Copyright © 2014. All Rights Reserved.