Uses of Class
mgui.interfaces.attributes.AttributeList
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
mgui.geometry.neuro.mesh | |
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
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.table |
Classes allowing object attributes to be interacted with via a JTable.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
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.pipelines.libraries | |
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.plots.mgui | |
mgui.interfaces.plots.osp |
Plots using the Open Source Physics (OSP) library.
|
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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.paths | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.util | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.interfaces.tools.shapes | |
mgui.interfaces.util |
Utility classes for general operations.
|
mgui.interfaces.variables | |
mgui.io.domestic.attributes | |
mgui.models.dynamic.functions | |
mgui.models.networks | |
mgui.models.updaters | |
mgui.morph.sections | |
mgui.neuro.components | |
mgui.neuro.graphs | |
mgui.neuro.updaters | |
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of AttributeList in mgui.datasources
Fields in mgui.datasources declared as AttributeList Modifier and Type Field Description AttributeList
DataConnection. attributes
protected AttributeList
DataField. attributes
protected AttributeList
DataSourceDriver. attributes
Methods in mgui.datasources that return AttributeList Modifier and Type Method Description AttributeList
DataField. getAttributeList()
AttributeList
DataTable. getAttributeList()
AttributeList
DataConnection. getAttributes()
AttributeList
DataSourceDriver. getAttributes()
Methods in mgui.datasources with parameters of type AttributeList Modifier and Type Method Description void
DataConnection. setAttributes(AttributeList thisList)
void
DataSourceDriver. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.geometry.mesh
Methods in mgui.geometry.mesh that return AttributeList Modifier and Type Method Description AttributeList
MeshEngine. getAttributes()
AttributeList
MeshEngine. getAttributes(java.lang.String key)
AttributeList
MeshEngine. getAttributes(java.lang.String operation, java.lang.String method)
Methods in mgui.geometry.mesh with parameters of type AttributeList Modifier and Type Method Description void
MeshEngine. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.geometry.neuro.mesh
Methods in mgui.geometry.neuro.mesh that return AttributeList Modifier and Type Method Description AttributeList
NeuroMeshEngine. getAttributes()
AttributeList
NeuroMeshEngine. getAttributes(java.lang.String name)
AttributeList
NeuroMeshEngine. getAttributes(java.lang.String operation, java.lang.String method)
Methods in mgui.geometry.neuro.mesh with parameters of type AttributeList Modifier and Type Method Description void
NeuroMeshEngine. setAttributes(AttributeList attribute_list)
-
Uses of AttributeList in mgui.geometry.volume
Fields in mgui.geometry.volume with type parameters of type AttributeList Modifier and Type Field Description protected java.util.HashMap<java.lang.String,AttributeList>
VolumeEngine. attributes
Methods in mgui.geometry.volume that return AttributeList Modifier and Type Method Description AttributeList
VolumeEngine. getAttributes()
AttributeList
VolumeEngine. getAttributes(java.lang.String key)
Returns the attributes corresponding tokey
, wherekey
is of the form "operation (method)".AttributeList
VolumeEngine. getAttributes(java.lang.String operation, java.lang.String method)
Methods in mgui.geometry.volume with parameters of type AttributeList Modifier and Type Method Description void
VolumeEngine. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces
Fields in mgui.interfaces declared as AttributeList Modifier and Type Field Description AttributeList
InterfacePanel. attributes
Methods in mgui.interfaces that return AttributeList Modifier and Type Method Description AttributeList
InterfacePanel. getAttributes()
AttributeList
InterfacePanel. getLocalAttributes()
Methods in mgui.interfaces with parameters of type AttributeList Modifier and Type Method Description void
InterfacePanel. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.attributes
Methods in mgui.interfaces.attributes that return AttributeList Modifier and Type Method Description AttributeList
AttributeObject. getAttributes()
Returns the list of current attributes for this object.AttributeList
InterfaceAttributePanel. getAttributes()
Methods in mgui.interfaces.attributes with parameters of type AttributeList Modifier and Type Method Description void
AttributeList. setAttributeListeners(AttributeList a)
void
AttributeObject. setAttributes(AttributeList list)
Sets the list of attributes for this object.void
InterfaceAttributePanel. setAttributes(AttributeList a)
void
AttributeList. setIntersection(AttributeList list)
Set any attributes which intersect with the passed list.void
AttributeList. setIntersection(AttributeList list, boolean fire)
Set any attributes which intersect with the passed list.void
AttributeList. setUnion(AttributeList list)
Sets thisAttributeList
to the union of itself andlist
.void
AttributeList. setUnion(AttributeList list, boolean overwrite)
Sets thisAttributeList
to the union of itself andlist
.Constructors in mgui.interfaces.attributes with parameters of type AttributeList Constructor Description InterfaceAttributePanel(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.attributes.table
Fields in mgui.interfaces.attributes.table declared as AttributeList Modifier and Type Field Description AttributeList
AttributeTableModel. attributes
Methods in mgui.interfaces.attributes.table with parameters of type AttributeList Modifier and Type Method Description void
AttributeTableModel. setAttributes(AttributeList list)
void
InterfaceAttributeTable. setAttributes(AttributeList list)
Constructors in mgui.interfaces.attributes.table with parameters of type AttributeList Constructor Description AttributeTableModel(AttributeList thisList)
InterfaceAttributeTable(AttributeList list)
-
Uses of AttributeList in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return AttributeList Modifier and Type Method Description AttributeList
Graphic2DGrid. getAttributes()
Methods in mgui.interfaces.graphics with parameters of type AttributeList Modifier and Type Method Description void
Graphic2DGrid. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.graphics.util
Fields in mgui.interfaces.graphics.util declared as AttributeList Modifier and Type Field Description AttributeList
DrawingEngine. drawing_attributes
Methods in mgui.interfaces.graphics.util that return AttributeList Modifier and Type Method Description AttributeList
DrawingEngine. getAttributes()
AttributeList
DrawingEngine. getAttributes(java.lang.String operation, java.lang.String method)
Methods in mgui.interfaces.graphics.util with parameters of type AttributeList Modifier and Type Method Description void
DrawingEngine. setAttributes(AttributeList attr)
-
Uses of AttributeList in mgui.interfaces.graphs
Fields in mgui.interfaces.graphs declared as AttributeList Modifier and Type Field Description AttributeList
InterfaceAbstractGraph. attributes
Methods in mgui.interfaces.graphs that return AttributeList Modifier and Type Method Description AttributeList
InterfaceAbstractGraph. getAttributes()
Methods in mgui.interfaces.graphs with parameters of type AttributeList Modifier and Type Method Description void
InterfaceAbstractGraph. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.layouts
Fields in mgui.interfaces.layouts declared as AttributeList Modifier and Type Field Description protected AttributeList
LayoutDocument. attributes
protected AttributeList
LayoutItem. attributes
Methods in mgui.interfaces.layouts that return AttributeList Modifier and Type Method Description AttributeList
InterfaceLayoutPanel. getAttributes()
Methods in mgui.interfaces.layouts with parameters of type AttributeList Modifier and Type Method Description void
InterfaceLayoutPanel. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.maps
Fields in mgui.interfaces.maps declared as AttributeList Modifier and Type Field Description AttributeList
Camera3D.CameraLightSource. attributes
Methods in mgui.interfaces.maps that return AttributeList Modifier and Type Method Description AttributeList
Camera3D.CameraLightSource. getAttributes()
AttributeList
Camera3D. getAttributes()
Methods in mgui.interfaces.maps with parameters of type AttributeList Modifier and Type Method Description void
Camera3D.CameraLightSource. setAttributes(AttributeList thisList)
void
Camera3D. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.pipelines.libraries
Fields in mgui.interfaces.pipelines.libraries declared as AttributeList Modifier and Type Field Description protected AttributeList
PipelineProcessLibrary. attributes
-
Uses of AttributeList in mgui.interfaces.plots
Fields in mgui.interfaces.plots declared as AttributeList Modifier and Type Field Description protected AttributeList
InterfacePlotObject. attributes
Methods in mgui.interfaces.plots that return AttributeList Modifier and Type Method Description AttributeList
InterfacePlot. getAttributes()
AttributeList
InterfacePlotObject. getAttributes()
Methods in mgui.interfaces.plots with parameters of type AttributeList Modifier and Type Method Description void
InterfacePlot. setAttributes(AttributeList thisList)
void
InterfacePlotObject. setAttributes(AttributeList attributes)
-
Uses of AttributeList in mgui.interfaces.plots.mgui
Fields in mgui.interfaces.plots.mgui declared as AttributeList Modifier and Type Field Description AttributeList
PlotMap2D. attributes
-
Uses of AttributeList in mgui.interfaces.plots.osp
Fields in mgui.interfaces.plots.osp declared as AttributeList Modifier and Type Field Description AttributeList
InterfaceStripChart.Variable. attributes
-
Uses of AttributeList in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt declared as AttributeList Modifier and Type Field Description protected AttributeList
SgtAxis. attributes
protected AttributeList
SgtPlotLayout. attributes
-
Uses of AttributeList in mgui.interfaces.projects
Fields in mgui.interfaces.projects declared as AttributeList Modifier and Type Field Description protected AttributeList
ProjectInstance. attributes
Methods in mgui.interfaces.projects that return AttributeList Modifier and Type Method Description AttributeList
InterfaceProject. getAttributes()
Methods in mgui.interfaces.projects with parameters of type AttributeList Modifier and Type Method Description void
InterfaceProject. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as AttributeList Modifier and Type Field Description protected AttributeList
InterfaceShape. attributes
protected AttributeList
VertexDataColumn. attributes
protected AttributeList
InterfaceShape. overrideAttr
AttributeList
SectionSet3DInt. shapeAttr
Methods in mgui.interfaces.shapes that return AttributeList Modifier and Type Method Description AttributeList
InterfaceShape. getAttributes()
AttributeList
VertexDataColumn. getAttributes()
AttributeList
InterfaceShape. getInheritedAttributes()
Returns an AttributeList object reflecting the current attributes for this shape, whether local or inherited (i.e., overridden by this shape's parent).Methods in mgui.interfaces.shapes with parameters of type AttributeList Modifier and Type Method Description void
InterfaceShape. setAttributes(AttributeList thisList)
void
LightweightShape. setAttributes(AttributeList attributes)
void
LPolygon2DInt. setAttributes(AttributeList a)
void
LPolygon3DInt. setAttributes(AttributeList a)
void
InterfaceShape. setOverride(AttributeList attr)
void
ShapeSet2DInt. setOverride(AttributeList attr)
If attr is non-null, sets override attributes for all members of this set, and sets isOverridden to true.void
ShapeSet3DInt. setOverride(AttributeList attr)
If attr is non-null, sets override attributes for all members of this set, and sets isOverridden to true. -
Uses of AttributeList in mgui.interfaces.shapes.paths
Methods in mgui.interfaces.shapes.paths that return AttributeList Modifier and Type Method Description AttributeList
PathDataRenderer. getAttributes()
Methods in mgui.interfaces.shapes.paths with parameters of type AttributeList Modifier and Type Method Description void
PathDataRenderer. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.shapes.selection
Fields in mgui.interfaces.shapes.selection declared as AttributeList Modifier and Type Field Description protected AttributeList
ShapeSelectionSet. attributes
Methods in mgui.interfaces.shapes.selection that return AttributeList Modifier and Type Method Description AttributeList
ShapeSelectionSet. getAttributes()
Methods in mgui.interfaces.shapes.selection with parameters of type AttributeList Modifier and Type Method Description void
ShapeSelectionSet. setAttributes(AttributeList thisList)
void
ShapeSelectionSet. setOverride(AttributeList attr)
-
Uses of AttributeList in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return AttributeList Modifier and Type Method Description AttributeList
ShapeEngine. getAttributes()
AttributeList
ShapeEngine. getAttributes(java.lang.String key)
AttributeList
ShapeEngine. getAttributes(java.lang.String operation, java.lang.String method)
static AttributeList
ShapeFunctions. getDefaultShapeAttributes2D()
static AttributeList
ShapeFunctions. getDefaultShapeAttributes3D()
Methods in mgui.interfaces.shapes.util with parameters of type AttributeList Modifier and Type Method Description void
ShapeEngine. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.tables
Methods in mgui.interfaces.tables that return AttributeList Modifier and Type Method Description AttributeList
InterfaceTableModel. getAttributes()
Methods in mgui.interfaces.tables with parameters of type AttributeList Modifier and Type Method Description void
InterfaceTableModel. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as AttributeList Modifier and Type Field Description AttributeList
ToolCreateMeshFromPolylinesOptions. attributes
-
Uses of AttributeList in mgui.interfaces.util
Methods in mgui.interfaces.util that return AttributeList Modifier and Type Method Description AttributeList
Engine. getAttributes(java.lang.String operation, java.lang.String method)
Returns the attributes list corresponding to theoperation
andmethod
. -
Uses of AttributeList in mgui.interfaces.variables
Fields in mgui.interfaces.variables declared as AttributeList Modifier and Type Field Description protected AttributeList
VariableInt. attributes
Methods in mgui.interfaces.variables that return AttributeList Modifier and Type Method Description AttributeList
VariableInt. getAttributes()
Methods in mgui.interfaces.variables with parameters of type AttributeList Modifier and Type Method Description void
VariableInt. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.io.domestic.attributes
Fields in mgui.io.domestic.attributes declared as AttributeList Modifier and Type Field Description protected AttributeList
AttributeXMLHandler. attribute_list
Methods in mgui.io.domestic.attributes that return AttributeList Modifier and Type Method Description AttributeList
AttributeXMLHandler. getAttributeList()
-
Uses of AttributeList in mgui.models.dynamic.functions
Fields in mgui.models.dynamic.functions declared as AttributeList Modifier and Type Field Description AttributeList
Function. attributes
Methods in mgui.models.dynamic.functions that return AttributeList Modifier and Type Method Description AttributeList
Function. getAttributes()
Methods in mgui.models.dynamic.functions with parameters of type AttributeList Modifier and Type Method Description void
Function. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.models.networks
Fields in mgui.models.networks declared as AttributeList Modifier and Type Field Description AttributeList
AbstractNetworkModel. attributes
Methods in mgui.models.networks that return AttributeList Modifier and Type Method Description AttributeList
AbstractNetworkModel. getAttributes()
Methods in mgui.models.networks with parameters of type AttributeList Modifier and Type Method Description void
AbstractNetworkModel. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.models.updaters
Fields in mgui.models.updaters declared as AttributeList Modifier and Type Field Description AttributeList
SimpleEnvironmentUpdater. attributes
Methods in mgui.models.updaters that return AttributeList Modifier and Type Method Description AttributeList
PulseTrainUpdater.CurrentPulse. getAttributes()
AttributeList
SimpleEnvironmentUpdater. getAttributes()
Methods in mgui.models.updaters with parameters of type AttributeList Modifier and Type Method Description void
PulseTrainUpdater.CurrentPulse. setAttributes(AttributeList thisList)
void
SimpleEnvironmentUpdater. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.morph.sections
Fields in mgui.morph.sections declared as AttributeList Modifier and Type Field Description AttributeList
AttributeNode2D. attributes
AttributeList
NodeMap2D. attributes
AttributeList
MorphEngine. morphAttr
AttributeList
MorphSections3DInt. shapeAttr
Methods in mgui.morph.sections with parameters of type AttributeList Modifier and Type Method Description SectionSet3DInt
MorphEngine. getSubsections(java.util.ArrayList<MappedPolygon2DPath> paths, int iters, AttributeList attr)
Given a set of mapped polygons, generatenew subsections for each section s, which morph from polygon i to polygon j. -
Uses of AttributeList in mgui.neuro.components
Fields in mgui.neuro.components declared as AttributeList Modifier and Type Field Description protected AttributeList
AbstractNeuroComponent. attributes
Methods in mgui.neuro.components that return AttributeList Modifier and Type Method Description AttributeList
AbstractNeuroComponent. getAttributes()
Methods in mgui.neuro.components with parameters of type AttributeList Modifier and Type Method Description void
AbstractNeuroComponent. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.neuro.graphs
Methods in mgui.neuro.graphs that return AttributeList Modifier and Type Method Description AttributeList
NeuralNetGraph. getAttributes()
Methods in mgui.neuro.graphs with parameters of type AttributeList Modifier and Type Method Description void
NeuralNetGraph. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.neuro.updaters
Methods in mgui.neuro.updaters that return AttributeList Modifier and Type Method Description AttributeList
PulseTrainUpdater.CurrentPulse. getAttributes()
Methods in mgui.neuro.updaters with parameters of type AttributeList Modifier and Type Method Description void
PulseTrainUpdater.CurrentPulse. setAttributes(AttributeList thisList)
-
Uses of AttributeList in mgui.pipelines
Fields in mgui.pipelines declared as AttributeList Modifier and Type Field Description protected AttributeList
PipelineTask. attributes