Package mgui.interfaces.shapes.mesh
Class MeshDataThresholdOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.shapes.mesh.MeshDataOptions
mgui.interfaces.shapes.mesh.MeshDataThresholdOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class MeshDataThresholdOptions extends MeshDataOptions
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MeshDataThresholdOptions()
-
Method Summary
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
-
min
public double min -
max
public double max -
subVal
public double subVal -
midVal
public double midVal -
superVal
public double superVal
-
-
Constructor Details
-
MeshDataThresholdOptions
public MeshDataThresholdOptions()
-