Package | Description |
---|---|
visual.dynamic.sampled |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransition |
class |
Dissolve
A transition that fades-out the previous frame and
fades-in the new one.
|
class |
Fade
A fade-in or fade-out to the background color
(which may or may not be black).
|
class |
LineWipe
A wipe that moves across the image right, left, up, or down.
|
class |
RectangleWipe
A wipe that consists of a rectangle that grows
from the center.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Transition> |
Screen.getTransitions()
Get the current transitions (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.addTransition(Transition t)
Add a Transition.
|