Modifier and Type | Method and Description |
---|---|
void |
NumberNetService.setProjectorDisplayMode(java.lang.String projector,
ProjectionDisplayMode mode)
Sets the projector display mode.
|
void |
NumberNetServiceAsync.setProjectorDisplayMode(java.lang.String projector,
ProjectionDisplayMode mode,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the projector display mode.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<ProjectionDisplayMode> |
ProjectorDevice.getProjectionDisplayModeControlVariable()
Gets the projection display mode control variable.
|
Modifier and Type | Method and Description |
---|---|
void |
TeacherControlComms.setProjectorDisplayMode(java.lang.String projector,
ProjectionDisplayMode mode)
Sets the projector display mode.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberNetServiceImpl.setProjectorDisplayMode(java.lang.String projector,
ProjectionDisplayMode mode) |
Modifier and Type | Method and Description |
---|---|
static ProjectionDisplayMode |
ProjectionDisplayMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionDisplayMode[] |
ProjectionDisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|