Uses of Class
com.openinventor.inventor.devices.SoGLBufferObject.Usages
-
Packages that use SoGLBufferObject.Usages Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoGLBufferObject.Usages in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGLBufferObject.Usages Modifier and Type Method Description static SoGLBufferObject.Usages
SoGLBufferObject.Usages. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoGLBufferObject.Usages
SoGLBufferObject.Usages. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoGLBufferObject.Usages[]
SoGLBufferObject.Usages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.inventor.devices with parameters of type SoGLBufferObject.Usages Constructor Description SoGLBufferObject(SoGLBufferObject.Usages usage)
Constructor.
-