Uses of Class
mgui.interfaces.graphics.util.MouseRelayListener
Package | Description |
---|---|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of MouseRelayListener in mgui.interfaces.plots
Fields in mgui.interfaces.plots declared as MouseRelayListener Modifier and Type Field Description protected MouseRelayListener
InterfacePlotDisplay. mouse_relay_listener
Fields in mgui.interfaces.plots with type parameters of type MouseRelayListener Modifier and Type Field Description protected java.util.ArrayList<MouseRelayListener>
InterfacePlot. relay_listeners
Methods in mgui.interfaces.plots with parameters of type MouseRelayListener Modifier and Type Method Description void
InterfacePlot. addMouseRelayListener(MouseRelayListener listener)
void
InterfacePlot. removeMouseRelayListener(MouseRelayListener listener)
-
Uses of MouseRelayListener in mgui.interfaces.plots.sgt
Methods in mgui.interfaces.plots.sgt with parameters of type MouseRelayListener Modifier and Type Method Description void
InterfacePlotSgt. addMouseRelayListener(MouseRelayListener listener)
void
InterfacePlotSgt. removeMouseRelayListener(MouseRelayListener listener)