be.lassi.cues
Class CueSubmasterLevel
java.lang.Object
be.lassi.cues.CueLevel
be.lassi.cues.CueSubmasterLevel
public class CueSubmasterLevel
- extends CueLevel
A submaster level within a cue definition.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CueSubmasterLevel
public CueSubmasterLevel()
equals
public boolean equals(java.lang.Object object)
- Returns true is this object is equal to given object.
- Overrides:
equals
in class CueLevel
getIntValue
public int getIntValue()
- Gets the level value (0 to 100).
- Returns:
- the level value
getLevelValue
public LevelValue getLevelValue()
getValue
public float getValue()
- Gets the level value (0f to 1.0f).
- Returns:
- the level value
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class CueLevel
isActive
public boolean isActive()
set
public void set(CueSubmasterLevel other)
- Sets value and derived indicator from other submaster level.
- Parameters:
other
- other submaster level
string
public java.lang.String string()
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object