Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Class and Description |
---|---|
class |
AlgorithmTextView
Displays the paragraphs and steps of an
AlgorithmText and visualizes the executing AlgorithmStep . |
class |
DefaultGraphView
The default implementation of a graph view.
|
class |
DefaultNetworkView
The default implementation of a network view.
|
class |
DefaultRNView
The default implementation of a residual network view.
|
class |
ExecutionTableView
Represents a view that displays an execution table.
|
class |
ExercisesListView
Displays a list of
AlgorithmExercise s and operates as an AlgorithmExerciseProvider . |
class |
GraphView<V extends Vertex,E extends Edge>
Represents the view of a graph.
|
class |
LegendView
Displays a legend.
|
class |
MatrixView<T>
A matrix view to display and modify matrices.
|
class |
TextAreaView
Displays a text area view.
|
class |
View
Base implementation of a view of a
AlgorithmPlugin . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionTable
Represents an execution table.
|
class |
MatrixEditor<T>
A matrix editor to display and modify matrices.
|