Uses of Interface
mgui.interfaces.xml.XMLObject
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
| mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
| mgui.graphs.networks |
Classes representing network graphs.
|
| mgui.image.util |
Utility classes for operations on 2D and 3D images.
|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.attributes |
Provides a standard updatable attribute object which can fire events for all interface objects.
|
| mgui.interfaces.attributes.video |
Classes allowing video tasks to read/modify object attributes.
|
| mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
| mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
| mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
| mgui.interfaces.layouts | |
| mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
| mgui.interfaces.neuro.imaging.camino | |
| mgui.interfaces.pipelines.libraries | |
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.shapes.attributes | |
| mgui.interfaces.shapes.dynamic | |
| mgui.interfaces.shapes.graphs | |
| mgui.interfaces.shapes.neuro | |
| mgui.interfaces.shapes.selection | |
| mgui.interfaces.shapes.video | |
| mgui.interfaces.shapes.volume | |
| mgui.interfaces.tables |
Provides object interaction via a JTable.
|
| mgui.interfaces.variables | |
| mgui.interfaces.xml | |
| 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 | |
| mgui.morph.sections | |
| mgui.neuro.graphs | |
| mgui.neuro.imaging.camino | |
| mgui.numbers | |
| mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
| mgui.util |
-
Uses of XMLObject in mgui.datasources
Subinterfaces of XMLObject in mgui.datasources Modifier and Type Interface Description interfaceDataSourceItemAn item (i.e., table or query) in aDataSource.Classes in mgui.datasources that implement XMLObject Modifier and Type Class Description classDataConnectionSpecifies a basic JDBC database connection, including: JDBC driver URL Connection name File location Login Password //TODO implement security on thisclassDataFieldObject to specify a field data type and length.classDataQueryRepresents an SQL query.classDataSourceActs as a port into the JDBC interface.classDataTableGeneral data table object specifying the organization of data into fields.classDataTableSetObject stores a list of DataTable objects, all representing tables in a single DataSource -
Uses of XMLObject in mgui.geometry
Subinterfaces of XMLObject in mgui.geometry Modifier and Type Interface Description interfaceShapeThis is the base interface for all shapes in mgui.Classes in mgui.geometry that implement XMLObject Modifier and Type Class Description classBox3DBox in R3 with base point and three orthogonal axis vectors (denoted by S, T, and R, respectively).classCircle2DRepresents a 2D circle.classCube3DRepresents a 3 dimensional cube object, using a Point3f, two Vector3f's and a float.classEllipse2DRepresents an ellipse shape.classGraph2DRepresents a graph as a 2D geometric shape.classGraph3DRepresents a graph as a 3D geometric shape.classGrid3DHolds a 3D array of values and a Box3D defining the distribution of these values in R3.classLineSegment2DRepresents a line segment in R2.classLineSegment3DRepresents a line segment in R3.classMesh3DGeometry class to represent a 3D triangular mesh.classPlane3DRepresents a plane in 3 dimensions, using a Point3d and a Vector3d (normal)classPoint2DRepresents a 2D point.classPointSet2DRepresents a set of 2D points.classPointSet3DRepresents a set of 3D points.classPolygon2DRepresents a series of connected 2D points, defining either a polyline or a closed polygon.classPolygon3DGeometry class for a polygon in R3.classRadius2DDEV NOTE: deprecate or change; does not have fixed geometry, thus doesn't fit definition of aShape.classRect2DRepresents a 2D rectangle.classRect3DRepresents a 3D rectangle shape, defined by four 3D nodes representing BL, BR, TR, TL corners, respectively.classShape2DBase class to be extended by all 2D shapes.classShape3DBase class to be extended by all 3D shapes.classSphere3DRepresents a sphere in R3.classText2DRepresents a character string with 2D geometry.classTriangle2DRepresents a 2D triangle.classTriangle3DRepresents a 3D triangle.classVector2DRepresents a 2D vector, defined by an end-point and a vector.classVector3DRepresents a 3D vector, defined by an end-point and a vector. -
Uses of XMLObject in mgui.graphs.networks
Classes in mgui.graphs.networks that implement XMLObject Modifier and Type Class Description classAbstractNetworkGraphA graph which explicitly represents a connected network.classAbstractNetworkGraphConnectionRepresents an edge (i.e., a connection) in a network graph.classAbstractNetworkGraphNodeRepresents a node in a network graph. -
Uses of XMLObject in mgui.image.util
Classes in mgui.image.util that implement XMLObject Modifier and Type Class Description classWindowedColourModelColour model useful for representing medical images. -
Uses of XMLObject in mgui.interfaces
Classes in mgui.interfaces that implement XMLObject Modifier and Type Class Description classInterfaceDisplayPanelMain interface panel for displaying data graphically.classInterfaceSplitPanelDisplays twoInterfaceGraphicWindows, split either horizontally or vertically.classInterfaceTabbedDisplayPanelThis class extendsInterfaceDisplayPanelin order to provide a tabbed window pane, similar to a typical web browser.classInterfaceWorkspaceA Workspace acts as a container for all data models and graphics windows. -
Uses of XMLObject in mgui.interfaces.attributes
Classes in mgui.interfaces.attributes that implement XMLObject Modifier and Type Class Description classAttribute<V>Class serves as a general-purpose attribute.classAttributeListStores a list ofAttributeobjects, and provides methods to access and modify them, as well as set methods to intersect and union with other lists.classAttributeSelection<V>ExtendsAttributeto allow a list of options, one or none of which is the current value.classAttributeSelectionMap<V>Represents anAttributewith possible values mapped withStringkeys.Methods in mgui.interfaces.attributes that return XMLObject Modifier and Type Method Description static XMLObjectAttribute. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectAttributeList. getXMLInstance(org.xml.sax.Attributes attributes) -
Uses of XMLObject in mgui.interfaces.attributes.video
Classes in mgui.interfaces.attributes.video that implement XMLObject Modifier and Type Class Description classAttributeObjectVideoTaskRepresents a video task which modifies anAttribute.Methods in mgui.interfaces.attributes.video that return XMLObject Modifier and Type Method Description static XMLObjectAttributeObjectVideoTask. getXMLInstance(org.xml.sax.Attributes attributes) -
Uses of XMLObject in mgui.interfaces.console
Classes in mgui.interfaces.console that implement XMLObject Modifier and Type Class Description classInterfaceConsoleDisplayWindow which displays console output. -
Uses of XMLObject in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement XMLObject Modifier and Type Class Description classInterfaceGraphic<T extends Tool>The base class for all graphical interface windows.classInterfaceGraphic2DGraphical interface window for display 2D shapes (Shape2DInt).classInterfaceGraphic3DInterface class for Java3D display.classInterfaceGraphicWindowProvides a title for anInterfaceGraphicwindow, which is a button.classView3DRepresents a specific 3D view, defined by a frozenCamera3Dobject.Methods in mgui.interfaces.graphics that return XMLObject Modifier and Type Method Description static XMLObjectView3D. getXMLInstance(org.xml.sax.Attributes attributes) -
Uses of XMLObject in mgui.interfaces.graphics.video
Classes in mgui.interfaces.graphics.video that implement XMLObject Modifier and Type Class Description classRotateView3DTaskVideo task which rotates aCamera3Dover a specific time interval, with the rotation defined by an X and a Y angle.classSetView3DTaskclassVideoRepresents a video schedule, using a list ofVideoTaskobjects which are activated at specific time points.classVideo3DAVideooperating on anInterfaceGraphic3Dwindow or its associated objects.classVideoTaskBase class for a video task, which manipulates anInterfaceGraphicwindow or its associatedInterfaceObjects, over a specified time interval.classVideoTask3DBase class for video tasks which operate on anInterfaceGraphic3Dwindow.Methods in mgui.interfaces.graphics.video that return XMLObject Modifier and Type Method Description static XMLObjectRotateView3DTask. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectSetView3DTask. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectVideo3D. getXMLInstance(org.xml.sax.Attributes attributes) -
Uses of XMLObject in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement XMLObject Modifier and Type Class Description classAbstractGraphEdgeAbstract representation of a graph edge, connecting two nodes.classAbstractGraphNodeAbstract representation of a graph node (vertex), with a specific static 3D locations.classDefaultGraphDefault implementation of a Graph in ModelGUI.classDefaultGraphEdgeDefault implementation of a Graph edge.classDefaultGraphNodeDefault implementation of a Graph in modelGUI.classInterfaceAbstractGraphAbstract representation of a Graph in modelGUI; extends Jung's SparseGraphclassInterfaceGraphDisplayDisplays graphs and allows user interaction with them.classInterfaceGraphDisplayTitle -
Uses of XMLObject in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement XMLObject Modifier and Type Class Description classInterfaceLayoutWindowProvides a window panel which specifies (via InterfaceLayoutObject) and renders a layout containing graphical objects from existing windows or objects.classLayoutItemSpecifies an element to be rendered in a InterfaceLayoutDocument. -
Uses of XMLObject in mgui.interfaces.maps
Classes in mgui.interfaces.maps that implement XMLObject Modifier and Type Class Description classCamera3DRepresents a particular camera position in R3, defined by a center of rotation, line of sight vector, and a distance.classColourMapAbstract class for mapping values (instances ofComparable) to colours.classContinuousColourMapMaps colours to values based upon a set of anchors (expressed on the range [0:1]) and an interpolator.classDiscreteColourMapColour map for discrete 1-to-1 mappings (integers to colours).classMapRepresents a coordinate mapping from one coordinate system to another (typically a model system to screen or printer coordinates)classMap2DMaps from a given coordinate system to the screenclassMap3DClass to provide an interface for mapping a 3D viewing platform.classNameMapAssociates a name with an integer.Methods in mgui.interfaces.maps that return XMLObject Modifier and Type Method Description XMLObjectCamera3D. getXMLInstance(org.xml.sax.Attributes attributes)XMLObjectContinuousColourMap. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectDiscreteColourMap. getXMLInstance(org.xml.sax.Attributes attributes)XMLObjectNameMap. getXMLInstance(org.xml.sax.Attributes attributes) -
Uses of XMLObject in mgui.interfaces.neuro.imaging.camino
Classes in mgui.interfaces.neuro.imaging.camino that implement XMLObject Modifier and Type Class Description classCaminoProcessExtendsJavaProcessspecifically for Camino processes. -
Uses of XMLObject in mgui.interfaces.pipelines.libraries
Classes in mgui.interfaces.pipelines.libraries that implement XMLObject Modifier and Type Class Description classPipelineProcessLibraryRepresents a collection ofPipelineProcesses, typically referring to the same underlying software library. -
Uses of XMLObject in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement XMLObject Modifier and Type Class Description classInterfacePlotDisplayGeneral graphic interface for all plots. -
Uses of XMLObject in mgui.interfaces.projects
Classes in mgui.interfaces.projects that implement XMLObject Modifier and Type Class Description classInterfaceProjectRepresents a modelGUI project, which specifies an organizational structure for persistent data related to a common project.classProjectDirectorySpecifies a project directory, including its subdirectories and all prespecified data items that it contains.classProjectInstanceSpecifies an element instance in a project (e.g., a subject). -
Uses of XMLObject in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement XMLObject Modifier and Type Class Description classBoolPolygon2DIntclassBox3DIntclassCircle2DIntclassEllipse2DIntInterface for aEllipse2Dshape.classImage2DIntDisplays an image inside a Rect2D shape.classImage3DIntDraws a rectangular planar image in R3.classInterfaceShapeAbstract base class for all shape interfaces (ShapeInts).classIntPolygon2DIntclassLine2DIntclassLPolygon2DIntLight 2D polygon with no attributes (attributes are assignable)classLPolygon3DIntclassMesh2DIntA 2D representation of aMesh3DIntobject.classMesh3DIntInterface for a Mesh3D shape.classPlane3DIntclassPoint2DIntclassPointSet2DIntShape interface for a set of 2D vertices.classPointSet3DIntShape interface for a set of 3D points.classPolygon2DIntInterface for a 2D polygon.classPolygon3DIntInterface for a 3D polygon object.classPolygonSet3DIntInterface for a set of 3D polygons.classRect2DIntRepresents a 2D rectangle.classRect3DIntclassSectionSet2DIntProvides a 2D representation of a 3D section set, where it intersects a particular plane.classSectionSet3DIntRepresents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.classShape2DIntBase class for all interfaces to 2D geometrical shapes.classShape2DSelectionSetclassShape3DIntBase class for allShape3Dinterface objects.classShapeModel3DThe top container for all shape interfaces.classShapeSet2DIntRepresents a set ofShape2DIntobjects.classShapeSet3DIntRepresents a set ofShape3DIntobjects.classTensorVolume3DIntclassTestTextureIntclassText2DIntclassText2DIntMouseCoordsclassVector2DIntclassVector3DIntclassVectorSet3DIntclassVertexDataColumnEncapsulates a column of vertex-wise numerical data.classVolume2DInt2D sectional representation of a Volume3DInt.classVolume3DIntClass acting as interface to a volume shape, as defined by the Grid3D geometry class.classVolumeSet3DIntA set ofVolume3DIntobjects which render as an overlay image.classX3DScene3DInt -
Uses of XMLObject in mgui.interfaces.shapes.attributes
Classes in mgui.interfaces.shapes.attributes that implement XMLObject Modifier and Type Class Description classShapeAttribute<V>Extends Attribute to indicate shape-specific parameters (e.g., whether a change to the value requires a redraw. -
Uses of XMLObject in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement XMLObject Modifier and Type Class Description classVolume4DIntVolume with 3 space and 1 time dimension. -
Uses of XMLObject in mgui.interfaces.shapes.graphs
Classes in mgui.interfaces.shapes.graphs that implement XMLObject Modifier and Type Class Description classGraph2DIntGraph shape represented in R2.classGraph3DIntRepresents a graph as a 3D shape. -
Uses of XMLObject in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement XMLObject Modifier and Type Class Description classCorticalHemisphereSet3DIntclassCorticalSurfaceSet3DIntRepresentation of a set of cortical surfaces, including grey matter (GM) interfaces with white matter (WM) and cerebrospinal fluid (CSF). -
Uses of XMLObject in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement XMLObject Modifier and Type Class Description classShapeSelectionSet -
Uses of XMLObject in mgui.interfaces.shapes.video
Classes in mgui.interfaces.shapes.video that implement XMLObject Modifier and Type Class Description classChangeSectionVideoTaskVideo task which changes the current section, either once or multiple times over an interval. -
Uses of XMLObject in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement XMLObject Modifier and Type Class Description classGridVertexDataColumnVertex data column defined for aVolume3DInt. -
Uses of XMLObject in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement XMLObject Modifier and Type Class Description classInterfaceDataTableInterface panel for displaying a data table or query.classInterfaceDataTableTitle -
Uses of XMLObject in mgui.interfaces.variables
Classes in mgui.interfaces.variables that implement XMLObject Modifier and Type Class Description classMatrixIntInterface for a 2D matrix, represented internally as a Jama matrix of doubles.classStringVectorIntStores an array ofStringobjects as a variable.classVariableInt<T>An interface to a variable object.classVectorInt<T extends MguiNumber>Represents an array of numeric values. -
Uses of XMLObject in mgui.interfaces.xml
Methods in mgui.interfaces.xml with parameters of type XMLObject Modifier and Type Method Description static voidXMLFunctions. writeToXML(java.io.File file, XMLObject xml)Writes an XML object to file. -
Uses of XMLObject in mgui.io
Classes in mgui.io that implement XMLObject 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 XMLObject in mgui.io.domestic
Classes in mgui.io.domestic that implement XMLObject Modifier and Type Class Description classWorkspaceOutputOptionsSpecifies options for writing a workspace (i.e., an instance ofInterfaceWorkspace) to XML. -
Uses of XMLObject in mgui.io.domestic.datasources
Classes in mgui.io.domestic.datasources that implement XMLObject 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 XMLObject in mgui.io.domestic.graphs
Classes in mgui.io.domestic.graphs that implement XMLObject Modifier and Type Class Description classGraphInputOptionsGeneral options for loading a graphclassGraphOutputOptionsGeneral options for writing a graph to file. -
Uses of XMLObject in mgui.io.domestic.maps
Classes in mgui.io.domestic.maps that implement XMLObject 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.classVector3ColourMapProvides a colour mapping for a vector of size three, such that each element of the vector has a colour assignment, and the resulting colour is a weighting of these colours by x, y, z components: -
Uses of XMLObject in mgui.io.domestic.network
Classes in mgui.io.domestic.network that implement XMLObject Modifier and Type Class Description classCorticalNetworkMatrixInOptionsInputs a matrix as a weighted cortical network. -
Uses of XMLObject in mgui.io.domestic.pipelines
Classes in mgui.io.domestic.pipelines that implement XMLObject Modifier and Type Class Description classPipelineInputOptionsOptions for loading a pipeline or multiple pipelines.classPipelineOutputOptions -
Uses of XMLObject in mgui.io.domestic.printing
Classes in mgui.io.domestic.printing that implement XMLObject Modifier and Type Class Description classStlOutputOptionsOptions defining an output operation to STL format. -
Uses of XMLObject in mgui.io.domestic.shapes
Classes in mgui.io.domestic.shapes that implement XMLObject 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. -
Uses of XMLObject in mgui.io.domestic.variables
Classes in mgui.io.domestic.variables that implement XMLObject Modifier and Type Class Description classMatrixInOptionsOptions for loading a matrix from file.classMatrixOutOptionsclassStringVectorInOptionsOptions for reading an array ofStringobjects into aStringVectorIntinstance. -
Uses of XMLObject in mgui.io.domestic.videos
Classes in mgui.io.domestic.videos that implement XMLObject Modifier and Type Class Description classImageStackVideoOptionsOptions for a video stack output operation; i.e., vis ImageStackVideoWriter.classVideoInputOptionsclassVideoOutputOptions -
Uses of XMLObject in mgui.io.domestic.views
Classes in mgui.io.domestic.views that implement XMLObject Modifier and Type Class Description classView3DInputOptionsOptions for loading View3D objects.classView3DOutputOptionsOptions for writing a set of View3D objects to file. -
Uses of XMLObject in mgui.io.foreign.caret
Classes in mgui.io.foreign.caret that implement XMLObject Modifier and Type Class Description classCaretAreaColourInOptionsclassCaretAreaColourOutputOptionsOptions for outputting aDiscreteColourMapas a Caret areacolor file.classCaretMetricInOptionsclassCaretMetricOptionsOptions for a Caret metric file.classCaretPaintInOptionsclassCaretPaintOutOptionsclassCaretSurfaceInOptionsOptions specifying how to read a Caret surfaceclassCaretSurfaceOutOptions -
Uses of XMLObject in mgui.io.foreign.freesurfer
Classes in mgui.io.foreign.freesurfer that implement XMLObject Modifier and Type Class Description classFreesurferSurfaceOutputOptionsOptions for a FreesurferSurfaceWriter.classFreesurferVertexDataInOptionsOptions for FreesurferVertexDataLoader. -
Uses of XMLObject in mgui.io.foreign.minc
Classes in mgui.io.foreign.minc that implement XMLObject Modifier and Type Class Description classMincSurfaceDataInOptionsclassMincSurfaceDataOutOptions -
Uses of XMLObject in mgui.io.foreign.pajek
Classes in mgui.io.foreign.pajek that implement XMLObject Modifier and Type Class Description classPajekGraphInputOptionsOptions for Pajek graph input. -
Uses of XMLObject in mgui.io.foreign.vol
Classes in mgui.io.foreign.vol that implement XMLObject Modifier and Type Class Description classVolume4DInputOptionsclassVolumeInputOptions -
Uses of XMLObject in mgui.io.standard.gifti
Classes in mgui.io.standard.gifti that implement XMLObject Modifier and Type Class Description classGiftiInputOptionsOptions specific for Gifti surfaces.classGiftiOutputOptionsOptions for writing a surface to a Gifti format file. -
Uses of XMLObject in mgui.io.standard.xml
Classes in mgui.io.standard.xml that implement XMLObject Modifier and Type Class Description classXMLOutputOptionsSpecifies options for writing an XML object (i.e., an instance ofXMLObject).Fields in mgui.io.standard.xml declared as XMLObject Modifier and Type Field Description XMLObjectXMLOutputOptions. object -
Uses of XMLObject in mgui.io.standard.xml.x3d
Classes in mgui.io.standard.xml.x3d that implement XMLObject Modifier and Type Class Description classVector3DInputOptions -
Uses of XMLObject in mgui.morph.sections
Classes in mgui.morph.sections that implement XMLObject Modifier and Type Class Description classMorphSections3DIntClass representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.classRadialRep2DclassRadialRep2DInt -
Uses of XMLObject in mgui.neuro.graphs
Classes in mgui.neuro.graphs that implement XMLObject Modifier and Type Class Description classCorticalNetworkGraphclassCorticalNetworkGraphConnectionclassCorticalNetworkGraphNodeclassNeuralNetConnectionclassNeuralNetGraphExtension of JUNG's DirectedSparseGraph designed to specifically represent instances of NeuralNet.classNeuralNetNodeExtension ofDirectedSparseVertexto specifically represent nodes in neural networks, i.e., containing references to instances ofNeuron. -
Uses of XMLObject in mgui.neuro.imaging.camino
Classes in mgui.neuro.imaging.camino that implement XMLObject Modifier and Type Class Description classCaminoProject -
Uses of XMLObject in mgui.numbers
Subinterfaces of XMLObject in mgui.numbers Modifier and Type Interface Description interfaceMguiNumberInterface for numbers used in ModelGUI.Classes in mgui.numbers that implement XMLObject Modifier and Type Class Description classMguiBooleanImplementation ofMguiNumberfor values of typeboolean.classMguiDoubleImplementation ofMguiNumberfor values of typedouble.classMguiFloatImplementation ofMguiNumberfor values of typefloat.classMguiIntegerImplementation ofMguiNumberfor values of typeint.classMguiLongImplementation ofMguiNumberfor values of typelong.classMguiShortImplementation ofMguiNumberfor values of typeshort.Methods in mgui.numbers that return XMLObject Modifier and Type Method Description static XMLObjectMguiBoolean. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectMguiDouble. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectMguiFloat. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectMguiInteger. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectMguiLong. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectMguiShort. getXMLInstance(org.xml.sax.Attributes attributes) -
Uses of XMLObject in mgui.pipelines
Classes in mgui.pipelines that implement XMLObject Modifier and Type Class Description classInterfacePipelineRepresents a series ofTasks that are to be run sequentially, such that the output of a task becomes the input of the subsequent one.classJavaProcessRepresents a Java process; i.e., a class containing amainmethod which allows it to be run as a process.classNativeProcessRepresents a native process; i.e., one which runs from the OS command console.classPipelineForkRepresents a fork in a pipeline; i.e., a branching point, where the output of the previous process becomes the input of two or more independent pipelines.classPipelineProcessRepresents a Java process specification, specified by an executable process (native or Java) and a set of parameters.classPipelineProcessInstanceRepresents a specific instance of a Java process.classPipelineTaskA task is a launchable component of a pipeline. -
Uses of XMLObject in mgui.util
Classes in mgui.util that implement XMLObject Modifier and Type Class Description classColourclassColour1fclassColour2fclassColour3fclassColour4fMethods in mgui.util that return XMLObject Modifier and Type Method Description static XMLObjectColour1f. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectColour2f. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectColour3f. getXMLInstance(org.xml.sax.Attributes attributes)static XMLObjectColour4f. getXMLInstance(org.xml.sax.Attributes attributes)