Uses of Class
mgui.interfaces.shapes.ShapeModel3D
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.trees | |
mgui.io.domestic.shapes | |
mgui.io.domestic.shapes.xml | |
mgui.io.standard.xml.svg |
-
Uses of ShapeModel3D in mgui.interfaces
Fields in mgui.interfaces declared as ShapeModel3D Modifier and Type Field Description protected ShapeModel3D
InterfaceWorkspace. current_shape_model
protected ShapeModel3D
InterfaceDisplayPanel. currentModel
Fields in mgui.interfaces with type parameters of type ShapeModel3D Modifier and Type Field Description protected java.util.ArrayList<ShapeModel3D>
InterfaceWorkspace. shape_models
Methods in mgui.interfaces that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
InterfaceDisplayPanel. getCurrentShapeModel()
ShapeModel3D
InterfaceWorkspace. getCurrentShapeModel()
Returns the current shape model for this Workspace, ornull
if there is no current model.ShapeModel3D
InterfaceWorkspace. getShapeModel(java.lang.String name)
Returns the model with the given name, if it exists; returnsnull
otherwise.Methods in mgui.interfaces that return types with arguments of type ShapeModel3D Modifier and Type Method Description java.util.ArrayList<ShapeModel3D>
InterfaceWorkspace. getShapeModels()
Methods in mgui.interfaces with parameters of type ShapeModel3D Modifier and Type Method Description ShapeSelectionSet
InterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model)
ShapeSelectionSet
InterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model, boolean listeners)
Deprecated.call model directlyboolean
InterfaceWorkspace. addShapeModel(ShapeModel3D model, boolean set_current)
Addsmodel
to thisboolean
InterfaceWorkspace. addShapeModel(ShapeModel3D model, boolean set_current, boolean rename)
Addsmodel
to thisboolean
InterfaceWorkspace. modelExists(ShapeModel3D model)
void
InterfaceWorkspace. removeShapeModel(ShapeModel3D model)
protected void
InterfaceSelectionPanel. setCurrentModel(ShapeModel3D model)
void
InterfaceDisplayPanel. setCurrentShapeModel(ShapeModel3D model)
-
Uses of ShapeModel3D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeModel3D Modifier and Type Field Description protected ShapeModel3D
InterfaceGraphic3D. model
Methods in mgui.interfaces.graphics that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
InterfaceGraphic3D. getModel()
ShapeModel3D
InterfaceGraphic2D. getShapeModel()
Methods in mgui.interfaces.graphics with parameters of type ShapeModel3D Modifier and Type Method Description void
InterfaceGraphic3D. setModel(ShapeModel3D m)
Constructors in mgui.interfaces.graphics with parameters of type ShapeModel3D Constructor Description InterfaceGraphic3D(ShapeModel3D m)
-
Uses of ShapeModel3D in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeModel3D Modifier and Type Field Description ShapeModel3D
ShapeSet3DInt. model
Methods in mgui.interfaces.shapes that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
InterfaceShape. getModel()
ShapeModel3D
ShapeSet. getModel()
ShapeModel3D
ShapeSet2DInt. getModel()
ShapeModel3D
ShapeSet3DInt. getModel()
Methods in mgui.interfaces.shapes with parameters of type ShapeModel3D Modifier and Type Method Description void
ShapeSet3DInt. setModel(ShapeModel3D m)
Sets this shape set's current model.void
ShapeSet3DInt. setModel(ShapeModel3D model, boolean setID)
Sets this shape set's current model.Constructors in mgui.interfaces.shapes with parameters of type ShapeModel3D Constructor Description ShapeModelEvent(ShapeModel3D model, ShapeModelEvent.EventType type)
-
Uses of ShapeModel3D in mgui.interfaces.shapes.selection
Fields in mgui.interfaces.shapes.selection declared as ShapeModel3D Modifier and Type Field Description ShapeModel3D
ShapeSelectionSet. model
Methods in mgui.interfaces.shapes.selection that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
ShapeSelectionSet. getModel()
Methods in mgui.interfaces.shapes.selection with parameters of type ShapeModel3D Modifier and Type Method Description void
ShapeSelectionSet. setModel(ShapeModel3D m)
-
Uses of ShapeModel3D in mgui.interfaces.shapes.trees
Methods in mgui.interfaces.shapes.trees that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
ShapeModel3DTreeNode. getShapeModel()
Constructors in mgui.interfaces.shapes.trees with parameters of type ShapeModel3D Constructor Description ShapeModel3DTreeNode(ShapeModel3D thisObj)
ShapeModel3DTreeNode(ShapeModel3D thisObj, javax.swing.JTree parent)
-
Uses of ShapeModel3D in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as ShapeModel3D Modifier and Type Field Description ShapeModel3D
ShapeModel3DInputOptions. merge_with_model
ShapeModel3D
ShapeOutputOptions. shape_model
Methods in mgui.io.domestic.shapes that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
ShapeModel3DOutputOptions. getModel()
ShapeModel3D
ShapeModel3DLoader. loadModel(ShapeModel3DInputOptions options, ProgressUpdater progress_bar)
protected ShapeModel3D
ShapeModel3DLoader. loadModelBlocking(ShapeModel3DInputOptions options, ProgressUpdater progress_bar)
Methods in mgui.io.domestic.shapes with parameters of type ShapeModel3D Modifier and Type Method Description void
ShapeModel3DOutputDialog.TableModel. setFromModel(ShapeModel3D shape_model)
Set defaults from an existing modelvoid
ShapeModel3DOutputOptions. setFromModel(ShapeModel3D model)
Set this options from the given model, resetting all valuesvoid
ShapeModel3DOutputOptions. setFromModel(ShapeModel3D model, boolean reset)
Set this options from the given model, resetting if necessaryvoid
ShapeModel3DOutputOptions. setModel(ShapeModel3D model)
Constructors in mgui.io.domestic.shapes with parameters of type ShapeModel3D Constructor Description ShapeModel3DOutputOptions(ShapeModel3D model)
TableModel(ShapeModel3D shape_model)
-
Uses of ShapeModel3D in mgui.io.domestic.shapes.xml
Fields in mgui.io.domestic.shapes.xml declared as ShapeModel3D Modifier and Type Field Description protected ShapeModel3D
ShapeModel3DXMLHandler. shape_model
Methods in mgui.io.domestic.shapes.xml that return ShapeModel3D Modifier and Type Method Description ShapeModel3D
ShapeModel3DXMLHandler. getShapeModel()
Constructors in mgui.io.domestic.shapes.xml with parameters of type ShapeModel3D Constructor Description ShapeModel3DXMLHandler(ShapeModel3D model)
Instantiates a handler with a specified ShapeModel3D. -
Uses of ShapeModel3D in mgui.io.standard.xml.svg
Fields in mgui.io.standard.xml.svg declared as ShapeModel3D Modifier and Type Field Description ShapeModel3D
SVGFileInterface. model