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 MouseRelayListenerInterfacePlotDisplay. mouse_relay_listenerFields in mgui.interfaces.plots with type parameters of type MouseRelayListener Modifier and Type Field Description protected java.util.ArrayList<MouseRelayListener>InterfacePlot. relay_listenersMethods in mgui.interfaces.plots with parameters of type MouseRelayListener Modifier and Type Method Description voidInterfacePlot. addMouseRelayListener(MouseRelayListener listener)voidInterfacePlot. 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 voidInterfacePlotSgt. addMouseRelayListener(MouseRelayListener listener)voidInterfacePlotSgt. removeMouseRelayListener(MouseRelayListener listener)