Uses of Class
mgui.interfaces.graphics.InterfaceGraphic3D
Package | Description |
---|---|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.interfaces.tools.graphics | |
mgui.io.domestic.videos |
-
Uses of InterfaceGraphic3D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as InterfaceGraphic3D Modifier and Type Field Description InterfaceGraphic3D
InterfaceCanvas3D. graphic3D
Methods in mgui.interfaces.graphics with parameters of type InterfaceGraphic3D Modifier and Type Method Description java.awt.image.BufferedImage
PostRenderingCanvas3D. getScreenShot(InterfaceGraphic3D graphic3D, float scale)
Returns a screen shot created from an offscreen buffer for this canvas.void
InterfaceCanvas3D. setGraphic3D(InterfaceGraphic3D g)
-
Uses of InterfaceGraphic3D in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type InterfaceGraphic3D Modifier and Type Method Description void
Axes3D. setPanel(InterfaceGraphic3D panel)
Constructors in mgui.interfaces.graphics.util with parameters of type InterfaceGraphic3D Constructor Description Axes3D(InterfaceGraphic3D panel)
-
Uses of InterfaceGraphic3D in mgui.interfaces.graphics.video
Methods in mgui.interfaces.graphics.video with parameters of type InterfaceGraphic3D Modifier and Type Method Description void
Video3D. setWindow(InterfaceGraphic3D g3d)
Constructors in mgui.interfaces.graphics.video with parameters of type InterfaceGraphic3D Constructor Description Video3D(java.lang.String name, InterfaceGraphic3D g3d)
Video3D(InterfaceGraphic3D g3d)
-
Uses of InterfaceGraphic3D in mgui.interfaces.graphs
Methods in mgui.interfaces.graphs with parameters of type InterfaceGraphic3D Modifier and Type Method Description void
InterfaceGraphDisplayTitle. setPanel3D(InterfaceGraphic3D p)
-
Uses of InterfaceGraphic3D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceGraphic3D Modifier and Type Method Description void
ShapeModel3D. addGraphics3D(InterfaceGraphic3D g)
void
ShapeModel3D. removeGraphics3D(InterfaceGraphic3D g)
-
Uses of InterfaceGraphic3D in mgui.interfaces.tables
Methods in mgui.interfaces.tables with parameters of type InterfaceGraphic3D Modifier and Type Method Description void
InterfaceDataTableTitle. setPanel3D(InterfaceGraphic3D p)
-
Uses of InterfaceGraphic3D in mgui.interfaces.tools.graphics
Fields in mgui.interfaces.tools.graphics declared as InterfaceGraphic3D Modifier and Type Field Description InterfaceGraphic3D
Tool3D. targetPanel
Constructors in mgui.interfaces.tools.graphics with parameters of type InterfaceGraphic3D Constructor Description ToolMouseOrbit3D(InterfaceGraphic3D target)
-
Uses of InterfaceGraphic3D in mgui.io.domestic.videos
Methods in mgui.io.domestic.videos with parameters of type InterfaceGraphic3D Modifier and Type Method Description protected java.awt.image.BufferedImage
ImageStackVideoWriter. getBufferImage(InterfaceGraphic3D window)
protected java.awt.image.BufferedImage
ImageStackVideoWriter. getScreenShot3D(InterfaceGraphic3D window)
protected java.awt.image.BufferedImage
ImageStackVideoWriter. getScreenShot3D_bak4(InterfaceGraphic3D window)