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.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. |
interface |
Player
Player is a media handler for rendering and controlling time based
media data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlayer
Generic interface for media players.
|
Modifier and Type | Method and Description |
---|---|
void |
StateTracker.setStateModel(StateModel model)
Sets the StateModel.
|
Constructor and Description |
---|
StateTracker(StateModel model)
Creates a StateTracker for the indicated StateModel.
|
Modifier and Type | Class and Description |
---|---|
class |
ANIMPlayer
Player for IFF cel animations.
|
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).
|