Interface | Description |
---|---|
GraphViewListener<V extends Vertex,E extends Edge> |
Listener to listen to events of a
GraphView . |
Class | Description |
---|---|
AlgorithmTextView |
Displays the paragraphs and steps of an
AlgorithmText and visualizes the executing AlgorithmStep . |
BipartiteGraphLayout |
Layouts the vertices of a graph in two partitions/bipartite subsets.
|
DefaultGraphView |
The default implementation of a graph view.
|
DefaultNetworkView |
The default implementation of a network view.
|
DefaultRNView |
The default implementation of a residual network view.
|
DefaultTransferProtocol<V extends Vertex,E extends Edge> |
A default implementation of a
GraphTransferProtocol that makes it possible to transfer a graph of one graph view to another
or to the same. |
ExecutionTableView |
Represents a view that displays an execution table.
|
ExercisesListView |
Displays a list of
AlgorithmExercise s and operates as an AlgorithmExerciseProvider . |
FontHeaderBarExtension |
Extends the header bar of a
View with font size operations. |
GraphLayout | |
GraphScene<V extends Vertex,E extends Edge> |
Represents a scene in a
GraphView . |
GraphTransferProtocol<V extends Vertex,E extends Edge> |
The graph transfer protocol specifies how a graph is transfered from one graph view to another.
|
GraphView<V extends Vertex,E extends Edge> |
Represents the view of a graph.
|
LegendView |
Displays a legend.
|
MatrixView<T> |
A matrix view to display and modify matrices.
|
TextAreaView |
Displays a text area view.
|
VertexOnlyTransferProtocol<V extends Vertex,E extends Edge> |
A
GraphTransferProtocol that only transfers the vertices of a GraphView to another graph view or the same. |
View |
Base implementation of a view of a
AlgorithmPlugin . |
ViewContainer |
Represents the container in which a
AlgorithmPlugin is shown. |
ViewGroup |
Represents a group of components, such as
View s or other JComponent s. |
ViewHeaderBarExtension |
Extends the header bar of a given view with further functionality.
|
Enum | Description |
---|---|
GraphView.SelectionType |
The selection type.
|