Uses of Class
mgui.interfaces.graphics.View3D
| 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.graphics.video |
Provides classes to generate videos from graphics windows.
|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.io.domestic.views |
-
Uses of View3D in mgui.interfaces
Fields in mgui.interfaces with type parameters of type View3D Modifier and Type Field Description protected java.util.TreeSet<View3D>InterfaceWorkspace. views3DMethods in mgui.interfaces that return View3D Modifier and Type Method Description View3DInterfaceWorkspace. addView3D(View3D view)View3DInterfaceWorkspace. getView3D(java.lang.String name)Methods in mgui.interfaces that return types with arguments of type View3D Modifier and Type Method Description java.util.ArrayList<View3D>InterfaceWorkspace. getViews3D()Methods in mgui.interfaces with parameters of type View3D Modifier and Type Method Description View3DInterfaceWorkspace. addView3D(View3D view)voidInterfaceWorkspace. removeView3D(View3D view) -
Uses of View3D in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return View3D Modifier and Type Method Description View3DInterfaceView3DObject. getView3D()Methods in mgui.interfaces.graphics with parameters of type View3D Modifier and Type Method Description intView3D. compareTo(View3D o) -
Uses of View3D in mgui.interfaces.graphics.video
Fields in mgui.interfaces.graphics.video declared as View3D Modifier and Type Field Description View3DSetView3DTask. view_targetMethods in mgui.interfaces.graphics.video with parameters of type View3D Modifier and Type Method Description voidSetView3DTask. setView(View3D view)Constructors in mgui.interfaces.graphics.video with parameters of type View3D Constructor Description SetView3DTask(long start, long stop, View3D view)SetView3DTask(long start, long stop, View3D view, boolean set_zoom, boolean set_target) -
Uses of View3D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return View3D Modifier and Type Method Description View3DSectionSet3DInt. getView3D()TODO: update coordinates to according to model's coordinate system public void setModel(ShapeModel3D m){ if (model == m) return; if (model != null) removeShapeListener(model); model = m; setID(model.idFactory.getID()); addShapeListener(model); Iteratoritr = sections.values().iterator(); while (itr.hasNext()) itr.next().setModel(m); } View3DSectionSet3DInt. getView3D(double distance) -
Uses of View3D in mgui.io.domestic.views
Fields in mgui.io.domestic.views with type parameters of type View3D Modifier and Type Field Description java.util.ArrayList<View3D>View3DInputOptions. viewsjava.util.ArrayList<View3D>View3DLoader.View3DXMLHandler. viewsjava.util.ArrayList<View3D>View3DOutputOptions. viewsMethods in mgui.io.domestic.views that return types with arguments of type View3D Modifier and Type Method Description java.util.ArrayList<View3D>View3DLoader.View3DXMLHandler. getViews()Constructor parameters in mgui.io.domestic.views with type arguments of type View3D Constructor Description View3DOutputOptions(java.util.ArrayList<View3D> views)