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. views3D
Methods in mgui.interfaces that return View3D Modifier and Type Method Description View3D
InterfaceWorkspace. addView3D(View3D view)
View3D
InterfaceWorkspace. 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 View3D
InterfaceWorkspace. addView3D(View3D view)
void
InterfaceWorkspace. removeView3D(View3D view)
-
Uses of View3D in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return View3D Modifier and Type Method Description View3D
InterfaceView3DObject. getView3D()
Methods in mgui.interfaces.graphics with parameters of type View3D Modifier and Type Method Description int
View3D. 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 View3D
SetView3DTask. view_target
Methods in mgui.interfaces.graphics.video with parameters of type View3D Modifier and Type Method Description void
SetView3DTask. 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 View3D
SectionSet3DInt. 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); } View3D
SectionSet3DInt. 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. views
java.util.ArrayList<View3D>
View3DLoader.View3DXMLHandler. views
java.util.ArrayList<View3D>
View3DOutputOptions. views
Methods 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)