Package mgui.io.domestic.printing
Class StlOutputOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceOutputOptions
mgui.io.domestic.printing.StlOutputOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class StlOutputOptions extends SurfaceOutputOptions
Options defining an output operation to STL format. See StlWriter.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StlOutputOptions.Format
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description StlOutputOptions.Format
format
Fields inherited from class mgui.io.domestic.shapes.SurfaceOutputOptions
files, mesh, number_format
-
Constructor Summary
Constructors Constructor Description StlOutputOptions()
-
Method Summary
Methods inherited from class mgui.io.domestic.shapes.SurfaceOutputOptions
getDisplayPanel, getFileChooser, getFileChooser, getFiles, getXML, getXMLHeader, handleXMLElementStart, setDisplayPanel, setFiles, setObject
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXML
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
-
format
-
-
Constructor Details
-
StlOutputOptions
public StlOutputOptions()
-