Package mgui.io.foreign.caret
Class CaretPaintInOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceDataInputOptions
mgui.io.foreign.caret.CaretPaintInOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class CaretPaintInOptions 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 Modifier and Type Field Description int[]
columns
boolean[]
include
java.lang.String
name_map_prefix
boolean
set_name_map
Fields inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
data_type, files, mesh, names
-
Constructor Summary
Constructors Constructor Description CaretPaintInOptions()
-
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 -
set_name_map
public boolean set_name_map -
name_map_prefix
public java.lang.String name_map_prefix
-
-
Constructor Details
-
CaretPaintInOptions
public CaretPaintInOptions()
-
-
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
-