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 ShapeModel3DInterfaceWorkspace. current_shape_modelprotected ShapeModel3DInterfaceDisplayPanel. currentModelFields in mgui.interfaces with type parameters of type ShapeModel3D Modifier and Type Field Description protected java.util.ArrayList<ShapeModel3D>InterfaceWorkspace. shape_modelsMethods in mgui.interfaces that return ShapeModel3D Modifier and Type Method Description ShapeModel3DInterfaceDisplayPanel. getCurrentShapeModel()ShapeModel3DInterfaceWorkspace. getCurrentShapeModel()Returns the current shape model for this Workspace, ornullif there is no current model.ShapeModel3DInterfaceWorkspace. getShapeModel(java.lang.String name)Returns the model with the given name, if it exists; returnsnullotherwise.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 ShapeSelectionSetInterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model)ShapeSelectionSetInterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model, boolean listeners)Deprecated.call model directlybooleanInterfaceWorkspace. addShapeModel(ShapeModel3D model, boolean set_current)Addsmodelto thisbooleanInterfaceWorkspace. addShapeModel(ShapeModel3D model, boolean set_current, boolean rename)Addsmodelto thisbooleanInterfaceWorkspace. modelExists(ShapeModel3D model)voidInterfaceWorkspace. removeShapeModel(ShapeModel3D model)protected voidInterfaceSelectionPanel. setCurrentModel(ShapeModel3D model)voidInterfaceDisplayPanel. setCurrentShapeModel(ShapeModel3D model) -
Uses of ShapeModel3D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeModel3D Modifier and Type Field Description protected ShapeModel3DInterfaceGraphic3D. modelMethods in mgui.interfaces.graphics that return ShapeModel3D Modifier and Type Method Description ShapeModel3DInterfaceGraphic3D. getModel()ShapeModel3DInterfaceGraphic2D. getShapeModel()Methods in mgui.interfaces.graphics with parameters of type ShapeModel3D Modifier and Type Method Description voidInterfaceGraphic3D. 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 ShapeModel3DShapeSet3DInt. modelMethods in mgui.interfaces.shapes that return ShapeModel3D Modifier and Type Method Description ShapeModel3DInterfaceShape. getModel()ShapeModel3DShapeSet. getModel()ShapeModel3DShapeSet2DInt. getModel()ShapeModel3DShapeSet3DInt. getModel()Methods in mgui.interfaces.shapes with parameters of type ShapeModel3D Modifier and Type Method Description voidShapeSet3DInt. setModel(ShapeModel3D m)Sets this shape set's current model.voidShapeSet3DInt. 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 ShapeModel3DShapeSelectionSet. modelMethods in mgui.interfaces.shapes.selection that return ShapeModel3D Modifier and Type Method Description ShapeModel3DShapeSelectionSet. getModel()Methods in mgui.interfaces.shapes.selection with parameters of type ShapeModel3D Modifier and Type Method Description voidShapeSelectionSet. 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 ShapeModel3DShapeModel3DTreeNode. 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 ShapeModel3DShapeModel3DInputOptions. merge_with_modelShapeModel3DShapeOutputOptions. shape_modelMethods in mgui.io.domestic.shapes that return ShapeModel3D Modifier and Type Method Description ShapeModel3DShapeModel3DOutputOptions. getModel()ShapeModel3DShapeModel3DLoader. loadModel(ShapeModel3DInputOptions options, ProgressUpdater progress_bar)protected ShapeModel3DShapeModel3DLoader. loadModelBlocking(ShapeModel3DInputOptions options, ProgressUpdater progress_bar)Methods in mgui.io.domestic.shapes with parameters of type ShapeModel3D Modifier and Type Method Description voidShapeModel3DOutputDialog.TableModel. setFromModel(ShapeModel3D shape_model)Set defaults from an existing modelvoidShapeModel3DOutputOptions. setFromModel(ShapeModel3D model)Set this options from the given model, resetting all valuesvoidShapeModel3DOutputOptions. setFromModel(ShapeModel3D model, boolean reset)Set this options from the given model, resetting if necessaryvoidShapeModel3DOutputOptions. 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 ShapeModel3DShapeModel3DXMLHandler. shape_modelMethods in mgui.io.domestic.shapes.xml that return ShapeModel3D Modifier and Type Method Description ShapeModel3DShapeModel3DXMLHandler. 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 ShapeModel3DSVGFileInterface. model