|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.actions.PeriodicAction
|
+--quicktime.app.actions.SequencerAction
|
+--quicktime.app.actions.NextImageAction
This class will display the next image of its sequence of images whenever the doAction method is called from the super class tickle method.
| Field Summary | |
protected ImageSettable |
target
Deprecated. |
| Fields inherited from class quicktime.app.actions.SequencerAction |
kConstraintAny, kConstraintFirst, kConstraintFirstOrLast, kConstraintLast, seq |
| Fields inherited from class quicktime.app.actions.PeriodicAction |
actor, reschedule |
| Fields inherited from interface quicktime.app.time.Ticklish |
kScale |
| Constructor Summary | |
NextImageAction(int scale,
int period,
ImageSequencer images,
ImageSettable target)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
protected void |
doAction(float er,
int t)
Deprecated. since QTJava 6.1 |
java.lang.Object |
getTarget()
Deprecated. since QTJava 6.1 |
void |
setTarget(java.lang.Object target)
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.actions.SequencerAction |
constraintReached, equals, getConstraint, setConstraint |
| Methods inherited from class quicktime.app.actions.PeriodicAction |
getActionable, getPeriod, getScale, getTriggerCondition, setActionable, setPeriod, setScale, setTriggerCondition, tickle, timeChanged, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface quicktime.app.time.Ticklish |
tickle, timeChanged |
| Field Detail |
protected ImageSettable target
| Constructor Detail |
public NextImageAction(int scale,
int period,
ImageSequencer images,
ImageSettable target)
throws QTException
scale - the amount with which a second is divided into at a rate of oneperiod - the number of scale ticks that elapse between invocations of the action.images - the images that will be cycled throughtarget - this object is the target of the action.| Method Detail |
public void setTarget(java.lang.Object target)
setTarget in interface Targetabletarget - the new target for the Actionpublic java.lang.Object getTarget()
getTarget in interface Targetable
protected void doAction(float er,
int t)
throws QTException
doAction in class PeriodicActioner - the actual rate at which the action has been triggeredt - the time in Ticklish.kScale that the action has been triggered
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||