Overview  Package   Class  Tree  Index 

be.lassi.lanbox.domain
Class ChaseMode

java.lang.Object
  extended by be.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 BOUNCE mode...


BOUNCE_LOOP

public static final ChaseMode BOUNCE_LOOP
In BOUNCE_LOOP mode...


DOWN

public static final ChaseMode DOWN
In DOWN mode...


DOWN_LOOP

public static final ChaseMode DOWN_LOOP
In DOWN_LOOP mode...


NO_CHASE

public static final ChaseMode NO_CHASE
In NO_CHASE mode, the cuelist is executed only once from start to end with the defined timing.


RANDOM

public static final ChaseMode RANDOM
In RANDOM mode...


RANDOM_LOOP

public static final ChaseMode RANDOM_LOOP
In RANDOM_LOOP mode...


UP

public static final ChaseMode UP
In UP mode...


UP_LOOP

public static final ChaseMode UP_LOOP
In UP_LOOP mode...

Method Detail

equals

public boolean equals(java.lang.Object other)

Overrides:
equals in class java.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:
hashCode in class java.lang.Object

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2