Uses of Class
org.graffiti.selection.Selection
-
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return Selection Modifier and Type Method Description static SelectionGraphHelper. removeNonValidElementsFromSelection(Selection s)Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type Selection Modifier and Type Method Description static Collection<Edge>GraphHelper. getSelectedOrAllEdges(Selection selection, Graph graph)static Collection<GraphElement>GraphHelper. getSelectedOrAllGraphElements(Selection selection, Graph graph)static List<Node>GraphHelper. getSelectedOrAllNodes(Selection selection, Graph graph)Returns a list of the currently selected nodes.static SelectionGraphHelper. removeNonValidElementsFromSelection(Selection s) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths with parameters of type Selection Modifier and Type Method Description voidAllPathsSelectionAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works.voidWeightedShortestPathSelectionAlgorithm. setSelection(Selection selection) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type with parameters of type Selection Modifier and Type Method Description static voidKeggReactionIdAttributeEditor. editReactions(GraphElement ge, String currentReactionId, Graph graph, Selection selection) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings with parameters of type Selection Modifier and Type Method Description voidPreferencesDialog. initAlgorithmPreferencesPanel(JDialog thisDialog, Algorithm alg, Graph graph, Selection sele, HandlesAlgorithmData setAlgorithmDataObject, boolean executeMoveToTopAfterwards)voidPreferencesDialog. initializeGUIforGivenContainer(Container cp, JDialog thisDialog, boolean vertical, boolean showCloseButton, boolean showAlgorithms, boolean showSettings, boolean showInteractiveAlgorithms, boolean showScripts, boolean showOnlyLayoutAlgorithms, Graph graph, Selection selection, HandlesAlgorithmData setAlgorithmDataObject, boolean executeMoveToTopAfterwards)voidPreferencesDialog. updateSettingsPanel(JDialog thisDialog, Graph graph, Selection selection, HandlesAlgorithmData setAlgorithmDataObject, boolean executeMoveToTopAfterwards) -
Uses of Selection 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 Selection Modifier and Type Method Description voidRotateAlgorithm. attach(Graph g, Selection selection) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.apply_from_graph
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.apply_from_graph with parameters of type Selection Modifier and Type Method Description static ArrayList<Node>ApplyGraphLayout. applyLayoutFromGraphToGraph(Selection s, Graph g, Graph layoutedGraph, String commandName, boolean considerEdgeLayout)voidApplyGraphLayout. attach(Graph g, Selection selection) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.circle
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.circle with parameters of type Selection Modifier and Type Method Description voidCircleLayouterWithMinimumCrossingsAlgorithm. attach(Graph graph, Selection selection) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with parameters of type Selection Modifier and Type Method Description voidPatternSpringembedder. attach(Graph g, Selection s)voidPatternSpringembedder3d. attach(Graph g, Selection s)static voidMyTools. initNodeCache(ArrayList<NodeCacheEntry> nodeArray, HashMap<Node,NodeCacheEntry> nodeSearch, Graph graph, Selection selection, ArrayList<Graph> patternGraphs)As the attribute access is very slow, this method initializes the NodeCacheEntry structures.static voidMyTools. initNodeCache3d(ArrayList<NodeCacheEntry3d> nodeArray, HashMap<Node,NodeCacheEntry3d> nodeSearch, Graph graph, Selection selection)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with parameters of type Selection Constructor Description MyNonInteractiveSpringEmb(Graph gi, Selection s, ThreadSafeOptions tso) -
Uses of Selection 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 Selection Modifier and Type Method Description voidPatternSpringembedder. attach(Graph g, Selection selection) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder.clusterCommands
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder.clusterCommands with parameters of type Selection Modifier and Type Method Description voidRemoveBendsAlgorithm. attach(Graph graph, Selection selection, boolean attachUndo) -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.graph_cleanup
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.graph_cleanup with parameters of type Selection Modifier and Type Method Description voidNumberNodesAndEdgesAlgorithm. attach(Graph g, Selection s)voidDeleteNodesAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works. -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.hierarchy
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.hierarchy with parameters of type Selection Modifier and Type Method Description voidHierarchyAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works.voidSelectLeafNodesAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works. -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type Selection Modifier and Type Method Description voidExportDataTableAlgorithm. attach(Graph graph, Selection selection)voidExpandSelectionAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works.voidFindReplaceDialog. setSelection(Selection selection)Sets the selection on which the algorithm works.voidInvertSelectionAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works.voidRemoveSelectedNodesPreserveEdgesAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works.voidSearchAndSelecAlgorithm. setSelection(Selection selection)Sets the selection on which the algorithm works. -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.printer
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.printer with parameters of type Selection Modifier and Type Method Description voidPrintAlgorithm. attach(Graph g, Selection s)Unused for this plugin. -
Uses of Selection in de.ipk_gatersleben.ag_nw.graffiti.services
Methods in de.ipk_gatersleben.ag_nw.graffiti.services with parameters of type Selection Modifier and Type Method Description static voidAlgorithmServices. selectAndRunLayoutAlgorithm(Graph clusterReferenceGraph, Selection selection, String commandTitle, boolean executeMoveToTopAfterwards)This method calls a user defined layout algorithm for the given graph.Constructors in de.ipk_gatersleben.ag_nw.graffiti.services with parameters of type Selection Constructor Description RunAlgorithmDialog(String title, Graph graph, Selection selection, boolean returnAlgorithmInsteadOfRun, boolean executeMoveToTopAfterwards) -
Uses of Selection in org.graffiti.editor
Methods in org.graffiti.editor with parameters of type Selection Modifier and Type Method Description voidGravistoService. runAlgorithm(Algorithm algorithm, Graph graph, Selection selection, boolean enableMultipleSessionProcessing, ActionEvent event)voidGravistoService. runAlgorithm(Algorithm algorithm, Graph graph, Selection selection, ActionEvent event) -
Uses of Selection in org.graffiti.editor.actions
Methods in org.graffiti.editor.actions with parameters of type Selection Modifier and Type Method Description static voidCopyAction. doCopyGraph(Graph sourceGraph, Selection selection)static voidCopyAction. doCopyGraphMethodImproved(Graph sourceGraph, Selection selection)static GraphCopyAction. doCopyGraphMethodImproved(Graph sourceGraph, Selection selection, boolean returnGraphInsteadPastingInClipboard)static GraphCopyAction. doCopyGraphMethodImproved(Graph sourceGraph, Selection selection, boolean returnGraphInsteadPastingInClipboard, OutputSerializer os) -
Uses of Selection in org.graffiti.editor.dialog
Methods in org.graffiti.editor.dialog with parameters of type Selection Modifier and Type Method Description voidParameterEditPanel. buildTable(Selection selection, FolderPanel myPanel)Builds the table that is used for editing parametersConstructors in org.graffiti.editor.dialog with parameters of type Selection Constructor Description DefaultParameterDialog(EditComponentManager editComponentManager, Component parent, Parameter[] parameters, Selection selection, String algorithmName, Object description)Constructor for DefaultParameterDialog.DefaultParameterDialog(EditComponentManager editComponentManager, Component parent, Parameter[] parameters, Selection selection, String algorithmName, Object description, boolean okOnly, boolean noButton, boolean allowMultipleGraphTargets)DefaultParameterDialog(EditComponentManager editComponentManager, Component parent, Parameter[] parameters, Selection selection, String algorithmName, Object descriptionOrComponent, JComponent descComponent, boolean allowMultipleGraphTargets)DefaultParameterDialog(EditComponentManager editComponentManager, Component parent, Parameter[] parameters, Selection selection, String algorithmName, Object descriptionOrComponent, JComponent descComponent, boolean okOnly, boolean noButton, boolean allowMultipleGraphTargets, String okOnlyButtonText)DefaultParameterDialog(EditComponentManager editComponentManager, Component parent, Parameter[] parameters, Selection selection, String algorithmNameUsedAsTitle, Object descriptionOrComponent, JComponent descComponent, boolean okOnly, boolean noButton, boolean allowMultipleGraphTargets, String okOnlyButtonText, boolean modal)ParameterEditPanel(Parameter[] parameters, Map<?,?> editTypes, Selection selection, String title, boolean fillSurroundingStyle, String heading)Instantiates a new edit panel.ParameterEditPanel(Parameter[] parameters, Map<?,?> editTypes, Selection selection, String title, boolean fillSurroundingStyle, String heading, JComponent descComponent) -
Uses of Selection in org.graffiti.plugin.actions
Methods in org.graffiti.plugin.actions that return Selection Modifier and Type Method Description SelectionSelectionAction. getSelection() -
Uses of Selection in org.graffiti.plugin.algorithm
Methods in org.graffiti.plugin.algorithm that return Selection Modifier and Type Method Description SelectionThreadSafeOptions. getSelection()Methods in org.graffiti.plugin.algorithm with parameters of type Selection Modifier and Type Method Description voidAbstractAlgorithm. attach(Graph graph, Selection selection)voidAlgorithm. attach(Graph g, Selection selection)Attaches the given graph to this algorithm.ParameterDialogAbstractEditorAlgorithm. getParameterDialog(Selection s)ParameterDialogEditorAlgorithm. getParameterDialog(Selection sel)Returns a customParameterDialogif the algorithm wants to provide one.voidThreadSafeOptions. setSelection(Selection selection)Set selection for graph. -
Uses of Selection in org.graffiti.plugin.parameter
Methods in org.graffiti.plugin.parameter that return Selection Modifier and Type Method Description SelectionSelectionParameter. getSelection()Returns the selection encapsulated in this parameter.Methods in org.graffiti.plugin.parameter with parameters of type Selection Modifier and Type Method Description voidSelectionParameter. setSelection(Selection selection)Sets the selection.Constructors in org.graffiti.plugin.parameter with parameters of type Selection Constructor Description SelectionParameter(String name, String description, Selection sel)Constructs a new selection parameter.SelectionParameter(Selection sel, String name, String description)Constructs a new selection parameter. -
Uses of Selection in org.graffiti.plugins.guis.switchselections
Constructors in org.graffiti.plugins.guis.switchselections with parameters of type Selection Constructor Description SelectionChangeAction(Selection sel, EditorSession sess)Creates a new SelectionChangeAction object. -
Uses of Selection in org.graffiti.selection
Methods in org.graffiti.selection that return Selection Modifier and Type Method Description SelectionSelectionModel. getActiveSelection()Returns the active selection.SelectionSelectionEvent. getSelection()Returns the selection contained in the event.Methods in org.graffiti.selection with parameters of type Selection Modifier and Type Method Description voidSelectionModel. add(Selection selection)Adds the given selection to the list of selections.voidSelection. addSelection(Selection sel)Adds all elements from the given selection to this selection.voidSelectionModel. remove(Selection selection)Removes the given selection for the list of selections.voidSelectionModel. setActiveSelection(Selection sel)Sets the active selection to the given value.Constructors in org.graffiti.selection with parameters of type Selection Constructor Description SelectionEvent(Selection selection)Constructs a newSelectionEvent. -
Uses of Selection in org.vanted.plugins.layout.multilevelframework
Methods in org.vanted.plugins.layout.multilevelframework with parameters of type Selection Modifier and Type Method Description voidForceDirectedLayoutWrapper. attach(Graph g, Selection s)voidMultilevelFrameworkLayout. attach(Graph g, Selection selection)voidLayoutAlgorithmWrapper. execute(Graph graph, Selection selection) -
Uses of Selection in org.vanted.plugins.layout.stressminimization
Methods in org.vanted.plugins.layout.stressminimization with parameters of type Selection Modifier and Type Method Description voidBackgroundExecutionAlgorithm. attach(Graph g, Selection selection)