Uses of Class
mgui.interfaces.graphs.util.GraphFunctions.EdgeVisibility
Package | Description |
---|---|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.graphs.util | |
mgui.interfaces.shapes.graphs |
-
Uses of GraphFunctions.EdgeVisibility in mgui.interfaces.graphs
Fields in mgui.interfaces.graphs declared as GraphFunctions.EdgeVisibility Modifier and Type Field Description protected GraphFunctions.EdgeVisibility
InterfaceGraphDisplay. show_edges
-
Uses of GraphFunctions.EdgeVisibility in mgui.interfaces.graphs.util
Methods in mgui.interfaces.graphs.util that return GraphFunctions.EdgeVisibility Modifier and Type Method Description static GraphFunctions.EdgeVisibility
GraphFunctions. getEdgeVisibilityPredicate(boolean initial)
Returns a predicate object to control the visibility of edges in a graph. -
Uses of GraphFunctions.EdgeVisibility in mgui.interfaces.shapes.graphs
Fields in mgui.interfaces.shapes.graphs declared as GraphFunctions.EdgeVisibility Modifier and Type Field Description protected GraphFunctions.EdgeVisibility
Graph2DInt. show_edges