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 classInterfaceGraphDisplayDisplays 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. graphListenersMethods in mgui.interfaces.graphs with parameters of type InterfaceGraphListener Modifier and Type Method Description voidInterfaceAbstractGraph. addGraphListener(InterfaceGraphListener g)voidInterfaceAbstractGraph. removeGraphListener(InterfaceGraphListener g)