Uses of Interface
mgui.interfaces.graphics.InterfaceGraphicListener
Package | Description |
---|---|
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.volume |
-
Uses of InterfaceGraphicListener in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics with type parameters of type InterfaceGraphicListener Modifier and Type Field Description protected java.util.ArrayList<InterfaceGraphicListener>
InterfaceGraphic. graphic_listeners
protected java.util.ArrayList<InterfaceGraphicListener>
InterfaceGraphic2D. graphicListeners
Methods in mgui.interfaces.graphics with parameters of type InterfaceGraphicListener Modifier and Type Method Description void
InterfaceGraphic. addGraphicListener(InterfaceGraphicListener l)
void
InterfaceGraphic2D. addGraphicListener(InterfaceGraphicListener l)
void
InterfaceGraphic. removeGraphicListener(InterfaceGraphicListener l)
void
InterfaceGraphic2D. removeGraphicListener(InterfaceGraphicListener l)
-
Uses of InterfaceGraphicListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement InterfaceGraphicListener Modifier and Type Class Description class
InterfaceSectionSetPanel
Updated version of InterfaceSectionSet that sets a current section set for a given Graphic2D window, and sets current sections for that window.class
SectionSet2DInt
Provides a 2D representation of a 3D section set, where it intersects a particular plane.class
ShapeModel3D
The top container for all shape interfaces.class
ShapeSet3DInt
Represents a set ofShape3DInt
objects. -
Uses of InterfaceGraphicListener in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement InterfaceGraphicListener Modifier and Type Class Description class
Volume3DRenderer
Class providing functions for rendering a Volume3DInt object.class
Volume4DRenderer
Renders dynamic volumes; i.e., blend a pixel's colour values from values obtained from 1.) a sample from the time series of a 4D volume and 2.) the base volume.