Package mgui.interfaces.shapes.volume
Class VolumeMaskOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.shapes.volume.VolumeMaskOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class VolumeMaskOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description Volume3DInt
volume
-
Constructor Summary
Constructors Constructor Description VolumeMaskOptions()
-
Method Summary
Modifier and Type Method Description void
setVolume(Volume3DInt volume)
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
volume
-
-
Constructor Details
-
VolumeMaskOptions
public VolumeMaskOptions()
-
-
Method Details
-
setVolume
-