|
||||||||||
| 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
This class is an abstract class for actions that interact with some kind of Sequencer. The doAction method is left for the subclass to define so that it can define the type of a Sequencer the action deals with. The constraining conditions of the Sequencer are dealt with by this class.
| Field Summary | |
static int |
kConstraintAny
Deprecated. |
static int |
kConstraintFirst
Deprecated. |
static int |
kConstraintFirstOrLast
Deprecated. |
static int |
kConstraintLast
Deprecated. |
protected Sequencer |
seq
Deprecated. This is the Sequencer the action uses * @deprecated since QTJava 6.1 |
| Fields inherited from class quicktime.app.actions.PeriodicAction |
actor, reschedule |
| Fields inherited from interface quicktime.app.time.Ticklish |
kScale |
| Constructor Summary | |
protected |
SequencerAction(int scale,
int period,
Sequencer seq)
Deprecated. since QTJava 6.1 |
| Method Summary | |
protected boolean |
constraintReached()
Deprecated. since QTJava 6.1 |
boolean |
equals(java.lang.Object obj)
Deprecated. since QTJava 6.1 |
int |
getConstraint()
Deprecated. since QTJava 6.1 |
void |
setConstraint(int cons)
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.actions.PeriodicAction |
doAction, 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 |
| Field Detail |
public static final int kConstraintAny
public static final int kConstraintFirst
public static final int kConstraintLast
public static final int kConstraintFirstOrLast
protected Sequencer seq
| Constructor Detail |
protected SequencerAction(int scale,
int period,
Sequencer seq)
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.seq - the Sequencer.| Method Detail |
public void setConstraint(int cons)
cons - the constraintpublic int getConstraint()
protected boolean constraintReached()
constraintReached in class PeriodicActionpublic boolean equals(java.lang.Object obj)
equals in class PeriodicActionobj - the object to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||