Uses of Class
mgui.interfaces.shapes.volume.Volume3DTexture.UpdateTextureType
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.volume |
-
Uses of Volume3DTexture.UpdateTextureType in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type Volume3DTexture.UpdateTextureType Modifier and Type Method Description void
Volume3DInt. update(Volume3DTexture.UpdateTextureType type)
Updates this volume's grid data with the current Volume3DUpdater object. -
Uses of Volume3DTexture.UpdateTextureType in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume that return Volume3DTexture.UpdateTextureType Modifier and Type Method Description static Volume3DTexture.UpdateTextureType
Volume3DTexture.UpdateTextureType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Volume3DTexture.UpdateTextureType[]
Volume3DTexture.UpdateTextureType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.interfaces.shapes.volume with parameters of type Volume3DTexture.UpdateTextureType Modifier and Type Method Description void
Volume3DTexture. setCurrentUpdateType(Volume3DTexture.UpdateTextureType type)
Specifies what type of update will be performed by Volume3DTexture.updateData(org.jogamp.java3d.ImageComponent3D,int,int,int,int,int).