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 ThreadSafeOptionsPreferencesDialog. 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 voidRotateAlgorithm. executeThreadSafe(ThreadSafeOptions options)voidRotateAlgorithm. resetDataCache(ThreadSafeOptions options)booleanRotateAlgorithm. 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 ThreadSafeOptionsMyNonInteractiveSpringEmb. getNewThreadSafeOptionsWithDefaultSettings()Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with parameters of type ThreadSafeOptions Modifier and Type Method Description voidPatternSpringembedder. executeThreadSafe(ThreadSafeOptions options)voidPatternSpringembedder3d. executeThreadSafe(ThreadSafeOptions options)voidPatternSpringembedder. readPatternConnections(ThreadSafeOptions options)Init cache entry for a node (get pattern nodes-call cache)voidPatternSpringembedder3d. readPatternConnections(ThreadSafeOptions options)Init cache entry for a node (get pattern nodes-call cache)voidPatternSpringembedder. resetDataCache(ThreadSafeOptions options)Initialized the node cache structures.voidPatternSpringembedder3d. resetDataCache(ThreadSafeOptions options)Initialized the node cache structures.static voidDebugSelectionCheck. setCheckThis(ThreadSafeOptions options)booleanPatternSpringembedder. setControlInterface(ThreadSafeOptions options, JComponent jc)booleanPatternSpringembedder3d. 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 voidPatternSpringembedder. executeThreadSafe(ThreadSafeOptions options)voidPatternSpringembedder. readPatternConnections(ThreadSafeOptions options)DOCUMENT ME!voidPatternSpringembedder. resetDataCache(ThreadSafeOptions options)DOCUMENT ME!booleanPatternSpringembedder. 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 ThreadSafeOptionsAlgorithmPanelFactory. 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 voidThreadSafeAlgorithm. executeThreadSafe(ThreadSafeOptions options)abstract voidThreadSafeAlgorithm. resetDataCache(ThreadSafeOptions options)abstract booleanThreadSafeAlgorithm. 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 voidForceDirectedLayoutWrapper. executeThreadSafe(ThreadSafeOptions options)voidMultilevelFrameworkLayout. executeThreadSafe(ThreadSafeOptions options)voidForceDirectedLayoutWrapper. resetDataCache(ThreadSafeOptions options)voidMultilevelFrameworkLayout. resetDataCache(ThreadSafeOptions options)booleanForceDirectedLayoutWrapper. setControlInterface(ThreadSafeOptions options, JComponent jc)booleanMultilevelFrameworkLayout. 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 voidBackgroundExecutionAlgorithm. executeThreadSafe(ThreadSafeOptions options)voidBackgroundExecutionAlgorithm. resetDataCache(ThreadSafeOptions options)booleanBackgroundExecutionAlgorithm. setControlInterface(ThreadSafeOptions threadSafeOptions, JComponent jc)See readme for context