Uses of Class
mgui.interfaces.graphics.InterfaceGraphic2D
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.video | |
mgui.interfaces.shapes.volume | |
mgui.interfaces.tools.graphics |
-
Uses of InterfaceGraphic2D in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as InterfaceGraphic2D Modifier and Type Field Description protected InterfaceGraphic2D
ShapeSet3DInt. last_section_added
protected InterfaceGraphic2D
ShapeSet3DInt. last_section_removed
InterfaceGraphic2D
Text2DIntMouseCoords. parent
Fields in mgui.interfaces.shapes with type parameters of type InterfaceGraphic2D Modifier and Type Field Description protected java.util.HashMap<InterfaceGraphic2D,Polygon3DInt>
ShapeModel3D. section_polygons
protected java.util.HashMap<InterfaceGraphic2D,Polygon3DInt>
ShapeSet3DInt. section_polygons
Methods in mgui.interfaces.shapes that return InterfaceGraphic2D Modifier and Type Method Description InterfaceGraphic2D
ShapeSet3DInt. getLastSectionAdded()
InterfaceGraphic2D
ShapeSet3DInt. getLastSectionRemoved()
Methods in mgui.interfaces.shapes that return types with arguments of type InterfaceGraphic2D Modifier and Type Method Description java.util.ArrayList<InterfaceGraphic2D>
ShapeSet3DInt. getSectionWindows()
Methods in mgui.interfaces.shapes with parameters of type InterfaceGraphic2D Modifier and Type Method Description boolean
ShapeSet3DInt. addWindow(InterfaceGraphic2D window)
protected void
ShapeSet3DInt. destroySectionNode(InterfaceGraphic2D window)
boolean
ShapeSet3DInt. hasWindow(InterfaceGraphic2D window)
void
ShapeSet3DInt. removeWindow(InterfaceGraphic2D window)
protected void
ShapeSet3DInt. setSectionNode(InterfaceGraphic2D window)
Updates or creates the section node for this window. -
Uses of InterfaceGraphic2D in mgui.interfaces.shapes.selection
Fields in mgui.interfaces.shapes.selection declared as InterfaceGraphic2D Modifier and Type Field Description InterfaceGraphic2D
InterfaceSelectionSet. thisParent
-
Uses of InterfaceGraphic2D in mgui.interfaces.shapes.video
Constructors in mgui.interfaces.shapes.video with parameters of type InterfaceGraphic2D Constructor Description ChangeSectionVideoTask(int start, int stop, InterfaceGraphic2D graphic_2d, int start_section, int end_section)
Instantiates this task with the given arguments. -
Uses of InterfaceGraphic2D in mgui.interfaces.shapes.volume
Fields in mgui.interfaces.shapes.volume with type parameters of type InterfaceGraphic2D Modifier and Type Field Description protected java.util.HashMap<InterfaceGraphic2D,org.jogamp.java3d.Shape3D>
Volume3DRenderer. window_nodes
Methods in mgui.interfaces.shapes.volume with parameters of type InterfaceGraphic2D Modifier and Type Method Description void
Volume3DRenderer. destroySectionNode(InterfaceGraphic2D window)
void
Volume3DRenderer. removeSectionNode(InterfaceGraphic2D window)
protected void
Volume3DRenderer. updateSection(InterfaceGraphic2D window)
-
Uses of InterfaceGraphic2D in mgui.interfaces.tools.graphics
Fields in mgui.interfaces.tools.graphics declared as InterfaceGraphic2D Modifier and Type Field Description InterfaceGraphic2D
Tool2D. targetPanel