Package org.bidib.wizard.mvc.dmx.model
Interface DmxEnvironmentProvider
-
- All Known Implementing Classes:
DmxSceneryModel
public interface DmxEnvironmentProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.bidib.wizard.model.ports.BacklightPort>getBacklightPorts()List<org.bidib.wizard.model.ports.DmxChannel>getDmxChannels()List<org.bidib.wizard.model.ports.DmxLightPort>getLightPorts()
-
-
-
Method Detail
-
getBacklightPorts
List<org.bidib.wizard.model.ports.BacklightPort> getBacklightPorts()
- Returns:
- the configured backlightPorts
-
getLightPorts
List<org.bidib.wizard.model.ports.DmxLightPort> getLightPorts()
- Returns:
- the configured lightPorts
-
getDmxChannels
List<org.bidib.wizard.model.ports.DmxChannel> getDmxChannels()
- Returns:
- the configured dmxChannels
-
-