Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.plugin.views |
Modifier and Type | Method and Description |
---|---|
protected abstract View[] |
AlgorithmRTE.getViews()
Gets the views that are used in the runtime environment to visualize the algorithm.
|
Constructor and Description |
---|
AlgorithmExercise(java.lang.String text,
float credits,
View view)
Creates a new exercise.
|
AlgorithmExercise(java.lang.String text,
float credits,
View[] views)
Creates a new exercise.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected View |
ViewHeaderBarExtension.view
the view its header bar is extended by this extension
|
Modifier and Type | Method and Description |
---|---|
java.util.List<View> |
ViewContainer.queryAllViews()
Queries all views that this container contains.
|
Constructor and Description |
---|
FontHeaderBarExtension(View view,
float normalFontSize,
boolean separated,
LanguageFile langFile,
java.lang.String langID)
Creates a new font header bar extension.
|
ViewHeaderBarExtension(View view,
boolean separated,
LanguageFile langFile,
java.lang.String langID)
Creates a new header bar extension.
|