public class ProjectorDevice extends ClusteredDevice
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
deviceType
The Constant deviceType.
|
Constructor and Description |
---|
ProjectorDevice(java.lang.String name)
Instantiates a new projector device.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<ProjectionDisplayMode> |
getProjectionDisplayModeControlVariable()
Gets the projection display mode control variable.
|
DistributedProperty<java.lang.Integer> |
getShouldUpdatePositionControlVariable()
Gets the should update position control variable.
|
DistributedProperty<java.lang.Double> |
getTargetToShowControlVariable()
Gets the target to show control variable.
|
DistributedProperty<java.lang.Boolean> |
getUnifyRotationControlVariable()
Gets the unify rotation control variable.
|
void |
notifyShouldUpdatePosition()
Notify should update position.
|
getDistributedPropertyMap, getNameOfOwnerDevice
public static final java.lang.String deviceType
public ProjectorDevice(java.lang.String name)
name
- the namepublic DistributedProperty<ProjectionDisplayMode> getProjectionDisplayModeControlVariable()
public DistributedProperty<java.lang.Integer> getShouldUpdatePositionControlVariable()
public DistributedProperty<java.lang.Double> getTargetToShowControlVariable()
public DistributedProperty<java.lang.Boolean> getUnifyRotationControlVariable()
public void notifyShouldUpdatePosition()