Package mgui.io.foreign.caret
Class CaretSurfaceOutOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceOutputOptions
mgui.io.foreign.caret.CaretSurfaceOutOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class CaretSurfaceOutOptions extends SurfaceOutputOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
coordFile
CaretSurfaceInfo
info
java.lang.String
topoFile
Fields inherited from class mgui.io.domestic.shapes.SurfaceOutputOptions
files, mesh, number_format
-
Constructor Summary
Constructors Constructor Description CaretSurfaceOutOptions()
-
Method Summary
Modifier and Type Method Description javax.swing.JFileChooser
getFileChooser()
Returns a file chooser appropriate for this options instancejavax.swing.JFileChooser
getFileChooser(java.io.File f)
Returns a file chooser appropriate for this options instancejava.io.File
getOutputDir()
Methods inherited from class mgui.io.domestic.shapes.SurfaceOutputOptions
getDisplayPanel, 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
-
topoFile
public java.lang.String topoFile -
coordFile
public java.lang.String coordFile -
info
-
-
Constructor Details
-
CaretSurfaceOutOptions
public CaretSurfaceOutOptions()
-
-
Method Details
-
getFileChooser
public javax.swing.JFileChooser getFileChooser()Description copied from class:InterfaceIOOptions
Returns a file chooser appropriate for this options instance- Overrides:
getFileChooser
in classSurfaceOutputOptions
- Returns:
-
getFileChooser
public javax.swing.JFileChooser getFileChooser(java.io.File f)Description copied from class:InterfaceIOOptions
Returns a file chooser appropriate for this options instance- Overrides:
getFileChooser
in classSurfaceOutputOptions
- Returns:
-
getOutputDir
public java.io.File getOutputDir()
-