See: Description
Interface | Description |
---|---|
GraphGUI<G extends Graph<V,E>,V,E extends Edge<V>> |
Deal with the GUI view of a graph: get a component, provide access to selected items and view options.
|
GraphGUIHelper<G extends Graph<V,E>,V,E extends Edge<V>> |
GUI-side helper for a graph type.
|
GraphGUIListener<G extends Graph<V,E>,V,E extends Edge<V>> |
Interface for objects which listen for Graph GUI events.
|
GraphOptionPanel |
offer save options to the user.
|
GUIEditor<T> |
An object in charge of graphical edition of an object type
|
Class | Description |
---|---|
AddEdgeAction<V,E extends Edge<V>> | |
AddNodeAction<V> | |
BaseGraphGUI<G extends Graph<V,E>,V,E extends Edge<V>> |
Abstract class providing generic parts of a Graph GUI.
|
DeleteAction | |
EditAction |
Minimalistic description of the available edit types for a Graph.
|
EditActionManager |
Manage the available interactive edition action.
|
GraphGUIHelperFactory |
This factory provides access to the GraphGUIHelper corresponding to a specific graph class
The factory itself is managed as a singleton.
|
GraphSelection<V,E extends Edge<V>> |
Manage the selection for a GraphGUI
|
Enum | Description |
---|---|
EditMode |
Available interactive edition modes.
|
ZoomEffect |
Copyright © 2005–2020. All rights reserved.