Uses of Class
mgui.interfaces.graphics.GraphicEvent
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 GraphicEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type GraphicEvent Modifier and Type Method Description protected void
InterfaceGraphic2D. fireGraphicListeners(GraphicEvent e)
void
InterfaceGraphicListener. graphicSourceChanged(GraphicEvent e)
void
InterfaceGraphicListener. graphicUpdated(GraphicEvent e)
-
Uses of GraphicEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type GraphicEvent Modifier and Type Method Description void
InterfaceSectionSetPanel. graphicSourceChanged(GraphicEvent e)
void
SectionSet2DInt. graphicSourceChanged(GraphicEvent e)
void
ShapeModel3D. graphicSourceChanged(GraphicEvent e)
void
ShapeSet3DInt. graphicSourceChanged(GraphicEvent e)
void
InterfaceSectionSetPanel. graphicUpdated(GraphicEvent e)
void
SectionSet2DInt. graphicUpdated(GraphicEvent e)
void
ShapeModel3D. graphicUpdated(GraphicEvent e)
void
ShapeSet3DInt. graphicUpdated(GraphicEvent e)
-
Uses of GraphicEvent in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type GraphicEvent Modifier and Type Method Description void
Volume3DRenderer. graphicSourceChanged(GraphicEvent e)
void
Volume3DRenderer. graphicUpdated(GraphicEvent e)
Respond to a window event; this is relevant for section nodes