Interface | Description |
---|---|
FrameOp |
The requirements of all operations on frames of sampled dyanmic
content (individual and multiple-frame operations).
|
Superimposition |
A superimposition on a frame.
|
Transition |
A transition between frames
|
Class | Description |
---|---|
AbstractFrameOp | |
AbstractSuperimposition |
An abstract implementation of the Superimposition interface.
|
AbstractTransition | |
Dissolve |
A transition that fades-out the previous frame and
fades-in the new one.
|
Fade |
A fade-in or fade-out to the background color
(which may or may not be black).
|
ImageSequenceFilter |
A FilenameFilter that can be used to accept a sequence of
images.
|
LineWipe |
A wipe that moves across the image right, left, up, or down.
|
RectangleWipe |
A wipe that consists of a rectangle that grows
from the center.
|
Screen |
A component that renders a sequence of Content objects
(i.e., static visual content).
|
ScreenRenderer |
The renderer for Screen objects.
|
TransformableContentSuperimposition |
A piece of (transformable) static visual content that is
superimposed on a frame.
|