|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.spaces.Sequencer
This interface defines operations that can control the positioning of a cursor through a sequence of data. Generally a sequencer will define a get method to retrieve the data at the current frame. The type of object returned in a get method is specific to the type of sequencer.
| Field Summary | |
static int |
kFirstFrame
Deprecated. |
static int |
kLastFrame
Deprecated. |
static int |
kLoopForwards
Deprecated. |
static int |
kLoopPalindrome
Deprecated. |
static int |
kNoLooping
Deprecated. |
| Constructor Summary | |
Sequencer()
Deprecated. |
|
| Method Summary | |
int |
getCurrentFrame()
Deprecated. since QTJava 6.1 |
int |
getLooping()
Deprecated. since QTJava 6.1 |
void |
setCurrentFrame(int frameNumber)
Deprecated. since QTJava 6.1 |
void |
setFrameNext()
Deprecated. since QTJava 6.1 |
void |
setFramePrevious()
Deprecated. since QTJava 6.1 |
void |
setLooping(int flag)
Deprecated. since QTJava 6.1 |
abstract int |
size()
Deprecated. since QTJava 6.1 |
java.lang.String |
toString()
Deprecated. since QTJava 6.1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNoLooping
public static final int kLoopForwards
public static final int kLoopPalindrome
public static final int kLastFrame
public static final int kFirstFrame
| Constructor Detail |
public Sequencer()
| Method Detail |
public void setLooping(int flag)
flag - the looping flagkNoLooping,
kLoopForwards,
kLoopPalindromepublic int getLooping()
public abstract int size()
public int getCurrentFrame()
public void setCurrentFrame(int frameNumber)
frameNumber - the new current frame number to set to.public void setFrameNext()
public void setFramePrevious()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||