Package mgui.io.foreign.caret
Class CaretMetricInOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceDataInputOptions
mgui.io.foreign.caret.CaretMetricInOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class CaretMetricInOptions extends SurfaceDataInputOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
SurfaceDataInputOptions.DataType
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
data_type, files, mesh, names
-
Constructor Summary
Constructors Constructor Description CaretMetricInOptions()
-
Method Summary
Modifier and Type Method Description void
setFiles(java.io.File[] files)
Sets the list of files associated with this options instanceMethods inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
getFileChooser, getFileChooser, getFiles, setObject
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, 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
-
columns
public int[] columns -
include
public boolean[] include
-
-
Constructor Details
-
CaretMetricInOptions
public CaretMetricInOptions()
-
-
Method Details
-
setFiles
public void setFiles(java.io.File[] files)Description copied from class:InterfaceIOOptions
Sets the list of files associated with this options instance- Overrides:
setFiles
in classSurfaceDataInputOptions
-