|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.lanbox.domain
Class ChaseMode
java.lang.Objectbe.lassi.lanbox.domain.ChaseMode
public final class ChaseMode
- extends java.lang.Object
Determines the way an engine sequences cue lists.
| Field Summary | |
|---|---|
static ChaseMode[] |
ALL
All possible chase modes. |
static ChaseMode |
BOUNCE
In BOUNCE mode... |
static ChaseMode |
BOUNCE_LOOP
In BOUNCE_LOOP mode... |
static ChaseMode |
DOWN
In DOWN mode... |
static ChaseMode |
DOWN_LOOP
In DOWN_LOOP mode... |
static ChaseMode |
NO_CHASE
In NO_CHASE mode, the cuelist is executed only once
from start to end with the defined timing. |
static ChaseMode |
RANDOM
In RANDOM mode... |
static ChaseMode |
RANDOM_LOOP
In RANDOM_LOOP mode... |
static ChaseMode |
UP
In UP mode... |
static ChaseMode |
UP_LOOP
In UP_LOOP mode... |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
static ChaseMode |
get(int id)
Gets the chase mode with given id. |
int |
getId()
Gets the chase mode identifier. |
java.lang.String |
getName()
Gets the textual representation of the chase mode. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
ALL
public static final ChaseMode[] ALL
- All possible chase modes.
BOUNCE
public static final ChaseMode BOUNCE
- In
BOUNCEmode...
BOUNCE_LOOP
public static final ChaseMode BOUNCE_LOOP
- In
BOUNCE_LOOPmode...
DOWN
public static final ChaseMode DOWN
- In
DOWNmode...
DOWN_LOOP
public static final ChaseMode DOWN_LOOP
- In
DOWN_LOOPmode...
NO_CHASE
public static final ChaseMode NO_CHASE
- In
NO_CHASEmode, the cuelist is executed only once from start to end with the defined timing.
RANDOM
public static final ChaseMode RANDOM
- In
RANDOMmode...
RANDOM_LOOP
public static final ChaseMode RANDOM_LOOP
- In
RANDOM_LOOPmode...
UP
public static final ChaseMode UP
- In
UPmode...
UP_LOOP
public static final ChaseMode UP_LOOP
- In
UP_LOOPmode...
| Method Detail |
|---|
equals
public boolean equals(java.lang.Object other)
-
- Overrides:
equalsin classjava.lang.Object
get
public static ChaseMode get(int id)
- Gets the chase mode with given id.
- Parameters:
id- chase mode identifier- Returns:
- the chase mode with given id
getId
public int getId()
- Gets the chase mode identifier.
- Returns:
- the chase mode identifier
getName
public java.lang.String getName()
- Gets the textual representation of the chase mode.
- Returns:
- the chase mode string
hashCode
public int hashCode()
-
- Overrides:
hashCodein classjava.lang.Object
|
Lighting Assistant 1.2 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.lanbox.domain.ChaseMode