|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisual.dynamic.sampled.AbstractFrameOp
visual.dynamic.sampled.AbstractTransition
visual.dynamic.sampled.Fade
visual.dynamic.sampled.Dissolve
public class Dissolve
A transition that fades-out the previous frame and fades-in the new one
Field Summary |
---|
Fields inherited from class visual.dynamic.sampled.Fade |
---|
FADE_IN, FADE_OUT |
Fields inherited from class visual.dynamic.sampled.AbstractFrameOp |
---|
duration, first |
Constructor Summary | |
---|---|
Dissolve(int first,
int duration)
Explicit Value Constructor |
Method Summary | |
---|---|
protected void |
setDestinationPixels(java.awt.Graphics g)
Set the destination (in the Porter-Duff sense) pixels to be used in alpha blending |
Methods inherited from class visual.dynamic.sampled.Fade |
---|
postRendering, preRendering |
Methods inherited from class visual.dynamic.sampled.AbstractFrameOp |
---|
getFirstFrame, getLastFrame, hasFinishedAt, shouldApplyAt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface visual.dynamic.sampled.FrameOp |
---|
getFirstFrame, getLastFrame |
Constructor Detail |
---|
public Dissolve(int first, int duration)
first
- The first frameduration
- The duration (in frames)Method Detail |
---|
protected void setDestinationPixels(java.awt.Graphics g)
setDestinationPixels
in class Fade
g
- The rendering engine
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |