Uses of Class
mgui.interfaces.events.CameraEvent
Package | Description |
---|---|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.shapes.volume |
-
Uses of CameraEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type CameraEvent Modifier and Type Method Description void
InterfaceGraphic3D. cameraAngleChanged(CameraEvent e)
void
InterfaceGraphicPanel. cameraAngleChanged(CameraEvent e)
void
InterfaceGraphic3D. cameraChanged(CameraEvent e)
void
InterfaceGraphicPanel. cameraChanged(CameraEvent e)
-
Uses of CameraEvent in mgui.interfaces.maps
Methods in mgui.interfaces.maps with parameters of type CameraEvent Modifier and Type Method Description void
Camera3DListener. cameraAngleChanged(CameraEvent e)
void
Camera3DListener. cameraChanged(CameraEvent e)
-
Uses of CameraEvent in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type CameraEvent Modifier and Type Method Description void
Volume3DRenderer. cameraAngleChanged(CameraEvent e)
void
Volume3DRenderer. cameraChanged(CameraEvent e)