Uses of Class
org.graffiti.plugin.algorithm.ThreadSafeAlgorithm
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.rotate | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache | |
org.vanted.plugins.layout.multilevelframework |
A layout algorithm to Vanted that implements the multi-level graph layout framework.
|
org.vanted.plugins.layout.stressminimization |
A layout algorithm to Vanted that implements stress minimization.
|
-
Uses of ThreadSafeAlgorithm in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.rotate
Subclasses of ThreadSafeAlgorithm in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.rotate Modifier and Type Class Description class
RotateAlgorithm
-
Uses of ThreadSafeAlgorithm in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder
Subclasses of ThreadSafeAlgorithm in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder Modifier and Type Class Description class
PatternSpringembedder
Spring Embedder Algorithm.class
PatternSpringembedder3d
Spring Embedder Algorithm. -
Uses of ThreadSafeAlgorithm in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache
Subclasses of ThreadSafeAlgorithm in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache Modifier and Type Class Description class
PatternSpringembedder
Spring Embedder Algorithm. -
Uses of ThreadSafeAlgorithm in org.vanted.plugins.layout.multilevelframework
Subclasses of ThreadSafeAlgorithm in org.vanted.plugins.layout.multilevelframework Modifier and Type Class Description class
ForceDirectedLayoutWrapper
Wrapper class to enable usage of the PatternspringEmbedder (a.k.a.class
MultilevelFrameworkLayout
Main class of the MLF add-on that contains the method that actually performs the layout. -
Uses of ThreadSafeAlgorithm in org.vanted.plugins.layout.stressminimization
Subclasses of ThreadSafeAlgorithm in org.vanted.plugins.layout.stressminimization Modifier and Type Class Description class
BackgroundExecutionAlgorithm
This class handles the execution of a givenBackgroundAlgorithm
in the background, i.e.