Uses of Interface
mgui.interfaces.graphs.InterfaceGraphListener
Package | Description |
---|---|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
-
Uses of InterfaceGraphListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement InterfaceGraphListener Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them.Fields in mgui.interfaces.graphs with type parameters of type InterfaceGraphListener Modifier and Type Field Description java.util.ArrayList<InterfaceGraphListener>
InterfaceAbstractGraph. graphListeners
Methods in mgui.interfaces.graphs with parameters of type InterfaceGraphListener Modifier and Type Method Description void
InterfaceAbstractGraph. addGraphListener(InterfaceGraphListener g)
void
InterfaceAbstractGraph. removeGraphListener(InterfaceGraphListener g)