- LabelEntry - Class in lavesdk.language
-
Represents an entry of a label in a specific language.
- LabelEntry(String, String) - Constructor for class lavesdk.language.LabelEntry
-
Creates a new entry.
- labelX - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultEdgeRenderer
-
the x position of the edge label
- labelY - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultEdgeRenderer
-
the y position of the edge label
- langFile - Variable in class lavesdk.algorithm.plugin.views.View
-
the language file of the view
- langFile - Variable in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
-
the language file or null
- langID - Variable in class lavesdk.algorithm.plugin.views.View
-
the language id
- langID - Variable in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
-
the language id
- langID - Variable in class lavesdk.language.LabelEntry
-
the language id of this entry
- LANGUAGE_FILE - Variable in class lavesdk.resources.Resources
-
the language file or null
if the resource could not be loaded
- LANGUAGE_FILE_PATH - Variable in class lavesdk.resources.Resources
-
path to the language file
- LanguageFile - Class in lavesdk.language
-
Loads and represents a language file that contains label identifiers and corresponding label descriptions in specified languages.
- LanguageFile(String) - Constructor for class lavesdk.language.LanguageFile
-
Loads a new language file.
- LanguageFile(File) - Constructor for class lavesdk.language.LanguageFile
-
Loads a new language file.
- LanguageFile(File, String) - Constructor for class lavesdk.language.LanguageFile
-
Loads a new language file.
- LanguageFile(InputStream) - Constructor for class lavesdk.language.LanguageFile
-
Loads a new language file.
- LanguageFile(InputStream, String) - Constructor for class lavesdk.language.LanguageFile
-
Loads a new language file.
- LaTeXFormula - Class in lavesdk.algorithm.text
-
Represents a formula given by a latex expression.
- lavesdk - package lavesdk
-
- lavesdk.algorithm - package lavesdk.algorithm
-
- lavesdk.algorithm.enums - package lavesdk.algorithm.enums
-
- lavesdk.algorithm.exceptions - package lavesdk.algorithm.exceptions
-
- lavesdk.algorithm.plugin - package lavesdk.algorithm.plugin
-
- lavesdk.algorithm.plugin.enums - package lavesdk.algorithm.plugin.enums
-
- lavesdk.algorithm.plugin.exceptions - package lavesdk.algorithm.plugin.exceptions
-
- lavesdk.algorithm.plugin.extensions - package lavesdk.algorithm.plugin.extensions
-
- lavesdk.algorithm.plugin.security - package lavesdk.algorithm.plugin.security
-
- lavesdk.algorithm.plugin.views - package lavesdk.algorithm.plugin.views
-
- lavesdk.algorithm.plugin.views.custom - package lavesdk.algorithm.plugin.views.custom
-
- lavesdk.algorithm.plugin.views.renderers - package lavesdk.algorithm.plugin.views.renderers
-
- lavesdk.algorithm.text - package lavesdk.algorithm.text
-
- lavesdk.algorithm.text.exceptions - package lavesdk.algorithm.text.exceptions
-
- lavesdk.algorithm.transitions - package lavesdk.algorithm.transitions
-
- lavesdk.configuration - package lavesdk.configuration
-
- lavesdk.graphics - package lavesdk.graphics
-
- lavesdk.gui - package lavesdk.gui
-
- lavesdk.gui.dialogs - package lavesdk.gui.dialogs
-
- lavesdk.gui.dialogs.enums - package lavesdk.gui.dialogs.enums
-
- lavesdk.gui.widgets - package lavesdk.gui.widgets
-
- lavesdk.gui.widgets.enums - package lavesdk.gui.widgets.enums
-
- lavesdk.language - package lavesdk.language
-
- lavesdk.logging - package lavesdk.logging
-
- lavesdk.logging.enums - package lavesdk.logging.enums
-
- lavesdk.math - package lavesdk.math
-
- lavesdk.math.graph - package lavesdk.math.graph
-
- lavesdk.math.graph.enums - package lavesdk.math.graph.enums
-
- lavesdk.math.graph.matching - package lavesdk.math.graph.matching
-
- lavesdk.math.graph.network - package lavesdk.math.graph.network
-
- lavesdk.math.graph.network.enums - package lavesdk.math.graph.network.enums
-
- lavesdk.resources - package lavesdk.resources
-
- lavesdk.sandbox - package lavesdk.sandbox
-
- lavesdk.serialization - package lavesdk.serialization
-
- lavesdk.utils - package lavesdk.utils
-
- LAVESDK_PROPERTIES - Variable in class lavesdk.resources.Resources
-
the properties file of the LAVESDK or null
if the resource could not be loaded
- LAVESDK_PROPERTIES_PATH - Variable in class lavesdk.resources.Resources
-
path to the properties file of the LAVESDK
- LAVESDKV - Class in lavesdk
-
Represents the version information of the LAVESDK.
- LAVESDKV(int, int) - Constructor for class lavesdk.LAVESDKV
-
Creates a new LAVESDK version.
- layout(Graph<V, E>, GraphView<V, E>) - Method in class lavesdk.algorithm.plugin.views.BipartiteGraphLayout
-
- layout(Graph<V, E>, GraphView<V, E>) - Method in class lavesdk.algorithm.plugin.views.GraphLayout
-
Executes the layout algorithm to position the vertices of the given graph.
- layout(Graph<N, L>, GraphView<N, L>) - Method in class lavesdk.algorithm.plugin.views.GraphView.CircleGraphLayout
-
- layoutGraph(GraphLayout) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Layouts the graph that means all vertices of the graph are automatically positioned by the
layout algorithm specified in the
GraphLayout
.
- LEFT - Static variable in class lavesdk.gui.widgets.ExecutionTableColumn
-
content is aligned at the left side of the column
- Legend - Class in lavesdk.gui.widgets
-
- Legend() - Constructor for class lavesdk.gui.widgets.Legend
-
Creates a new legend.
- LegendItem - Class in lavesdk.gui.widgets
-
Represents an item in a
Legend
.
- LegendItem(String, String, String) - Constructor for class lavesdk.gui.widgets.LegendItem
-
Creates a new legend item.
- LegendItem(String, String, String, Icon) - Constructor for class lavesdk.gui.widgets.LegendItem
-
Creates a new legend item.
- LegendView - Class in lavesdk.algorithm.plugin.views
-
Displays a legend.
- LegendView(String) - Constructor for class lavesdk.algorithm.plugin.views.LegendView
-
Creates a new legend view.
- LegendView(String, boolean) - Constructor for class lavesdk.algorithm.plugin.views.LegendView
-
Creates a new legend view.
- LegendView(String, boolean, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.views.LegendView
-
Creates a new legend view.
- length() - Method in class lavesdk.math.graph.Walk
-
The length of the walk meaning the number of edges.
- length() - Method in class lavesdk.math.graph.WalkByID
-
The length of the walk meaning the number of edges.
- LinearPositionTransition - Class in lavesdk.algorithm.transitions
-
A class to create a linear position transition between a source position and a target position.
- LinearPositionTransition(AlgorithmRTE, Point, Point) - Constructor for class lavesdk.algorithm.transitions.LinearPositionTransition
-
Creates a new linear position transition.
- LinearPositionTransition(AlgorithmRTE, long, int, Point, Point) - Constructor for class lavesdk.algorithm.transitions.LinearPositionTransition
-
Creates a new linear position transition.
- LINESEPARATOR - Static variable in class lavesdk.utils.FileUtils
-
platform independent line separator (line feed/line break) for files/strings
- lineStroke - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultEdgeRenderer
-
the stroke for the edge
- LINETYPE_BOTTOMLEFT_TO_TOPRIGHT - Static variable in class lavesdk.gui.widgets.LegendItem
-
the orientation of an icon content: from bottom left to top right (diagonal)
- LINETYPE_LEFT_TO_RIGHT - Static variable in class lavesdk.gui.widgets.LegendItem
-
the orientation of an icon content: from left to right
- LINETYPE_TOP_TO_BOTTOM - Static variable in class lavesdk.gui.widgets.LegendItem
-
the orientation of an icon content: from top to bottom
- LINETYPE_TOPLEFT_TO_BOTTOMRIGHT - Static variable in class lavesdk.gui.widgets.LegendItem
-
the orientation of an icon content: from top left to bottom right (diagonal)
- lineWidth - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultEdgeRenderer
-
the line width
- ListProperty - Class in lavesdk.gui.widgets
-
- ListProperty(String, String, String[]) - Constructor for class lavesdk.gui.widgets.ListProperty
-
Creates a new list property.
- ListProperty(String, String, String, String[]) - Constructor for class lavesdk.gui.widgets.ListProperty
-
Creates a new list property.
- load(File) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Loads a visual graph from a file.
- load(String) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Loads a visual graph from a file.
- load(File) - Static method in class lavesdk.configuration.Configuration
-
Loads a configuration file.
- load(String) - Static method in class lavesdk.configuration.Configuration
-
Loads a configuration file.
- load() - Method in class lavesdk.serialization.ObjectFile
-
Loads the objects from the specified location.
- loadAdvancedEdgeProperties(PropertiesListModel, Arc) - Method in class lavesdk.algorithm.plugin.views.DefaultNetworkView
-
- loadAdvancedEdgeProperties(PropertiesListModel, E) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Loads the advanced properties of an edge that aren't elements of the super class
Edge
and adds them to
the properties list model.
- loadAdvancedVertexProperties(PropertiesListModel, V) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Loads the advanced properties of a vertex that aren't elements of the super class
Vertex
and adds them to
the properties list model.
- loadConfiguration(Configuration) - Method in class lavesdk.algorithm.plugin.views.View
-
Loads the configuration data of the view from the given configuration.
- loadConfiguration(Configuration, String) - Method in class lavesdk.algorithm.plugin.views.View
-
Loads the configuration data of the view from the given configuration.
- loadCreatorPreferences(PropertiesListModel) - Method in interface lavesdk.algorithm.plugin.AlgorithmPlugin
-
Loads the creator preferences of the plugin.
- loadCustomization(PropertiesListModel) - Method in interface lavesdk.algorithm.plugin.AlgorithmPlugin
-
Loads the customization of the plugin.
- loadPlugin(File) - Method in class lavesdk.algorithm.plugin.PluginLoader
-
Loads a given plugin file.
- loadPlugins(String) - Method in class lavesdk.algorithm.plugin.PluginLoader
-
Loads all valid plugins in the given directory.
- loadPlugins(String, ProgressListener) - Method in class lavesdk.algorithm.plugin.PluginLoader
-
Loads all valid plugins in the given directory.
- LogFile - Class in lavesdk.logging
-
Represents a file for logging information.
- LogFile(String) - Constructor for class lavesdk.logging.LogFile
-
Creates a new log file.
- LogFormat - Class in lavesdk.logging
-
- LogFormat() - Constructor for class lavesdk.logging.LogFormat
-
Creates a new format.
- LogType - Enum in lavesdk.logging.enums
-
The type of a log message.