Package mgui.interfaces.tools.shapes
Class ToolGetConvexHull2DOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.tools.shapes.ToolGetConvexHull2DOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class ToolGetConvexHull2DOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
PointSet2DInt
point_set
int
section
SectionSet3DInt
section_set
-
Constructor Summary
Constructors Constructor Description ToolGetConvexHull2DOptions()
-
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
-
section_set
-
section
public int section -
point_set
-
name
public java.lang.String name
-
-
Constructor Details
-
ToolGetConvexHull2DOptions
public ToolGetConvexHull2DOptions()
-