Uses of Class
com.openinventor.medical.nodes.SliceScaleBar.Orientation
-
Packages that use SliceScaleBar.Orientation Package Description com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications. -
-
Uses of SliceScaleBar.Orientation in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes with type parameters of type SliceScaleBar.Orientation Modifier and Type Field Description SoSFEnum<SliceScaleBar.Orientation>
SliceScaleBar. orientation
Scale bar orientation (default is HORIZONTAL).Methods in com.openinventor.medical.nodes that return SliceScaleBar.Orientation Modifier and Type Method Description static SliceScaleBar.Orientation
SliceScaleBar.Orientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SliceScaleBar.Orientation[]
SliceScaleBar.Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-