public class QueueDataEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
protected boolean |
autoStop |
protected int |
crossFadeIn |
protected boolean |
immediate |
protected int |
loopsLeft |
protected int |
numFrames |
protected int |
numLoops |
protected SequentialData |
sequentialData |
protected boolean |
skipIfOthers |
protected int |
startFrame |
Constructor and Description |
---|
QueueDataEvent(java.lang.Object arg0) |
Modifier and Type | Method and Description |
---|---|
int |
getCrossFadeIn() |
int |
getLoopsLeft() |
int |
getNumFrames() |
int |
getNumLoops() |
SequentialData |
getSequentialData() |
int |
getStartFrame() |
boolean |
isAutoStop() |
boolean |
isImmediate() |
boolean |
isSkipIfOthers() |
protected SequentialData sequentialData
protected int startFrame
protected int numFrames
protected int numLoops
protected int loopsLeft
protected int crossFadeIn
protected boolean skipIfOthers
protected boolean autoStop
protected boolean immediate
public boolean isSkipIfOthers()
public boolean isImmediate()
public SequentialData getSequentialData()
public int getCrossFadeIn()
public int getStartFrame()
public int getNumFrames()
public int getNumLoops()
public int getLoopsLeft()
public boolean isAutoStop()