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.DataTypeNested 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 voidsetFiles(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, setObjectMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXMLMethods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods 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:InterfaceIOOptionsSets the list of files associated with this options instance- Overrides:
setFilesin classSurfaceDataInputOptions
-