Uses of Class
mgui.interfaces.InterfaceOptions
| Package | Description |
|---|---|
| mgui.geometry.neuro.mesh | |
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
| mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
| mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
| mgui.interfaces.math |
Provides an abstract interface allowing arithmetic functions to be applied to object data (e.g., vertex data for shapes).
|
| mgui.interfaces.models |
Base classes for specifying dynamic models.
|
| mgui.interfaces.neuro | |
| mgui.interfaces.neuro.imaging.camino | |
| mgui.interfaces.pipelines |
This package provides interfaces for user interaction with pipelines.
|
| mgui.interfaces.pipelines.libraries | |
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
| mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
| mgui.interfaces.projects.util |
Utility classes operating on projects.
|
| mgui.interfaces.shapes.datasources | |
| mgui.interfaces.shapes.mesh | |
| mgui.interfaces.shapes.volume | |
| mgui.interfaces.tools.dialogs | |
| mgui.interfaces.tools.shapes | |
| mgui.io |
This package contains all classes which perform input/output functions.
|
| mgui.io.domestic |
Input/output operations for "domestic" (mgui-specific) data formats.
|
| mgui.io.domestic.datasources | |
| mgui.io.domestic.graphs | |
| mgui.io.domestic.maps | |
| mgui.io.domestic.network | |
| mgui.io.domestic.pipelines | |
| mgui.io.domestic.printing | |
| mgui.io.domestic.shapes | |
| mgui.io.domestic.variables | |
| mgui.io.domestic.videos | |
| mgui.io.domestic.views | |
| mgui.io.foreign.caret | |
| mgui.io.foreign.freesurfer | |
| mgui.io.foreign.minc | |
| mgui.io.foreign.pajek | |
| mgui.io.foreign.vol | |
| mgui.io.standard.gifti | |
| mgui.io.standard.xml | |
| mgui.io.standard.xml.x3d |
-
Uses of InterfaceOptions in mgui.geometry.neuro.mesh
Subclasses of InterfaceOptions in mgui.geometry.neuro.mesh Modifier and Type Class Description classScalpAndSkullModelOptionsParameters for skull and scalp surface approximation. -
Uses of InterfaceOptions in mgui.interfaces
Fields in mgui.interfaces declared as InterfaceOptions Modifier and Type Field Description InterfaceOptionsInterfaceOptionsDialogBox. optionsMethods in mgui.interfaces that return InterfaceOptions Modifier and Type Method Description InterfaceOptionsInterfaceOptionsDialogBox. getOptions()Methods in mgui.interfaces with parameters of type InterfaceOptions Modifier and Type Method Description booleanInterfaceDialogUpdater. setParameters(InterfaceOptions p, int code)booleanInterfaceDialogBox. updateDialog(InterfaceOptions p)Constructors in mgui.interfaces with parameters of type InterfaceOptions Constructor Description InterfaceOptionsDialogBox(javax.swing.JFrame aFrame, InterfaceOptions options)InterfaceOptionsTabbedDialogBox(javax.swing.JFrame aFrame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.datasources
Subclasses of InterfaceOptions in mgui.interfaces.datasources Modifier and Type Class Description classDataFieldOptionsParameters defining a data field.classDataQueryOptionsOptions for a data queryclassDataSourceDriverOptionsOptions which specify a JDBC data source driver.classDataSourceOptionsclassDataTableOptionsOptions for a new data table. -
Uses of InterfaceOptions in mgui.interfaces.graphics.video
Subclasses of InterfaceOptions in mgui.interfaces.graphics.video Modifier and Type Class Description classVideoTaskOptions -
Uses of InterfaceOptions in mgui.interfaces.io
Subclasses of InterfaceOptions in mgui.interfaces.io Modifier and Type Class Description classVolumeFileWriteOptionsMethods in mgui.interfaces.io with parameters of type InterfaceOptions Modifier and Type Method Description booleanInterfaceFilePanel. setParameters(InterfaceOptions p, int code)booleanVolumeFileWriteDialog. updateDialog(InterfaceOptions p)Deprecated. -
Uses of InterfaceOptions in mgui.interfaces.math
Subclasses of InterfaceOptions in mgui.interfaces.math Modifier and Type Class Description classMathExpressionOptionsOptions for a math expression evaluation.Methods in mgui.interfaces.math with parameters of type InterfaceOptions Modifier and Type Method Description booleanMathExpressionDialogBox. updateDialog(InterfaceOptions opts) -
Uses of InterfaceOptions in mgui.interfaces.models
Methods in mgui.interfaces.models with parameters of type InterfaceOptions Modifier and Type Method Description booleanInterfaceDynamicModelPanel. setParameters(InterfaceOptions p, int code) -
Uses of InterfaceOptions in mgui.interfaces.neuro
Subclasses of InterfaceOptions in mgui.interfaces.neuro Modifier and Type Class Description classCorticalThicknessDataTableOptionsclassCorticalThicknessOptionsMethods in mgui.interfaces.neuro with parameters of type InterfaceOptions Modifier and Type Method Description booleanCorticalThicknessDataTableDialogBox. updateDialog(InterfaceOptions opts)booleanCorticalThicknessDialogBox. updateDialog(InterfaceOptions opts) -
Uses of InterfaceOptions in mgui.interfaces.neuro.imaging.camino
Subclasses of InterfaceOptions in mgui.interfaces.neuro.imaging.camino Modifier and Type Class Description classCaminoProcessOptionsclassCaminoProjectOptionsclassCaminoTaskOptionsConstructors in mgui.interfaces.neuro.imaging.camino with parameters of type InterfaceOptions Constructor Description CaminoProcessDialogBox(InterfaceOptions options)CaminoProjectDialogBox(javax.swing.JFrame aFrame, InterfaceOptions options)CaminoTaskDialogBox(javax.swing.JFrame aFrame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.pipelines
Subclasses of InterfaceOptions in mgui.interfaces.pipelines Modifier and Type Class Description classPipelineProcessInstanceOptionsOptions for a pipeline process instance.classPipelineProcessOptionsOptions for aPipelineProcess.Constructors in mgui.interfaces.pipelines with parameters of type InterfaceOptions Constructor Description PipelineProcessDialogBox(InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.pipelines.libraries
Subclasses of InterfaceOptions in mgui.interfaces.pipelines.libraries Modifier and Type Class Description classPipelineProcessLibraryOptionsOptions for a PipelineProcessLibrary -
Uses of InterfaceOptions in mgui.interfaces.plots
Subclasses of InterfaceOptions in mgui.interfaces.plots Modifier and Type Class Description classInterfacePlotOptions<T extends InterfacePlot<?>>Options for a plot object. -
Uses of InterfaceOptions in mgui.interfaces.plots.sgt
Subclasses of InterfaceOptions in mgui.interfaces.plots.sgt Modifier and Type Class Description classSgtPlotLayoutOptionsOptions defining an SGT plot layout -
Uses of InterfaceOptions in mgui.interfaces.projects
Subclasses of InterfaceOptions in mgui.interfaces.projects Modifier and Type Class Description classInterfaceProjectOptionsclassProjectDirectoryOptionsOptions for aProjectDirectory.Constructors in mgui.interfaces.projects with parameters of type InterfaceOptions Constructor Description InterfaceProjectDialogBox(javax.swing.JFrame aFrame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.projects.util
Subclasses of InterfaceOptions in mgui.interfaces.projects.util Modifier and Type Class Description classProjectOptionsOptions for a project.Constructors in mgui.interfaces.projects.util with parameters of type InterfaceOptions Constructor Description ConsolidateDirectoriesDialogBox(javax.swing.JFrame frame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.shapes.datasources
Subclasses of InterfaceOptions in mgui.interfaces.shapes.datasources Modifier and Type Class Description classDataSourceLinkOptionsOptions for specifying a vertex data column link to a data source.Constructors in mgui.interfaces.shapes.datasources with parameters of type InterfaceOptions Constructor Description DataSourceLinkDialogBox(javax.swing.JFrame frame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.shapes.mesh
Subclasses of InterfaceOptions in mgui.interfaces.shapes.mesh Modifier and Type Class Description classMeshDataMaskOptionsclassMeshDataOptionsclassMeshDataThresholdOptionsclassMeshPlaneMaskOptionsclassMeshSubmeshOptions -
Uses of InterfaceOptions in mgui.interfaces.shapes.volume
Subclasses of InterfaceOptions in mgui.interfaces.shapes.volume Modifier and Type Class Description classVolumeMaskOptionsclassVolumeMaskOptions_oldClass to specify parameters for volume masking.Methods in mgui.interfaces.shapes.volume with parameters of type InterfaceOptions Modifier and Type Method Description protected booleanInterfaceVolumePanel. setParameters(InterfaceOptions p)Constructors in mgui.interfaces.shapes.volume with parameters of type InterfaceOptions Constructor Description VolumeMaskDialog(javax.swing.JFrame aFrame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.tools.dialogs
Fields in mgui.interfaces.tools.dialogs declared as InterfaceOptions Modifier and Type Field Description protected InterfaceOptionsDialogToolDialogBox. optionsMethods in mgui.interfaces.tools.dialogs that return InterfaceOptions Modifier and Type Method Description InterfaceOptionsDialogToolDialogBox. getOptions()Methods in mgui.interfaces.tools.dialogs with parameters of type InterfaceOptions Modifier and Type Method Description protected booleanDialogTool. doTask(InterfaceOptions options)Call this to run the task as a worker task.protected abstract booleanDialogTool. doTaskBlocking(InterfaceOptions options, InterfaceProgressBar progress_bar)Runs this tool's task and blocks until it is complete.Constructors in mgui.interfaces.tools.dialogs with parameters of type InterfaceOptions Constructor Description DialogToolDialogBox(javax.swing.JFrame frame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.interfaces.tools.shapes
Subclasses of InterfaceOptions in mgui.interfaces.tools.shapes Modifier and Type Class Description classToolCreateMeshFromPolylinesOptionsclassToolCutMeshWithPlaneOptionsclassToolGetConvexHull2DOptionsclassToolGetMeshIntersectionPolylinesOptionsMethods in mgui.interfaces.tools.shapes with parameters of type InterfaceOptions Modifier and Type Method Description protected booleanToolCreateMeshFromPolylines. doTaskBlocking(InterfaceOptions options, InterfaceProgressBar progress_bar)protected booleanToolCutMeshWithPlane. doTaskBlocking(InterfaceOptions options, InterfaceProgressBar progress_bar)protected booleanToolGetConvexHull2D. doTaskBlocking(InterfaceOptions options, InterfaceProgressBar progress_bar)protected booleanToolGetMeshIntersectionPolylines. doTaskBlocking(InterfaceOptions options, InterfaceProgressBar progress_bar)Constructors in mgui.interfaces.tools.shapes with parameters of type InterfaceOptions Constructor Description ToolCreateMeshFromPolylinesDialog(javax.swing.JFrame frame, InterfaceOptions options)ToolCutMeshWithPlaneDialog(javax.swing.JFrame frame, InterfaceOptions options)ToolGetConvexHull2DDialog(javax.swing.JFrame frame, InterfaceOptions options)ToolGetMeshIntersectionPolylinesDialog(javax.swing.JFrame frame, InterfaceOptions options) -
Uses of InterfaceOptions in mgui.io
Subclasses of InterfaceOptions in mgui.io Modifier and Type Class Description classDefaultIOOptionsImplements a default IO options object, specifying files and a generic file chooser.classInterfaceIOOptionsExtendsInterfaceOptionsspecifically for I/O methods. -
Uses of InterfaceOptions in mgui.io.domestic
Subclasses of InterfaceOptions in mgui.io.domestic Modifier and Type Class Description classWorkspaceOutputOptionsSpecifies options for writing a workspace (i.e., an instance ofInterfaceWorkspace) to XML. -
Uses of InterfaceOptions in mgui.io.domestic.datasources
Subclasses of InterfaceOptions in mgui.io.domestic.datasources Modifier and Type Class Description classDataSourceOutOptionsSpecifies options for writing a Data Source to file.classExportDataTableExcelOptionsOptions for exporting data from aDataSourceItemto a Microsoft Excel format file.classExportDataTableOptionsOptions for exporting data from a data source to an external file format.classExportDataTableTextOptionsOptions for exporting data from a data source to a delimited text file.classImportDataTableOptionsSpecifies options for importing data to a data source table.classImportDataTableTextOptionsSpecifies options for importing data from a text file to a data source table. -
Uses of InterfaceOptions in mgui.io.domestic.graphs
Subclasses of InterfaceOptions in mgui.io.domestic.graphs Modifier and Type Class Description classGraphInputOptionsGeneral options for loading a graphclassGraphOutputOptionsGeneral options for writing a graph to file. -
Uses of InterfaceOptions in mgui.io.domestic.maps
Subclasses of InterfaceOptions in mgui.io.domestic.maps Modifier and Type Class Description classDiscreteColourMapInOptionsOptions for inputting a DiscreteColourMap.classDiscreteColourMapOutOptionsOptions for outputting a DiscreteColourMap.classNameMapInOptionsclassNameMapOutOptionsSpecifies options for writing a name map (or multiple name maps) to file. -
Uses of InterfaceOptions in mgui.io.domestic.network
Subclasses of InterfaceOptions in mgui.io.domestic.network Modifier and Type Class Description classCorticalNetworkMatrixInOptionsInputs a matrix as a weighted cortical network. -
Uses of InterfaceOptions in mgui.io.domestic.pipelines
Subclasses of InterfaceOptions in mgui.io.domestic.pipelines Modifier and Type Class Description classPipelineInputOptionsOptions for loading a pipeline or multiple pipelines.classPipelineOutputOptions -
Uses of InterfaceOptions in mgui.io.domestic.printing
Subclasses of InterfaceOptions in mgui.io.domestic.printing Modifier and Type Class Description classStlOutputOptionsOptions defining an output operation to STL format. -
Uses of InterfaceOptions in mgui.io.domestic.shapes
Subclasses of InterfaceOptions in mgui.io.domestic.shapes Modifier and Type Class Description classGraph3DOutputOptionsOutput options for a Graph3DWriterclassPointSet2DInputOptionsOptions for loading a PointSet2DInt object.classPointSet3DDataInputOptionsclassPointSet3DInputOptionsOptions for loading a PointSet3DInt object.classPolygonSet3DInputOptionsOptions for loading a PolygonSet3DInt object.classShapeDataInputOptionsOptions for loading vertex-wise data into a shape.classShapeInputOptionsOptions for loading an InterfaceShape object.classShapeModel3DInputOptionsOptions for loading a ShapeModel3D object.classShapeModel3DOutputOptionsSpecifies options for writing aShapeModel3Dobject to XML.classShapeOutputOptionsOutput options for an InterfaceShapeWriter.classSurfaceDataInputOptionsclassSurfaceDataOutputOptionsOptions for outputting surface data to a text file (single column)classSurfaceInputOptionsOptions for inputting a Mesh3DInt object.classSurfaceOutputOptionsStandard options for writing a surface to file.classVectorSet3DInputOptionsOptions for loading a VectorSet3DInt object.classVolumeInputOptionsOptions specifying a Volume3DInt object.classVolumeOutputOptionsSpecifies options for outputting aVolume3DIntto persistent storage.Methods in mgui.io.domestic.shapes with parameters of type InterfaceOptions Modifier and Type Method Description booleanVolumeInputDialogBox. updateDialog(InterfaceOptions opt) -
Uses of InterfaceOptions in mgui.io.domestic.variables
Subclasses of InterfaceOptions in mgui.io.domestic.variables Modifier and Type Class Description classMatrixInOptionsOptions for loading a matrix from file.classMatrixOutOptionsclassStringVectorInOptionsOptions for reading an array ofStringobjects into aStringVectorIntinstance. -
Uses of InterfaceOptions in mgui.io.domestic.videos
Subclasses of InterfaceOptions in mgui.io.domestic.videos Modifier and Type Class Description classImageStackVideoOptionsOptions for a video stack output operation; i.e., vis ImageStackVideoWriter.classVideoInputOptionsclassVideoOutputOptions -
Uses of InterfaceOptions in mgui.io.domestic.views
Subclasses of InterfaceOptions in mgui.io.domestic.views Modifier and Type Class Description classView3DInputOptionsOptions for loading View3D objects.classView3DOutputOptionsOptions for writing a set of View3D objects to file. -
Uses of InterfaceOptions in mgui.io.foreign.caret
Subclasses of InterfaceOptions in mgui.io.foreign.caret Modifier and Type Class Description classCaretAreaColourInOptionsclassCaretAreaColourOutputOptionsOptions for outputting aDiscreteColourMapas a Caret areacolor file.classCaretMetricInOptionsclassCaretMetricOptionsOptions for a Caret metric file.classCaretPaintInOptionsclassCaretPaintOptionsDeprecated.use CaretPaintInOptions or CaretPaintOutOptionsclassCaretPaintOutOptionsclassCaretSurfaceInOptionsOptions specifying how to read a Caret surfaceclassCaretSurfaceOutOptionsMethods in mgui.io.foreign.caret with parameters of type InterfaceOptions Modifier and Type Method Description booleanCaretSurfaceOutDialogBox. updateDialog(InterfaceOptions options) -
Uses of InterfaceOptions in mgui.io.foreign.freesurfer
Subclasses of InterfaceOptions in mgui.io.foreign.freesurfer Modifier and Type Class Description classFreesurferSurfaceOutputOptionsOptions for a FreesurferSurfaceWriter.classFreesurferVertexDataInOptionsOptions for FreesurferVertexDataLoader. -
Uses of InterfaceOptions in mgui.io.foreign.minc
Subclasses of InterfaceOptions in mgui.io.foreign.minc Modifier and Type Class Description classMincSurfaceDataInOptionsclassMincSurfaceDataOutOptions -
Uses of InterfaceOptions in mgui.io.foreign.pajek
Subclasses of InterfaceOptions in mgui.io.foreign.pajek Modifier and Type Class Description classPajekGraphInputOptionsOptions for Pajek graph input. -
Uses of InterfaceOptions in mgui.io.foreign.vol
Subclasses of InterfaceOptions in mgui.io.foreign.vol Modifier and Type Class Description classVolume4DInputOptionsclassVolumeInputOptions -
Uses of InterfaceOptions in mgui.io.standard.gifti
Subclasses of InterfaceOptions in mgui.io.standard.gifti Modifier and Type Class Description classGiftiInputOptionsOptions specific for Gifti surfaces.classGiftiOutputOptionsOptions for writing a surface to a Gifti format file.Methods in mgui.io.standard.gifti with parameters of type InterfaceOptions Modifier and Type Method Description booleanGiftiSurfaceOutDialogBox. updateDialog(InterfaceOptions options) -
Uses of InterfaceOptions in mgui.io.standard.xml
Subclasses of InterfaceOptions in mgui.io.standard.xml Modifier and Type Class Description classXMLOutputOptionsSpecifies options for writing an XML object (i.e., an instance ofXMLObject). -
Uses of InterfaceOptions in mgui.io.standard.xml.x3d
Subclasses of InterfaceOptions in mgui.io.standard.xml.x3d Modifier and Type Class Description classVector3DInputOptions