Uses of Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.DisplayModes
-
Packages that use SoRemoteVizClient.DisplayModes Package Description com.openinventor.remoteviz.clients.nodes -
-
Uses of SoRemoteVizClient.DisplayModes in com.openinventor.remoteviz.clients.nodes
Fields in com.openinventor.remoteviz.clients.nodes with type parameters of type SoRemoteVizClient.DisplayModes Modifier and Type Field Description SoSFEnum<SoRemoteVizClient.DisplayModes>
SoRemoteVizClient. displayMode
This setting allows you to specify how to map the renderArea image (server-side) into the container (client-side).Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient.DisplayModes Modifier and Type Method Description static SoRemoteVizClient.DisplayModes
SoRemoteVizClient.DisplayModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoRemoteVizClient.DisplayModes
SoRemoteVizClient.DisplayModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoRemoteVizClient.DisplayModes[]
SoRemoteVizClient.DisplayModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-