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_listenersprotected java.util.ArrayList<InterfaceGraphicListener>InterfaceGraphic2D. graphicListenersMethods in mgui.interfaces.graphics with parameters of type InterfaceGraphicListener Modifier and Type Method Description voidInterfaceGraphic. addGraphicListener(InterfaceGraphicListener l)voidInterfaceGraphic2D. addGraphicListener(InterfaceGraphicListener l)voidInterfaceGraphic. removeGraphicListener(InterfaceGraphicListener l)voidInterfaceGraphic2D. removeGraphicListener(InterfaceGraphicListener l) -
Uses of InterfaceGraphicListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement InterfaceGraphicListener Modifier and Type Class Description classInterfaceSectionSetPanelUpdated version of InterfaceSectionSet that sets a current section set for a given Graphic2D window, and sets current sections for that window.classSectionSet2DIntProvides a 2D representation of a 3D section set, where it intersects a particular plane.classShapeModel3DThe top container for all shape interfaces.classShapeSet3DIntRepresents a set ofShape3DIntobjects. -
Uses of InterfaceGraphicListener in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement InterfaceGraphicListener Modifier and Type Class Description classVolume3DRendererClass providing functions for rendering a Volume3DInt object.classVolume4DRendererRenders 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.