|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
be.lassi.domain
Class Show
java.lang.Object be.lassi.base.SaveableObject be.lassi.base.NamedObject be.lassi.domain.Show
public class Show
- extends NamedObject
Constructor Summary | |
---|---|
Show(Dirty dirty,
java.lang.String name)
Constructs a new instance. |
Method Summary | |
---|---|
void |
contructPart2()
|
boolean |
equals(java.lang.Object object)
|
Levels |
getChannelInputs()
|
Channels |
getChannels()
Method getChannels. |
CueFading |
getCueFading()
Method getCueFading. |
Cues |
getCues()
Method getCueList. |
Dimmers |
getDimmers()
Method getDimmers. |
Fixtures |
getFixtures()
|
FrameProperties[] |
getFrameProperties()
|
FrameProperties |
getFrameProperties(java.lang.String frameId)
Get the frame position (x, y) and size (width, height). |
Groups |
getGroups()
Gets the channel groups. |
int |
getNumberOfChannels()
Method getNumberOfChannels. |
int |
getNumberOfDimmers()
Method getNumberOfDimmers. |
int |
getNumberOfSubmasters()
Method getNumberOfSubmasters. |
Submasters |
getSubmasters()
Method getSubmasters. |
int |
hashCode()
|
void |
setChannelValue(int channelIndex,
float value)
Set the dmx value of the channel with given index. |
void |
setDimmerValue(int index,
float value)
|
void |
setFrameProperties(java.lang.String frameId,
FrameProperties fps)
Set the frame position (x, y) and size (width, height) of frame with given id. |
void |
setInputValue(int index,
float value)
|
void |
updateChannelInputs()
|
Methods inherited from class be.lassi.base.NamedObject |
---|
addNameListener, getId, getName, removeNameListener, setName |
Methods inherited from class be.lassi.base.SaveableObject |
---|
doNotMarkDirty, getDirty, isDirty, markDirty, setDirty |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Show
public Show(Dirty dirty, java.lang.String name)
- Constructs a new instance.
- Parameters:
dirty
- the dirty indicatorname
-
Method Detail |
---|
contructPart2
public void contructPart2()
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in classNamedObject
getChannelInputs
public Levels getChannelInputs()
getChannels
public Channels getChannels()
- Method getChannels.
- Returns:
- Channels
getCueFading
public CueFading getCueFading()
- Method getCueFading.
- Returns:
- CueFading
getCues
public Cues getCues()
- Method getCueList.
- Returns:
- CueList
getDimmers
public Dimmers getDimmers()
- Method getDimmers.
- Returns:
- Dimmers
getFixtures
public Fixtures getFixtures()
getFrameProperties
public FrameProperties[] getFrameProperties()
getFrameProperties
public FrameProperties getFrameProperties(java.lang.String frameId)
- Get the frame position (x, y) and size (width, height).
- Parameters:
frameId
- identification string of the frame- Returns:
- the frame position and size
getGroups
public Groups getGroups()
- Gets the channel groups.
- Returns:
- the channel groups
getNumberOfChannels
public int getNumberOfChannels()
- Method getNumberOfChannels.
- Returns:
- int
getNumberOfDimmers
public int getNumberOfDimmers()
- Method getNumberOfDimmers.
- Returns:
- int
getNumberOfSubmasters
public int getNumberOfSubmasters()
- Method getNumberOfSubmasters.
- Returns:
- int
getSubmasters
public Submasters getSubmasters()
- Method getSubmasters.
- Returns:
- Submasters
hashCode
public int hashCode()
-
- Overrides:
hashCode
in classNamedObject
setChannelValue
public void setChannelValue(int channelIndex, float value)
- Set the dmx value of the channel with given index.
- Parameters:
channelIndex
- Index of channel to be changed.value
- The new channel levelvalue.
setDimmerValue
public void setDimmerValue(int index, float value)
setFrameProperties
public void setFrameProperties(java.lang.String frameId, FrameProperties fps)
- Set the frame position (x, y) and size (width, height)
of frame with given id.
- Parameters:
frameId
- identification string of the framefps
- frame properties
setInputValue
public void setInputValue(int index, float value)
updateChannelInputs
public void updateChannelInputs()
|
Lighting Assistant 1.2 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |