Uses of Class
org.bidib.wizard.mvc.dmx.model.DmxSceneryPoint
-
Packages that use DmxSceneryPoint Package Description org.bidib.wizard.mvc.dmx.model -
-
Uses of DmxSceneryPoint in org.bidib.wizard.mvc.dmx.model
Methods in org.bidib.wizard.mvc.dmx.model that return DmxSceneryPoint Modifier and Type Method Description DmxSceneryPointDmxSceneryPoint. withAction(org.bidib.wizard.model.status.BidibStatus action)DmxSceneryPointDmxSceneryPoint. withBrightness(int brightness)DmxSceneryPointDmxSceneryPoint. withDmxChannelNumber(int dmxChannelNumber)DmxSceneryPointDmxSceneryPoint. withMacro(org.bidib.wizard.api.model.function.MacroFunction macro)DmxSceneryPointDmxSceneryPoint. withPort(org.bidib.wizard.model.ports.Port<?> port)DmxSceneryPointDmxSceneryPoint. withTimeOffset(int timeOffset)DmxSceneryPointDmxSceneryPoint. withUniqueId(long uniqueId)Methods in org.bidib.wizard.mvc.dmx.model that return types with arguments of type DmxSceneryPoint Modifier and Type Method Description List<DmxSceneryPoint>DmxScenery. getSceneryPoints()Methods in org.bidib.wizard.mvc.dmx.model with parameters of type DmxSceneryPoint Modifier and Type Method Description voidDmxScenery. addSceneryPoint(DmxSceneryPoint dmxSceneryPoint)booleanDmxScenery. removeSceneryPoint(DmxSceneryPoint dmxSceneryPoint)Method parameters in org.bidib.wizard.mvc.dmx.model with type arguments of type DmxSceneryPoint Modifier and Type Method Description voidDmxScenery. setSceneryPoints(List<DmxSceneryPoint> sceneryPoints)
-