- cast() - Method in class lavesdk.math.graph.matching.Matching
-
Converts this matching using concrete
Edge
s in a
MatchingByID
using edge identifiers.
- cast() - Method in class lavesdk.math.graph.matching.MatchingByID
-
Translates this matching that uses edge identifiers into a
Matching
with concrete
Edge
s.
- cast() - Method in class lavesdk.math.graph.Path
-
Converts this path using concrete
Vertex
s in a
PathByID
using vertex identifiers.
- cast() - Method in class lavesdk.math.graph.PathByID
-
Converts this path using vertex identifiers in a
Path
with concrete
Vertex
s.
- cast() - Method in class lavesdk.math.graph.Trail
-
Converts this trail using concrete
Vertex
s in a
TrailByID
using vertex identifiers.
- cast() - Method in class lavesdk.math.graph.TrailByID
-
Converts this trail using vertex identifiers in a
Trail
with concrete
Vertex
s.
- cast() - Method in class lavesdk.math.graph.Walk
-
Converts this walk using concrete
Vertex
s in a
WalkByID
using vertex identifiers.
- cast() - Method in class lavesdk.math.graph.WalkByID
-
Converts this walk using vertex identifiers in a
Walk
with concrete
Vertex
s.
- CatmullRomSpline - Class in lavesdk.graphics
-
Represents a Catmull-Rom spline.
- CatmullRomSpline(List<Point>) - Constructor for class lavesdk.graphics.CatmullRomSpline
-
Creates a new spline.
- CatmullRomSpline(Point[]) - Constructor for class lavesdk.graphics.CatmullRomSpline
-
Creates a new spline.
- CatmullRomSpline(Point[], int) - Constructor for class lavesdk.graphics.CatmullRomSpline
-
Creates a new spline.
- CatmullRomSpline(List<Point>, int) - Constructor for class lavesdk.graphics.CatmullRomSpline
-
Creates a new spline.
- ccw(int, int, int, int, int, int) - Static method in class lavesdk.utils.MathUtils
-
Performs a counter clockwise test that specifies whether a point p2 (x2,y2) is left (counter clockwise) or
right (clockwise) to a vector p0p1.
- ccw(Point, Point, Point) - Static method in class lavesdk.utils.MathUtils
-
Performs a counter clockwise test that specifies whether a point p2 is left (counter clockwise) or right (clockwise) to a vector p0p1.
- CENTER - Static variable in class lavesdk.gui.widgets.ExecutionTableColumn
-
content is aligned in the center of the column
- centerPanel - Variable in class lavesdk.gui.dialogs.OptionDialog
-
the panel that displays the options of the dialog
- checkCompatibility(LAVESDKV) - Static method in class lavesdk.LAVESDKV
-
Indicates whether the specified LAVESDK version is compatible with the current LAVESDK version meaning it is a version greater or equal
the minimum (
MINIMUM
and less or equal the maximum (
CURRENT
) of the current version.
- checkCompatibility(AlgorithmPlugin) - Static method in class lavesdk.LAVESDKV
-
Indicates whether the specified plugin is compatible with the current LAVESDK version meaning if it uses a version that is greater or
equal the minimum version (
MINIMUM
) and less or equal the current version (
CURRENT
) of the LAVESDK.
- checkFlowConservationCondition() - Method in class lavesdk.math.graph.network.Network
-
Checks if the flow conservation condition of the current state of the network is fulfilled.
- checkKey(String) - Method in class lavesdk.serialization.Serializer
-
Checks if the given key is valid that means if key !
- checkPermission(PluginHost) - Method in interface lavesdk.algorithm.plugin.PluginHost
-
Checks if the given host is accepted by this host.
- checkPermission(PluginHost) - Method in class lavesdk.sandbox.Sandbox
-
- circle - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultVertexRenderer
-
the circle
- CIRCLE_LAYOUT_ICON - Variable in class lavesdk.resources.Resources
-
the circle layout icon or null
if the resource could not be loaded
- CIRCLE_LAYOUT_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the circle layout icon
- CircleLayoutToolBarExtension<V extends Vertex,E extends Edge> - Class in lavesdk.algorithm.plugin.extensions
-
Extends the toolbar of a host application by graph functionality to layout the vertices of a graph in a circle.
- CircleLayoutToolBarExtension(GraphView<V, E>) - Constructor for class lavesdk.algorithm.plugin.extensions.CircleLayoutToolBarExtension
-
Creates a new circle layout toolbar extension.
- CircleLayoutToolBarExtension(GraphView<V, E>, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.extensions.CircleLayoutToolBarExtension
-
Creates a new circle layout toolbar extension.
- CircleLayoutToolBarExtension(GraphView<V, E>, LanguageFile, String, boolean) - Constructor for class lavesdk.algorithm.plugin.extensions.CircleLayoutToolBarExtension
-
Creates a new circle layout toolbar extension.
- clear() - Method in class lavesdk.math.Set
-
- clearExistingGraph - Variable in class lavesdk.algorithm.plugin.views.GraphTransferProtocol
-
flag that indicates whether an existing graph should be cleared before the data is transferred
- clearSelection() - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Clears the selection of the table.
- clearSelection() - Method in class lavesdk.algorithm.plugin.views.MatrixView
-
Clears the selection in the matrix view.
- clearSelection() - Method in class lavesdk.gui.widgets.ExecutionTable
-
Clears the selection of the table.
- clearSelection() - Method in class lavesdk.gui.widgets.MatrixEditor
-
Clears the selection in the matrix editor.
- clone() - Method in class lavesdk.math.graph.matching.Matching
-
Gets a shallow copy of this matching (the elements in the matching are not cloned).
- clone() - Method in class lavesdk.math.graph.matching.MatchingByID
-
Gets a shallow copy of this matching (the elements in the matching are not cloned).
- clone() - Method in class lavesdk.math.graph.Path
-
Gets a shallow copy of this path (the vertices in the path are not cloned).
- clone() - Method in class lavesdk.math.graph.PathByID
-
Gets a shallow copy of this path (the identifiers of the vertices in the path are not cloned).
- clone() - Method in class lavesdk.math.graph.Trail
-
Gets a shallow copy of this trail (the vertices in the trail are not cloned).
- clone() - Method in class lavesdk.math.graph.TrailByID
-
Gets a shallow copy of this trail (the identifiers of the vertices in the trail are not cloned).
- clone() - Method in class lavesdk.math.graph.Walk
-
Gets a shallow copy of this walk (the vertices in the walk are not cloned).
- clone() - Method in class lavesdk.math.graph.WalkByID
-
Gets a shallow copy of this walk (the identifiers of the vertices in the walk are not cloned).
- clone() - Method in class lavesdk.math.Matrix
-
Clones the matrix meaning that it is returned a shallow copy of
this
Matrix
instance
(the elements themselves are not copied/cloned).
- clone() - Method in class lavesdk.math.NumericMatrix
-
- clone() - Method in class lavesdk.math.ObjectMatrix
-
- clone() - Method in class lavesdk.math.Set
-
Gets a shallow copy of this set (the elements in the set are not cloned).
- close() - Method in class lavesdk.algorithm.plugin.views.ExercisesListView
-
Closes the exercises list view.
- close() - Method in class lavesdk.algorithm.plugin.views.View
-
Closes the view meaning that the visibility of the view is set to false
.
- close() - Method in class lavesdk.utils.PopupWindow
-
Closes the popup window (manually).
- CLOSE_HOVER_ICON - Variable in class lavesdk.resources.Resources
-
the close hover icon or null
if the resource could not be loaded
- CLOSE_HOVER_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the close hover icon
- CLOSE_ICON - Variable in class lavesdk.resources.Resources
-
the close icon or null
if the resource could not be loaded
- CLOSE_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the close icon
- COLLAPSE_ICON - Variable in class lavesdk.resources.Resources
-
the collapse icon or null
if the resource could not be loaded
- COLLAPSE_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the collapse icon
- ColorCellEditor - Class in lavesdk.gui.widgets
-
- ColorCellEditor(String) - Constructor for class lavesdk.gui.widgets.ColorCellEditor
-
Creates a new color cell editor.
- ColorCellRenderer - Class in lavesdk.gui.widgets
-
Renders a color cell.
- ColorCellRenderer(boolean) - Constructor for class lavesdk.gui.widgets.ColorCellRenderer
-
Creates a new color cell renderer.
- ColorProperty - Class in lavesdk.gui.widgets
-
- ColorProperty(String, String) - Constructor for class lavesdk.gui.widgets.ColorProperty
-
Creates a new color property.
- ColorProperty(String, String, Color) - Constructor for class lavesdk.gui.widgets.ColorProperty
-
Creates a new color property.
- ColorProperty(String, String, boolean) - Constructor for class lavesdk.gui.widgets.ColorProperty
-
Creates a new color property.
- ColorProperty(String, String, Color, boolean) - Constructor for class lavesdk.gui.widgets.ColorProperty
-
Creates a new color property.
- ColorTransition - Class in lavesdk.algorithm.transitions
-
A class to create a linear color transition between a source color and a destination color.
- ColorTransition(AlgorithmRTE, Color, Color) - Constructor for class lavesdk.algorithm.transitions.ColorTransition
-
Creates a new color transition.
- ColorTransition(AlgorithmRTE, long, int, Color, Color) - Constructor for class lavesdk.algorithm.transitions.ColorTransition
-
Creates a new color transition.
- compareTo(LAVESDKV) - Method in class lavesdk.LAVESDKV
-
Compares this version with the specified version and returns a negative integer, zero, or a positive integer
as this version is less than, equal to, or greater than the specified version.
- complement(Set<? extends E>, Set<? extends E>) - Static method in class lavesdk.math.Set
-
Computes the complement of the two specified sets that means a set which contains only elements that
are in the first set but not in the second one.
- COMPLETE_BIPARTITE_GRAPH_ICON - Variable in class lavesdk.resources.Resources
-
the complete bipartite graph icon or null
if the resource could not be loaded
- COMPLETE_BIPARTITE_GRAPH_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the create complete bipartite graph icon
- COMPLETE_GRAPH_ICON - Variable in class lavesdk.resources.Resources
-
the complete graph icon or null
if the resource could not be loaded
- COMPLETE_GRAPH_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the complete graph in icon
- CompleteBipartiteGraphToolBarExtension<V extends Vertex,E extends Edge> - Class in lavesdk.algorithm.plugin.extensions
-
Extends the toolbar of a host application by graph functionality to check whether a graph is complete bipartite and to create complete bipartite graphs.
- CompleteBipartiteGraphToolBarExtension(PluginHost, GraphView<V, E>) - Constructor for class lavesdk.algorithm.plugin.extensions.CompleteBipartiteGraphToolBarExtension
-
Creates a new complete bipartite graph toolbar extension.
- CompleteBipartiteGraphToolBarExtension(PluginHost, GraphView<V, E>, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.extensions.CompleteBipartiteGraphToolBarExtension
-
Creates a new complete bipartite graph toolbar extension.
- CompleteBipartiteGraphToolBarExtension(PluginHost, GraphView<V, E>, LanguageFile, String, boolean) - Constructor for class lavesdk.algorithm.plugin.extensions.CompleteBipartiteGraphToolBarExtension
-
Creates a new complete bipartite graph toolbar extension.
- CompleteGraphToolBarExtension<V extends Vertex,E extends Edge> - Class in lavesdk.algorithm.plugin.extensions
-
Extends the toolbar of a host application by graph functionality to check whether a graph is complete and to create complete graphs.
- CompleteGraphToolBarExtension(PluginHost, GraphView<V, E>, AllowedGraphType) - Constructor for class lavesdk.algorithm.plugin.extensions.CompleteGraphToolBarExtension
-
Creates a new complete graph toolbar extension.
- CompleteGraphToolBarExtension(PluginHost, GraphView<V, E>, AllowedGraphType, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.extensions.CompleteGraphToolBarExtension
-
Creates a new complete graph toolbar extension.
- CompleteGraphToolBarExtension(PluginHost, GraphView<V, E>, AllowedGraphType, LanguageFile, String, boolean) - Constructor for class lavesdk.algorithm.plugin.extensions.CompleteGraphToolBarExtension
-
Creates a new complete graph toolbar extension.
- Configuration - Class in lavesdk.configuration
-
The configuration data of a plugin.
- Configuration() - Constructor for class lavesdk.configuration.Configuration
-
Creates a new configuration.
- contains(Point) - Method in class lavesdk.graphics.CatmullRomSpline
-
Checks if the given point is onto the curve.
- contains(Point, int) - Method in class lavesdk.graphics.CatmullRomSpline
-
Checks if the given point is onto the curve.
- contains(int, int) - Method in class lavesdk.graphics.CatmullRomSpline
-
Checks if the given point is onto the curve.
- contains(int, int, int) - Method in class lavesdk.graphics.CatmullRomSpline
-
Checks if the given point is onto the curve.
- contains(Option) - Method in class lavesdk.gui.widgets.OptionComboButton
-
Indicates whether the combo button contains the specified option.
- contains(V) - Method in class lavesdk.math.graph.Graph
-
Indicates if the graph contains the given vertex.
- contains(E) - Method in class lavesdk.math.graph.Graph
-
Indicates if the graph contains the given edge.
- contains(Edge) - Method in class lavesdk.math.graph.Trail
-
Indicates whether the trail contains the specified edge.
- contains(Edge) - Method in class lavesdk.math.graph.TrailByID
-
Indicates whether the trail contains the specified edge.
- contains(V) - Method in class lavesdk.math.graph.Walk
-
Indicates whether the specified vertex is on this walk.
- contains(Edge) - Method in class lavesdk.math.graph.Walk
-
Indicates whether the walk contains the specified edge or more precisely whether the walk contains
the predecessor and the successor of the edge regarding the direction of the edge.
- contains(int) - Method in class lavesdk.math.graph.WalkByID
-
Indicates whether the specified vertex is on this walk.
- contains(V) - Method in class lavesdk.math.graph.WalkByID
-
Indicates whether the specified vertex is on this walk.
- contains(Edge) - Method in class lavesdk.math.graph.WalkByID
-
Indicates whether the walk contains the specified edge or more precisely whether the walk contains
the predecessor and the successor of the edge regarding the direction of the edge.
- contains(Object) - Method in class lavesdk.math.Set
-
- containsAll(Collection<?>) - Method in class lavesdk.math.Set
-
- containsAll(E[]) - Method in class lavesdk.math.Set
-
Returns true
if this set contains all of the elements in the specified array.
- containsEdge(E) - Method in class lavesdk.math.graph.Graph
-
Checks if the graph already contains the given edge, that means if getEdge(i).equalsIgnoreWeight(edge)
Notice:
Override this method if you want to handle that multiple edges are allowed, etc.
- containsEdge(E) - Method in class lavesdk.math.graph.MultiGraph
-
- containsEdge(E) - Method in class lavesdk.math.graph.SimpleGraph
-
- containsVertex(V) - Method in class lavesdk.math.graph.Graph
-
Checks if the graph already contains the given vertex, that means if there is already a vertex in the graph
with the caption of the specified vertex.
- content - Variable in class lavesdk.algorithm.plugin.views.View
-
the content that contains the component(s) of the view (add your components here)
- content - Variable in class lavesdk.utils.PopupWindow
-
the content that contains the components of the popup window
- convertItemIndexToVisible(int) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Converts the given item index (of a visible item) in an index of the visible rows list.
- convertItemIndexToVisible(int) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Converts the given item index (of a visible item) in an index of the visible rows list.
- copy(Matrix<T>, Matrix<T>) - Static method in class lavesdk.math.Matrix
-
Copies the elements of one matrix (source) to another matrix (destination).
- CREATE_COMPLETE_BIPARTITE_GRAPH_ICON - Variable in class lavesdk.resources.Resources
-
the create complete bipartite graph icon or null
if the resource could not be loaded
- CREATE_COMPLETE_BIPARTITE_GRAPH_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the create complete bipartite graph icon
- CREATE_COMPLETE_GRAPH_ICON - Variable in class lavesdk.resources.Resources
-
the create complete graph icon or null
if the resource could not be loaded
- CREATE_COMPLETE_GRAPH_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the complete graph in icon
- createAdjacencyMatrix(Graph<V, E>) - Static method in class lavesdk.utils.GraphUtils
-
Creates an adjacency matrix of a specified graph.
- createAdjacencyMatrix(Graph<V, E>, boolean) - Static method in class lavesdk.utils.GraphUtils
-
Creates an adjacency matrix of a specified graph.
- createBorder(ExecutionTableBorder, ExecutionTableBorder, ExecutionTableBorder, ExecutionTableBorder) - Static method in class lavesdk.gui.widgets.ExecutionTableBorder
-
Creates a swing Border
using four borders.
- createCircleGraphLayout() - Method in class lavesdk.algorithm.plugin.views.GraphView
-
- createCircleIcon(Color, Color, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
Creates a circle icon.
- createCircleIcon(Color, Color, int, int, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
Creates a circle icon.
- createCompleteBipartiteGraph(int, int) - Static method in class lavesdk.utils.GraphUtils
-
Creates a complete bipartite graph Kn,m of n vertices in the first and m vertices in the second subset.
- createCompleteBipartiteGraph(int, int, GraphFactory<V, E>) - Static method in class lavesdk.utils.GraphUtils
-
Creates a complete bipartite graph Kn,m of n vertices in the first and m vertices in the second subset.
- createCompleteBipartiteGraph(int, int, GraphFactory<V, E>, float) - Static method in class lavesdk.utils.GraphUtils
-
Creates a complete bipartite graph Kn,m of n vertices in the first and m vertices in the second subset.
- createCompleteGraph(int, boolean) - Static method in class lavesdk.utils.GraphUtils
-
Creates a complete graph Kn of n vertices.
- createCompleteGraph(int, boolean, GraphFactory<V, E>) - Static method in class lavesdk.utils.GraphUtils
-
Creates a complete graph Kn of n vertices.
- createCompleteGraph(int, boolean, GraphFactory<V, E>, float) - Static method in class lavesdk.utils.GraphUtils
-
Creates a complete graph Kn of n vertices.
- createDefaultModel() - Method in class lavesdk.gui.widgets.NumericTextField
-
- createEdge(Vertex, Vertex) - Method in class lavesdk.math.graph.DefaultGraphFactory
-
- createEdge(Vertex, Vertex, boolean) - Method in class lavesdk.math.graph.DefaultGraphFactory
-
- createEdge(Vertex, Vertex, float) - Method in class lavesdk.math.graph.DefaultGraphFactory
-
- createEdge(Vertex, Vertex, boolean, float) - Method in class lavesdk.math.graph.DefaultGraphFactory
-
- createEdge(V, V) - Method in class lavesdk.math.graph.GraphFactory
-
Creates a new edge with a weight of zero.
- createEdge(V, V, boolean) - Method in class lavesdk.math.graph.GraphFactory
-
Creates a new edge.
- createEdge(V, V, float) - Method in class lavesdk.math.graph.GraphFactory
-
Creates a new edge.
- createEdge(V, V, boolean, float) - Method in class lavesdk.math.graph.GraphFactory
-
Creates a new edge.
- createEdge(Node, Node) - Method in class lavesdk.math.graph.network.DefaultNetworkFactory
-
- createEdge(Node, Node, boolean) - Method in class lavesdk.math.graph.network.DefaultNetworkFactory
-
- createEdge(Node, Node, float) - Method in class lavesdk.math.graph.network.DefaultNetworkFactory
-
- createEdge(Node, Node, boolean, float) - Method in class lavesdk.math.graph.network.DefaultNetworkFactory
-
- createEdge(Vertex, Vertex) - Method in class lavesdk.math.graph.network.DefaultRNFactory
-
- createEdge(Vertex, Vertex, boolean) - Method in class lavesdk.math.graph.network.DefaultRNFactory
-
- createEdge(Vertex, Vertex, float) - Method in class lavesdk.math.graph.network.DefaultRNFactory
-
- createEdge(Vertex, Vertex, boolean, float) - Method in class lavesdk.math.graph.network.DefaultRNFactory
-
- createEditor(Object[]) - Method in class lavesdk.gui.widgets.BooleanProperty
-
- createEditor(Object[]) - Method in class lavesdk.gui.widgets.ColorProperty
-
- createEditor(Object[]) - Method in class lavesdk.gui.widgets.ListProperty
-
- createEditor(Object[]) - Method in class lavesdk.gui.widgets.NumericProperty
-
- createEditor(Object[]) - Method in class lavesdk.gui.widgets.Property
-
Creates the editor of the property.
- createEditor(Object[]) - Method in class lavesdk.gui.widgets.TextProperty
-
- createExtension() - Method in class lavesdk.algorithm.plugin.views.FontHeaderBarExtension
-
- createExtension() - Method in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
-
Creates the extension.
- createFilePath(String) - Static method in class lavesdk.utils.FileUtils
-
Creates the file and corresponding directories if it/they don't exist.
- createGraph(Matrix<? extends Number>, GraphFactory<V, E>, boolean) - Static method in class lavesdk.utils.GraphUtils
-
Creates a graph based on an adjacency matrix where a zero-weight edge indicates that there is no edge between two vertices.
- createGraph(Matrix<? extends Number>, GraphFactory<V, E>, boolean, boolean) - Static method in class lavesdk.utils.GraphUtils
-
Creates a graph based on an adjacency matrix.
- createInitialState(AlgorithmState) - Method in class lavesdk.algorithm.AlgorithmRTE
-
Creates the initial state of the algorithm meaning the initial values of the variables
which are used in your algorithm.
- createLaTeXSymbol(String) - Static method in class lavesdk.gui.widgets.Symbol
-
Creates a latex symbol using a font size of 10.0f
.
- createLaTeXSymbol(String, float) - Static method in class lavesdk.gui.widgets.Symbol
-
Creates a latex symbol.
- createLineIcon(Color, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
- createLineIcon(Color, int, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
Creates a line icon.
- createLineIcon(Color, int, int, int, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
Creates a line icon.
- createObjectInputStream(ByteArrayInputStream) - Method in class lavesdk.algorithm.AlgorithmState
-
- createObjectInputStream(ByteArrayInputStream) - Method in class lavesdk.serialization.Serializer
-
Creates the object input stream that is used to unfreeze the data of the serializer.
- createObjectOutputStream(ByteArrayOutputStream) - Method in class lavesdk.serialization.Serializer
-
Creates the object output stream that is used to freeze the data of the serializer.
- createRandomGraph(int, boolean) - Static method in class lavesdk.utils.GraphUtils
-
Creates a random graph.
- createRandomGraph(int, boolean, GraphFactory<V, E>) - Static method in class lavesdk.utils.GraphUtils
-
Creates a random graph.
- createRandomGraph(int, boolean, GraphFactory<V, E>, float, float) - Static method in class lavesdk.utils.GraphUtils
-
Creates a random graph.
- createRectangleIcon(Color, Color, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
Creates a rectangle icon.
- createRectangleIcon(Color, Color, int, int, int) - Static method in class lavesdk.gui.widgets.LegendItem
-
Creates a rectangle icon.
- createRenderer(Object[]) - Method in class lavesdk.gui.widgets.BooleanProperty
-
- createRenderer(Object[]) - Method in class lavesdk.gui.widgets.ColorProperty
-
- createRenderer(Object[]) - Method in class lavesdk.gui.widgets.ListProperty
-
- createRenderer(Object[]) - Method in class lavesdk.gui.widgets.NumericProperty
-
- createRenderer(Object[]) - Method in class lavesdk.gui.widgets.Property
-
Creates the renderer of the property.
- createRenderer(Object[]) - Method in class lavesdk.gui.widgets.TextProperty
-
- createVertex(String) - Method in class lavesdk.math.graph.DefaultGraphFactory
-
- createVertex(String) - Method in class lavesdk.math.graph.GraphFactory
-
Creates a new vertex.
- createVertex(String) - Method in class lavesdk.math.graph.network.DefaultNetworkFactory
-
- createVertex(String) - Method in class lavesdk.math.graph.network.DefaultRNFactory
-
- createVisualEdge(GraphView<V, E>.VisualVertex, GraphView<V, E>.VisualVertex) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Adds a new (undirected) visual edge to the graph between two specified vertices.
- createVisualEdge(GraphView<V, E>.VisualVertex, GraphView<V, E>.VisualVertex, boolean) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Adds a new visual edge to the graph between two specified vertices.
- createVisualVertex(int, int) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Creates a new visual vertex at the specified position.
- CURRENT - Static variable in class lavesdk.LAVESDKV
-
contains the version information of the current LAVESDK
- currentProgress(int) - Method in interface lavesdk.utils.ProgressListener
-
- CustomVisualFormula - Class in lavesdk.algorithm.plugin.views.custom
-
Represents a formula (latex expression) that can be displayed in a
GraphView
.
- CustomVisualFormula(String, int, int) - Constructor for class lavesdk.algorithm.plugin.views.custom.CustomVisualFormula
-
Creates a new custom visual formula.
- CustomVisualObject - Class in lavesdk.algorithm.plugin.views.custom
-
Represents a custom visual object that can be painted in a
GraphView
.
- CustomVisualObject() - Constructor for class lavesdk.algorithm.plugin.views.custom.CustomVisualObject
-
Creates a new custom visual object at the position (0,0)
and with a width and height of 0
.
- CustomVisualObject(int, int, int, int, Color, Color) - Constructor for class lavesdk.algorithm.plugin.views.custom.CustomVisualObject
-
Creates a new custom visual object.
- CustomVisualText - Class in lavesdk.algorithm.plugin.views.custom
-
Represents a text that can be displayed in a
GraphView
.
- CustomVisualText(String, int, int) - Constructor for class lavesdk.algorithm.plugin.views.custom.CustomVisualText
-
Creates a new custom visual text.