Package | Description |
---|---|
org.monte.media |
Defines a framework for media processing and provides default implementations.
|
org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
org.monte.media.gui |
Provides graphical user interface components.
|
org.monte.media.pbm |
Provides media handlers for the PBM file format.
|
org.monte.media.seq |
Provides media handlers for the SEQ file format.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ColorCyclePlayer
A
Player which supports a second layer of animation by cycling colors
in the color palette of the current image in the video track. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlayer
Generic interface for media players.
|
Modifier and Type | Method and Description |
---|---|
void |
MovieControl.setPlayer(Player player) |
Modifier and Type | Class and Description |
---|---|
class |
ANIMPlayer
Player for IFF cel animations.
|
Modifier and Type | Method and Description |
---|---|
void |
JMovieControlAqua.setPlayer(Player player) |
Modifier and Type | Class and Description |
---|---|
class |
PBMPlayer
A Player for PBM images with color cycling.
|
Modifier and Type | Class and Description |
---|---|
class |
SEQPlayer
Player for Cyberpaint Sequence animations (*.SEQ).
|