Uses of Class
org.graffiti.plugin.algorithm.ThreadSafeOptions
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings | |
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 | |
de.ipk_gatersleben.ag_nw.graffiti.services.algorithms | |
org.graffiti.plugin.algorithm | |
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 ThreadSafeOptions in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings
Fields in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings declared as ThreadSafeOptions Modifier and Type Field Description ThreadSafeOptions
PreferencesDialog. optionsForPlugin
-
Uses of ThreadSafeOptions in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.rotate
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.rotate with parameters of type ThreadSafeOptions Modifier and Type Method Description void
RotateAlgorithm. executeThreadSafe(ThreadSafeOptions options)
void
RotateAlgorithm. resetDataCache(ThreadSafeOptions options)
boolean
RotateAlgorithm. setControlInterface(ThreadSafeOptions options, JComponent jc)
-
Uses of ThreadSafeOptions in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder that return ThreadSafeOptions Modifier and Type Method Description static ThreadSafeOptions
MyNonInteractiveSpringEmb. getNewThreadSafeOptionsWithDefaultSettings()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with parameters of type ThreadSafeOptions Modifier and Type Method Description void
PatternSpringembedder. executeThreadSafe(ThreadSafeOptions options)
void
PatternSpringembedder3d. executeThreadSafe(ThreadSafeOptions options)
void
PatternSpringembedder. readPatternConnections(ThreadSafeOptions options)
Init cache entry for a node (get pattern nodes-call cache)void
PatternSpringembedder3d. readPatternConnections(ThreadSafeOptions options)
Init cache entry for a node (get pattern nodes-call cache)void
PatternSpringembedder. resetDataCache(ThreadSafeOptions options)
Initialized the node cache structures.void
PatternSpringembedder3d. resetDataCache(ThreadSafeOptions options)
Initialized the node cache structures.static void
DebugSelectionCheck. setCheckThis(ThreadSafeOptions options)
boolean
PatternSpringembedder. setControlInterface(ThreadSafeOptions options, JComponent jc)
boolean
PatternSpringembedder3d. setControlInterface(ThreadSafeOptions options, JComponent jc)
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with parameters of type ThreadSafeOptions Constructor Description MyNonInteractiveSpringEmb(Graph gi, Selection s, ThreadSafeOptions tso)
-
Uses of ThreadSafeOptions in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache with parameters of type ThreadSafeOptions Modifier and Type Method Description void
PatternSpringembedder. executeThreadSafe(ThreadSafeOptions options)
void
PatternSpringembedder. readPatternConnections(ThreadSafeOptions options)
DOCUMENT ME!void
PatternSpringembedder. resetDataCache(ThreadSafeOptions options)
DOCUMENT ME!boolean
PatternSpringembedder. setControlInterface(ThreadSafeOptions options, JComponent jc)
-
Uses of ThreadSafeOptions in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms
Fields in de.ipk_gatersleben.ag_nw.graffiti.services.algorithms declared as ThreadSafeOptions Modifier and Type Field Description ThreadSafeOptions
AlgorithmPanelFactory. optionsForPlugin
-
Uses of ThreadSafeOptions in org.graffiti.plugin.algorithm
Methods in org.graffiti.plugin.algorithm with parameters of type ThreadSafeOptions Modifier and Type Method Description abstract void
ThreadSafeAlgorithm. executeThreadSafe(ThreadSafeOptions options)
abstract void
ThreadSafeAlgorithm. resetDataCache(ThreadSafeOptions options)
abstract boolean
ThreadSafeAlgorithm. setControlInterface(ThreadSafeOptions options, JComponent jc)
DOCUMENT ME! -
Uses of ThreadSafeOptions in org.vanted.plugins.layout.multilevelframework
Methods in org.vanted.plugins.layout.multilevelframework with parameters of type ThreadSafeOptions Modifier and Type Method Description void
ForceDirectedLayoutWrapper. executeThreadSafe(ThreadSafeOptions options)
void
MultilevelFrameworkLayout. executeThreadSafe(ThreadSafeOptions options)
void
ForceDirectedLayoutWrapper. resetDataCache(ThreadSafeOptions options)
void
MultilevelFrameworkLayout. resetDataCache(ThreadSafeOptions options)
boolean
ForceDirectedLayoutWrapper. setControlInterface(ThreadSafeOptions options, JComponent jc)
boolean
MultilevelFrameworkLayout. setControlInterface(ThreadSafeOptions __, JComponent jc)
-
Uses of ThreadSafeOptions in org.vanted.plugins.layout.stressminimization
Methods in org.vanted.plugins.layout.stressminimization with parameters of type ThreadSafeOptions Modifier and Type Method Description void
BackgroundExecutionAlgorithm. executeThreadSafe(ThreadSafeOptions options)
void
BackgroundExecutionAlgorithm. resetDataCache(ThreadSafeOptions options)
boolean
BackgroundExecutionAlgorithm. setControlInterface(ThreadSafeOptions threadSafeOptions, JComponent jc)
See readme for context