Overview  Package   Class  Tree  Index 

be.lassi.cues
Class CueSubmasterLevels

java.lang.Object
  extended by be.lassi.cues.CueSubmasterLevels

public class CueSubmasterLevels
extends java.lang.Object

Collection with submaster levels within a cue definition.


Constructor Summary
CueSubmasterLevels(int numberOfSubmasters)
          Constructs a new instance.
 
Method Summary
 boolean equals(java.lang.Object object)
          
 CueSubmasterLevel get(int index)
          Gets the submaster level at given index.
 void set(CueSubmasterLevels other)
          Sets the levels from another submaster level collection.
 int size()
          Gets the number of elements in the collection.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CueSubmasterLevels

public CueSubmasterLevels(int numberOfSubmasters)
Constructs a new instance.

Parameters:
numberOfSubmasters - the collection size
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class java.lang.Object

get

public CueSubmasterLevel get(int index)
Gets the submaster level at given index.

Parameters:
index - the sumbaster index
Returns:
the submaster level at given index

set

public void set(CueSubmasterLevels other)
Sets the levels from another submaster level collection.

Parameters:
other - another submaster level collection

size

public int size()
Gets the number of elements in the collection.

Returns:
the number of elements in the collection

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2