Uses of Interface
mgui.interfaces.io.PersistentObject
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.datasources.mysql |
Data source classes specific to MySQL functionality.
|
mgui.datasources.odbc |
Data source classes specific to ODBC functionality.
|
mgui.datasources.postgresql |
Data source classes specific to PostgreSQL functionality.
|
mgui.datasources.tinysql |
Data source classes specific to TinySQL functionality.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.dynamic | |
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.neuro | |
mgui.morph.sections |
-
Uses of PersistentObject in mgui.datasources
Classes in mgui.datasources that implement PersistentObject Modifier and Type Class Description class
DataSourceDriver
Defines a JDBC driver for aDataConnection
. -
Uses of PersistentObject in mgui.datasources.mysql
Classes in mgui.datasources.mysql that implement PersistentObject Modifier and Type Class Description class
MySQLDriver
Specifies the driver for MySQL connectivity. -
Uses of PersistentObject in mgui.datasources.odbc
Classes in mgui.datasources.odbc that implement PersistentObject Modifier and Type Class Description class
JdbcOdbcDriver
Specifies the driver for the JDBC-ODBC bridge -
Uses of PersistentObject in mgui.datasources.postgresql
Classes in mgui.datasources.postgresql that implement PersistentObject Modifier and Type Class Description class
PostgreSQLDriver
Specifies the driver for PostgreSQL connectivity. -
Uses of PersistentObject in mgui.datasources.tinysql
Classes in mgui.datasources.tinysql that implement PersistentObject Modifier and Type Class Description class
TinySQLDriver
Specifies the driver for TinySQL connectivity. -
Uses of PersistentObject in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement PersistentObject Modifier and Type Class Description class
BoolPolygon2DInt
class
Box3DInt
class
Circle2DInt
class
Ellipse2DInt
Interface for aEllipse2D
shape.class
Image2DInt
Displays an image inside a Rect2D shape.class
Image3DInt
Draws a rectangular planar image in R3.class
InterfaceShape
Abstract base class for all shape interfaces (ShapeInts).class
IntPolygon2DInt
class
Line2DInt
class
LPolygon2DInt
Light 2D polygon with no attributes (attributes are assignable)class
LPolygon3DInt
class
Mesh2DInt
A 2D representation of aMesh3DInt
object.class
Mesh3DInt
Interface for a Mesh3D shape.class
Plane3DInt
class
Point2DInt
class
PointSet2DInt
Shape interface for a set of 2D vertices.class
PointSet3DInt
Shape interface for a set of 3D points.class
Polygon2DInt
Interface for a 2D polygon.class
Polygon3DInt
Interface for a 3D polygon object.class
PolygonSet3DInt
Interface for a set of 3D polygons.class
Rect2DInt
Represents a 2D rectangle.class
Rect3DInt
class
SectionSet2DInt
Provides a 2D representation of a 3D section set, where it intersects a particular plane.class
SectionSet3DInt
Represents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.class
Shape2DInt
Base class for all interfaces to 2D geometrical shapes.class
Shape2DSelectionSet
class
Shape3DInt
Base class for allShape3D
interface objects.class
ShapeSet2DInt
Represents a set ofShape2DInt
objects.class
ShapeSet3DInt
Represents a set ofShape3DInt
objects.class
TensorVolume3DInt
class
TestTextureInt
class
Text2DInt
class
Text2DIntMouseCoords
class
Vector2DInt
class
Vector3DInt
class
VectorSet3DInt
class
Volume2DInt
2D sectional representation of a Volume3DInt.class
Volume3DInt
Class acting as interface to a volume shape, as defined by the Grid3D geometry class.class
VolumeSet3DInt
A set ofVolume3DInt
objects which render as an overlay image.class
X3DScene3DInt
-
Uses of PersistentObject in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement PersistentObject Modifier and Type Class Description class
Volume4DInt
Volume with 3 space and 1 time dimension. -
Uses of PersistentObject in mgui.interfaces.shapes.graphs
Classes in mgui.interfaces.shapes.graphs that implement PersistentObject Modifier and Type Class Description class
Graph2DInt
Graph shape represented in R2.class
Graph3DInt
Represents a graph as a 3D shape. -
Uses of PersistentObject in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement PersistentObject Modifier and Type Class Description class
CorticalHemisphereSet3DInt
class
CorticalSurfaceSet3DInt
Representation of a set of cortical surfaces, including grey matter (GM) interfaces with white matter (WM) and cerebrospinal fluid (CSF). -
Uses of PersistentObject in mgui.morph.sections
Classes in mgui.morph.sections that implement PersistentObject Modifier and Type Class Description class
MorphSections3DInt
Class representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.class
RadialRep2DInt