Uses of Interface
org.graffiti.graph.GraphElement
- 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return types with arguments of type GraphElement Modifier and Type Method Description static Collection<GraphElement>GraphHelper. getSelectedOrAllGraphElements()static Collection<GraphElement>GraphHelper. getSelectedOrAllGraphElements(Graph graph)static Collection<GraphElement>GraphHelper. getSelectedOrAllGraphElements(Selection selection, Graph graph)static Collection<GraphElement>GraphHelper. getSelectedOrAllGraphElements(EditorSession workSession)static Collection<GraphElement>GraphHelper. getVisibleElements(Collection<GraphElement> elements)Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type GraphElement Modifier and Type Method Description static ColorNodeTools. getChartBackgroundColor(GraphElement ge)static ColorNodeTools. getChartBackgroundColor(GraphElement ge, int idx)static PaintNodeTools. getChartTitleColor(GraphElement ge)static FontNodeTools. getChartTitleFont(GraphElement ge)static StringNodeTools. getClusterID(GraphElement node, String idIfNoCluster)static List<MyComparableDataPoint>NodeTools. getDataTimePoints(GraphElement n, boolean useSampleAverage)static StringGraphHelperBio. getKeggName(GraphElement ge, String resultIfNotAvailable)static StringGraphHelperBio. getKeggType(GraphElement ge, String resultIfNotAvailable)static List<SubstanceInterface>NodeTools. getMappedDataListFromNode(GraphElement graphElement)static voidNodeTools. setClusterID(GraphElement node, String clusterId)static voidGraphHelperBio. setKeggType(GraphElement ge, String keggType)static voidNodeTools. setNodeComponentType(GraphElement ge, String nodeType)Method parameters in de.ipk_gatersleben.ag_nw.graffiti with type arguments of type GraphElement Modifier and Type Method Description static voidGraphHelper. applyUndoableClusterIdAssignment(Graph graph, HashMap<GraphElement,String> ge2newClusterID, String description, boolean enableUndo)static Collection<String>GraphHelper. getClusters(Collection<? extends GraphElement> elements)static Collection<GraphElement>GraphHelper. getVisibleElements(Collection<GraphElement> elements)static voidGraphHelper. selectGraphElements(boolean clearBefore, Collection<? extends GraphElement> elements)static voidGraphHelper. selectGraphElements(Collection<? extends GraphElement> elements)static voidGraphHelper. unselectGraphElements(Collection<? extends GraphElement> elements) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths that return GraphElement Modifier and Type Method Description GraphElementWeightedDistanceInfo. getGraphElement()Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths that return types with arguments of type GraphElement Modifier and Type Method Description Collection<GraphElement>WeightedDistanceInfo. getConnectedGraphElements(boolean directed)static Collection<GraphElement>AllPathsSelectionAlgorithm. getPathElements(Collection<Node> validNodes, Node sourceNode, Collection<Node> targetNodes, boolean includeInnerEdges, boolean directed, boolean includeEdges, int maxDistance)static Collection<GraphElement>WeightedShortestPathSelectionAlgorithm. getShortestPathElements(Collection<GraphElement> validGraphElements, GraphElement startGraphElement, org.apache.commons.collections.set.ListOrderedSet targetGraphElements, boolean directed, boolean considerNodeWeight, boolean considerEdgeWeight, double maxDistance, AttributePathNameSearchType weightattribute, boolean putWeightOnEdges, boolean setAttribute, boolean setLabel)Collection<GraphElement>WeightedDistanceInfo. getSourceGraphElementsWithMinimalDistance()Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths with parameters of type GraphElement Modifier and Type Method Description voidWeightedDistanceInfo. checkDistanceAndMemorizePossibleSourceElement(GraphElement workGraphElement, double distanceUntilNeighbourElement)static Collection<GraphElement>WeightedShortestPathSelectionAlgorithm. getShortestPathElements(Collection<GraphElement> validGraphElements, GraphElement startGraphElement, org.apache.commons.collections.set.ListOrderedSet targetGraphElements, boolean directed, boolean considerNodeWeight, boolean considerEdgeWeight, double maxDistance, AttributePathNameSearchType weightattribute, boolean putWeightOnEdges, boolean setAttribute, boolean setLabel)Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths with type arguments of type GraphElement Modifier and Type Method Description static Collection<GraphElement>WeightedShortestPathSelectionAlgorithm. getShortestPathElements(Collection<GraphElement> validGraphElements, GraphElement startGraphElement, org.apache.commons.collections.set.ListOrderedSet targetGraphElements, boolean directed, boolean considerNodeWeight, boolean considerEdgeWeight, double maxDistance, AttributePathNameSearchType weightattribute, boolean putWeightOnEdges, boolean setAttribute, boolean setLabel)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.shortest_paths with parameters of type GraphElement Constructor Description WeightedDistanceInfo(double initDistance, GraphElement sourceNode, GraphElement thisNode, boolean considerNodeWeight, boolean considerEdgeWeight, AttributePathNameSearchType weightattribute, boolean putWeightOnEdges, boolean addAttribute) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.som
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.som with parameters of type GraphElement Modifier and Type Method Description static SOMdataEntryIAPnodeTools. getSOMdataSet(GraphElement n, int columnCount, String[] columnDesc, boolean returnNaN, boolean useSampleAverageValues) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings with parameters of type GraphElement Modifier and Type Method Description JComponentChartComponent. getChart(GraphElement ge)JComponentGraffitiCharts. getChart(GraphElement ge)JComponentChartComponentManager. getChartComponent(String ct, GraphElement ge) - 
Uses of GraphElement 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 GraphElement Modifier and Type Method Description static voidKeggReactionIdAttributeEditor. editReactions(GraphElement ge, String currentReactionId, Graph graph, Selection selection) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute with parameters of type GraphElement Modifier and Type Method Description ActionListenerLoadGraphFileAttributeAction. getActionListener(Attribute displayable, Graph graph, GraphElement ge, boolean performAltCommand)ActionListenerLoadURLattributeAction. getActionListener(Attribute displayable, Graph graph, GraphElement ge, boolean performAltCommand) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute with type arguments of type GraphElement Modifier and Type Method Description static voidXMLAttributeEditor. showMappedDataForSelection(Collection<GraphElement> graphElements, String attributeName) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe.algorithms
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe.algorithms with parameters of type GraphElement Modifier and Type Method Description static voidRemoveMappingDataAlgorithm. removeMappingDataFrom(GraphElement n)Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe.algorithms with type arguments of type GraphElement Modifier and Type Method Description static Collection<ExperimentInterface>ExtractMappingDataAlgorithm. getExperiments(Collection<GraphElement> workNodes, boolean onlyOne, BackgroundTaskStatusProviderSupportingExternalCall status) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools that return types with arguments of type GraphElement Modifier and Type Method Description static Collection<GraphElement>ContextMenuHelper. getActiveSelection() - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that implement GraphElement Modifier and Type Class Description classNodeHelperMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper with parameters of type GraphElement Modifier and Type Method Description intNodeHelper. compareTo(GraphElement o)static booleanGraphElementHelper. hasDataMapping(GraphElement ge)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper with parameters of type GraphElement Constructor Description GraphElementHelper(GraphElement ge) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view with parameters of type GraphElement Modifier and Type Method Description Set<AttributeComponent>FastView. getAttributeComponentsForElement(GraphElement ge)GraphElementComponentFastView. getComponentForElement(GraphElement ge)booleanFastView. isHidden(GraphElement ge)voidFastView. repaint(GraphElement ge) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview with parameters of type GraphElement Modifier and Type Method Description Set<AttributeComponent>NullView. getAttributeComponentsForElement(GraphElement ge)GraphElementComponentNullView. getComponentForElement(GraphElement ge)voidNullView. repaint(GraphElement ge)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview with parameters of type GraphElement Constructor Description IPKnodeComponent(GraphElement ge) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
Fields in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent declared as GraphElement Modifier and Type Field Description GraphElementChartOptions. geMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type GraphElement Modifier and Type Method Description static StringXmlDataChartComponent. getChartTitle(GraphElement ge, int idx)static JPanelXmlDataChartComponent. prettifyChart(GraphElement ge, ChartOptions co, String chartType, JFreeChart jfChart)voidChartOptions. readAttributes(GraphElement ge)intChartOptions. setLayoutOfChartComponent(GraphElement ge, JComponent chartcomponent, Integer mappedDataListSize)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type GraphElement Constructor Description ChartOptions(GraphElement ge, Graph graph, BioStatisticalCategoryDataset dataset, String chartTitle, PlotOrientation orientation, boolean showLegend, String domainAxis, String rangeAxis, boolean showRangeAxis, boolean showCategoryAxis, float outlineBorderWidth, int axisRotation, double lowerBound, double upperBound, boolean showGridRange, boolean showGridCategory, double gridWidth, double axisWidth, Color gridColor, Color axisColor, int axisFontSize, boolean showStdDevAsT, double stdDevTopWidth, boolean showStdDevAsFillRange, float shapeSize, float stdDevLineWidth, boolean showOnlyHalfErrorBar, boolean showShapes, boolean showLines, boolean usePieScaling, boolean connectPriorItems, int plotAxisSteps, boolean useLogYscale, int cpIdxA, int cpIdxC, Color cpColA, Color cpColBackground, Color cpColC, boolean useCustomRangeSteps, double customRangeSteps, boolean removeEmptyConditions)XmlDataChartComponent(String preferredChartType, Graph graph, GraphElement ge) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes with parameters of type GraphElement Modifier and Type Method Description static voidExperiment2GraphHelper. addMappingData2Node(SubstanceInterface xmlSubstanceNode, GraphElement graphNode, String diagramStyle)static ExperimentInterfaceExperiment2GraphHelper. getMappedDataListFromGraphElement(GraphElement graphElement)Get a list of mapped xml data that has been assigned to a node (or other GraphElement).static ExperimentInterfaceExperiment2GraphHelper. getMappedDataListFromGraphElement(GraphElement graphElement, String mapVarName)static IntegerExperiment2GraphHelper. getMappedDataListSizeFromGraphElement(GraphElement graphElement)static XMLAttributeExperiment2GraphHelper. getXMLdataAttribute(GraphElement graphElement)Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes with type arguments of type GraphElement Modifier and Type Method Description MapResultExperiment2GraphHelper. mapDataToGraphElements(boolean mapAlsoInCaseOfEmptyDataset, ExperimentInterface md, Collection<GraphElement> targetGraphElements, Graph addNewGraphElementsToThisGraph, boolean doUserMapping, String diagramStyle, int minimumLines, boolean considerEnzymeDb, boolean considerMappingToKEGGmapNodes, boolean selectResult)MapResultExperiment2GraphHelper. mapDataToGraphElements(boolean mapAlsoInCaseOfEmptyDataset, ExperimentInterface mappingData, Collection<GraphElement> targetGraphElements, Graph addNewGraphElementsToThisGraph, boolean doUserMapping, String diagramStyle, int minimumLines, int diagramsPerRow, boolean considerEnzymeDb, boolean considerMappingToKEGGmapNodes, boolean selectResult)Maps the data from the XML document to the list of nodes - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics with type arguments of type GraphElement Modifier and Type Method Description JComponentTabStatistics. createScatterPlotBlock(boolean plotAverage, boolean tickMarksVisible, boolean showRangeAxis, boolean showLegend, double minimumR, float outlineBorderWidth, boolean mergeDataset, double prob, boolean rankOrder, double currGammaValue, Color colR_1, Color colR0, Color colR1, Collection<GraphElement> gEe, Graph graph, boolean returnResult, Component lastScatterPlot, JComponent placeForScatter) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with type arguments of type GraphElement Modifier and Type Method Description static voidZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view, Collection<GraphElement> elements)static voidZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view, Collection<GraphElement> elements, int zoomIntoValue) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax with parameters of type GraphElement Modifier and Type Method Description static voidHelperClass. returnAttributeByPath(GraphElement elem, Pattern pattern, ArrayList<Attribute> set)finds Attributes in GraphElements - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility with parameters of type GraphElement Modifier and Type Method Description static voidUBioChemicalReaction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.BiochemicalReaction i)adds all information within the biopax class to the attribute set of the nodestatic voidUCatalysis. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Catalysis i)adds all information within the biopax class to the attribute set of the nodestatic voidUComplex. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Complex i)adds all information within the biopax class to the attribute set of the nodestatic voidUComplexAssembly. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.ComplexAssembly i)adds all information within the biopax class to the attribute set of the nodestatic voidUControl. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Control i)adds all information within the biopax class to the attribute set of the nodestatic voidUConversion. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Conversion i)adds all information within the biopax class to the attribute set of the nodestatic voidUDegradation. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Degradation i)adds all information within the biopax class to the attribute set of the nodestatic voidUDna. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Dna i)adds all information within the biopax class to the attribute set of the nodestatic voidUDnaRegion. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.DnaRegion i)adds all information within the biopax class to the attribute set of the nodestatic voidUGene. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Gene i)adds all information within the biopax class to the attribute set of the nodestatic voidUGeneticInteraction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.GeneticInteraction i)adds all information within the biopax class to the attribute set of the nodestatic voidUModulation. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Modulation i)adds all information within the biopax class to the attribute set of the nodestatic voidUMolecularInteraction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.MolecularInteraction i)adds all information within the biopax class to the attribute set of the nodestatic voidUPathway. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Pathway i)adds all information within the biopax class to the attribute set of the nodestatic voidUPhysicalEntity. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.PhysicalEntity i)adds all information within the biopax class to the attribute set of the nodestatic voidUProtein. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Protein i)adds all information within the biopax class to the attribute set of the nodestatic voidURna. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Rna i)adds all information within the biopax class to the attribute set of the nodestatic voidURnaRegion. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.RnaRegion i)adds all information within the biopax class to the attribute set of the nodestatic voidUSmallMolecule. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.SmallMolecule i)adds all information within the biopax class to the attribute set of the nodestatic voidUTemplateReaction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.TemplateReaction i)adds all information within the biopax class to the attribute set of the nodestatic voidUTemplateReactionRegulation. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.TemplateReactionRegulation i)adds all information within the biopax class to the attribute set of the nodestatic voidUTransport. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Transport i)adds all information within the biopax class to the attribute set of the nodestatic voidUTransportWithBiochemicalReaction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.TransportWithBiochemicalReaction i)adds all information within the biopax class to the attribute set of the nodestatic voidUtilityClassSelectorFromGraph. chooseClassToPutAttributesToModell(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUtilityClassSelectorToGraph. chooseClassToPutAttributesToNodes(GraphElement elem, Object i)static Map<String[],Attribute>TreeAttributSearcher. getMapPathToAttributable(HashSet<SearchType> validSearchTypes, GraphElement attr)static voidUBioChemicalReaction. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUCatalysis. readAttributesFromNode(GraphElement edge, Graph g, org.biopax.paxtools.model.Model model)static voidUComplex. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUComplexAssembly. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUControl. readAttributesFromNode(GraphElement edge, Graph g, org.biopax.paxtools.model.Model model)static voidUConversion. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUDegradation. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUDna. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUDnaRegion. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUGene. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUGeneticInteraction. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUModulation. readAttributesFromNode(GraphElement edge, Graph g, org.biopax.paxtools.model.Model model)static voidUMolecularInteraction. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUPathway. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUPhysicalEntity. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUProtein. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidURna. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidURnaRegion. readAttributesFromNode(GraphElement elem, Graph g, org.biopax.paxtools.model.Model model)static voidUSmallMolecule. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUTemplateReaction. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUTemplateReactionRegulation. readAttributesFromNode(GraphElement edge, Graph g, org.biopax.paxtools.model.Model model)static voidUTransport. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)static voidUTransportWithBiochemicalReaction. readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.exporters.sbml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.exporters.sbml with parameters of type GraphElement Modifier and Type Method Description ObjectSBML_SBase_Writer. getAttribute(GraphElement n, String headline, String attributeName) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.biopax.lvl2utility
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.biopax.lvl2utility with parameters of type GraphElement Modifier and Type Method Description static voidUbioChemicalReaction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.biochemicalReaction i)static voidUcatalysis. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.catalysis i)static voidUcomplex. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.complex i)static voidUcomplexAssembly. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.complexAssembly i)static voidUcontrol. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.control i)static voidUconversion. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.conversion i)static voidUdna. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.dna i)static voidUmodulation. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.modulation i)static voidUpathway. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.pathway i)static voidUphysicalEntity. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.physicalEntity i)static voidUphysicalInteraction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.physicalInteraction i)static voidUprotein. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.protein i)static voidUrna. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.rna i)static voidUsmallMolecule. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.smallMolecule i)static voidUtransport. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.transport i)static voidUtransportWithBiochemicalReaction. addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level2.transportWithBiochemicalReaction i)static voidUtilityClassSelectorToGraph. chooseClassToPutAttributesToNodes(GraphElement elem, Object i) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection that return GraphElement Modifier and Type Method Description GraphElementValueAndGraphElement. getGraphElement()Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection that return types with arguments of type GraphElement Modifier and Type Method Description HashMap<GraphElement,Integer>SearchOption. getPositionsOfGraphElementsForThisSearchOption(Collection<GraphElement> searchScope)Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type GraphElement Modifier and Type Method Description doubleAttributePathNameSearchType. getAttributeValue(GraphElement ge, double returnIfNotAvail)voidAttributePathNameSearchType. setAttributeValue(GraphElement ge, double value)voidAttributePathNameSearchType. setAttributeValue(GraphElement ge, Color color)Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with type arguments of type GraphElement Modifier and Type Method Description booleanSearchOption. doesMatch(Attributable attr, Collection<GraphElement> searchScope, int idxOfAttr)HashMap<GraphElement,Integer>SearchOption. getPositionsOfGraphElementsForThisSearchOption(Collection<GraphElement> searchScope)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type GraphElement Constructor Description ValueAndGraphElement(Comparable<?> value, GraphElement ge) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.process_alternative_ids
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.process_alternative_ids with type arguments of type GraphElement Modifier and Type Method Description static intReplaceLabelFromAlternativeSubstanceNames. enumerateExistingAlternativeSubstanceIDsAndTheirExamples(Collection<? extends GraphElement> graphElements, int maxID, HashMap<Integer,String> exampleValues) - 
Uses of GraphElement in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.svg_exporter
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.svg_exporter with type arguments of type GraphElement Modifier and Type Method Description static RectanglePngJpegAlgorithm. getViewRectFromSelection(View view, Collection<GraphElement> graphElements)static RectanglePngJpegAlgorithm. getViewRectFromSelection(View view, Collection<GraphElement> graphElements, boolean print) - 
Uses of GraphElement in org
Methods in org with parameters of type GraphElement Modifier and Type Method Description static doubleAttributeHelper. getFrameThickNess(GraphElement ge)static ArrayList<String>AttributeHelper. getLabels(GraphElement graphElement)static ArrayList<String>AttributeHelper. getLabels(GraphElement graphElement, boolean includeMainLabel)static StringAttributeHelper. getNiceEdgeOrNodeLabel(GraphElement ge, String nodeLabelIfMissing)static doubleAttributeHelper. getOpacity(GraphElement ge)Gets the opacity of a given graph elementstatic StringAttributeHelper. getSBMLid(GraphElement ge)static StringAttributeHelper. getSBMLrole(GraphElement ge)static booleanAttributeHelper. isHiddenGraphElement(GraphElement ge)static booleanAttributeHelper. isSBMLreaction(GraphElement ge)static booleanAttributeHelper. isSBMLreversibleReaction(GraphElement ge)static voidAttributeHelper. setBorderWidth(GraphElement graphElement, double frameThickness)static voidAttributeHelper. setDashInfo(GraphElement edgeOrNode, float[] values)static voidAttributeHelper. setDashInfo(GraphElement edgeOrNode, float a, float b)static voidAttributeHelper. setFrameThickNess(GraphElement ge, double frameThinkness)static voidAttributeHelper. setHidden(boolean doHide, GraphElement ge)static voidAttributeHelper. setLabel(int idx, GraphElement ge, String label, String fontName, String alignment)static voidAttributeHelper. setLabel(GraphElement ge, String label)static voidAttributeHelper. setLabelColor(int index, GraphElement ge, Color color)static voidAttributeHelper. setOpacity(GraphElement ge, double opacity)Sets the opacity of a given graph element This value will also influence the opacity of dependent Graph Attribute Components (Labels, Charts, etc)static voidAttributeHelper. setPathwayReference(GraphElement ge, String url)static voidAttributeHelper. setSBMLid(GraphElement ge, String id)static voidAttributeHelper. setSBMLmodelID(GraphElement ge, String modelID)static voidAttributeHelper. setSBMLreversibleReaction(GraphElement ge, String reactionReversible)static voidAttributeHelper. setSBMLrole(GraphElement ge, String role)Method parameters in org with type arguments of type GraphElement Modifier and Type Method Description static voidAttributeHelper. setHidden(Collection<GraphElement> graphElements, boolean doHide)static voidAttributeHelper. setHidden(Set<GraphElement> graphElements, boolean doHide) - 
Uses of GraphElement in org.graffiti.graph
Subinterfaces of GraphElement in org.graffiti.graph Modifier and Type Interface Description interfaceEdgeProvides an interfaces for aGraphEdge.interfaceNodeProvides an interfaces for a graph node.Classes in org.graffiti.graph that implement GraphElement Modifier and Type Class Description classAbstractEdgeProvides default implementations of methods on edges.classAbstractGraphElementGraphElements are Attributables which know the graph they belong to.classAbstractNodeAbstract classAbstractNodecommon functionality forNodeimplementations.classAdjListEdgeImplementation of theEdgeinterface for aGraphwith adjacency list representation.classAdjListNodeImplements a graph node with adjacency list representation.Methods in org.graffiti.graph that return types with arguments of type GraphElement Modifier and Type Method Description Collection<GraphElement>AbstractGraph. addGraph(Graph g)Adds a Graph g to the current graph.Collection<GraphElement>Graph. addGraph(Graph g)Adds aGraphg to the currentGraph.Collection<GraphElement>AbstractGraph. getGraphElements()Returns all nodes and all edges contained in this graph.Collection<GraphElement>Graph. getGraphElements()Returns all nodes and all edges contained in this graph.Methods in org.graffiti.graph with parameters of type GraphElement Modifier and Type Method Description intAdjListEdge. compareTo(GraphElement arg0)intAdjListNode. compareTo(GraphElement arg0)Method parameters in org.graffiti.graph with type arguments of type GraphElement Modifier and Type Method Description voidAdjListGraph. deleteAll(Collection<? extends GraphElement> graphelements)voidGraph. deleteAll(Collection<? extends GraphElement> graphelements) - 
Uses of GraphElement in org.graffiti.plugin.actions
Methods in org.graffiti.plugin.actions that return types with arguments of type GraphElement Modifier and Type Method Description List<GraphElement>SelectionAction. getSelectedItems()Returns the current list of selected items of this action.Methods in org.graffiti.plugin.actions with parameters of type GraphElement Modifier and Type Method Description ActionListenerURLattributeAction. getActionListener(Attribute displayable, Graph graph, GraphElement ge, boolean performAltCommand) - 
Uses of GraphElement in org.graffiti.plugin.editcomponent
Methods in org.graffiti.plugin.editcomponent with parameters of type GraphElement Modifier and Type Method Description abstract voidGraphComponentEditComponent. setGraphElement(GraphElement graphElement)Sets the graph component selectable by this edit component.voidSingleGraphElementEditComponent. setGraphElement(GraphElement ge)Sets the graph component selectable by this edit component. - 
Uses of GraphElement in org.graffiti.plugin.inspector
Method parameters in org.graffiti.plugin.inspector with type arguments of type GraphElement Modifier and Type Method Description voidInspectorTab. setEditPanelGraphElementMap(Map<GraphElement,GraphElement> map)voidInspectorTab. setEditPanelGraphElementMap(Map<GraphElement,GraphElement> map) - 
Uses of GraphElement in org.graffiti.plugin.tool
Methods in org.graffiti.plugin.tool with parameters of type GraphElement Modifier and Type Method Description voidReceiveHighlightInfo. isHighlighted(GraphElement n) - 
Uses of GraphElement in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view that return GraphElement Modifier and Type Method Description GraphElementGraphElementComponentInterface. getGraphElement()Returns the graphElement.Methods in org.graffiti.plugin.view that return types with arguments of type GraphElement Modifier and Type Method Description Map<GraphElement,GraphElementComponent>AbstractView. getComponentElementMap()Map<GraphElement,GraphElementComponent>AbstractView. getGraphElementComponentMap()Methods in org.graffiti.plugin.view with parameters of type GraphElement Modifier and Type Method Description Set<AttributeComponent>AbstractView. getAttributeComponentsForElement(GraphElement ge)Set<AttributeComponent>View. getAttributeComponentsForElement(GraphElement ge)GraphElementComponentAbstractView. getComponentForElement(GraphElement ge)Returns the mainGraphElementComponentassociated with the givenGraphELement.GraphElementComponentView. getComponentForElement(GraphElement ge)Returns the mainGraphElementComponentassociated with the givenGraphElement.GraphElementComponentAbstractView. getGraphElementComponent(GraphElement ge)booleanGraphView. isHidden(GraphElement ge)voidAbstractView. removeGraphElementComponent(GraphElement ge)voidView. repaint(GraphElement ge)Repaints the given graph element - 
Uses of GraphElement in org.graffiti.plugins.modes.defaults
Methods in org.graffiti.plugins.modes.defaults that return GraphElement Modifier and Type Method Description static GraphElementAdvancedLabelTool. getEditGraphElement()Methods in org.graffiti.plugins.modes.defaults with parameters of type GraphElement Modifier and Type Method Description static voidAdvancedLabelTool. processLabelEdit(GraphElement ge)Method parameters in org.graffiti.plugins.modes.defaults with type arguments of type GraphElement Modifier and Type Method Description voidDeleteAction. delete(List<GraphElement> elements) - 
Uses of GraphElement in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults that return GraphElement Modifier and Type Method Description GraphElementAbstractGraphElementComponent. getGraphElement()Returns the graphElement.Methods in org.graffiti.plugins.views.defaults that return types with arguments of type GraphElement Modifier and Type Method Description ArrayList<GraphElement>GraffitiView. getSortedGraphElements(boolean inverse)Methods in org.graffiti.plugins.views.defaults with parameters of type GraphElement Modifier and Type Method Description booleanGraffitiView. isHidden(GraphElement ge)voidGraffitiView. repaint(GraphElement ge)voidGraffitiView. sortGraphElements(GraphElement[] ges)Constructors in org.graffiti.plugins.views.defaults with parameters of type GraphElement Constructor Description EdgeComponent(GraphElement ge, NodeComponent source, NodeComponent target)Constructor for EdgeComponent.NodeComponent(GraphElement ge)Constructor for NodeComponent. - 
Uses of GraphElement in org.graffiti.plugins.views.matrix
Methods in org.graffiti.plugins.views.matrix with parameters of type GraphElement Modifier and Type Method Description voidMatrixView. repaint(GraphElement ge) - 
Uses of GraphElement in org.graffiti.selection
Methods in org.graffiti.selection that return types with arguments of type GraphElement Modifier and Type Method Description List<GraphElement>Selection. getElements()Returns a list containing all edges and nodes in this selection.Map<GraphElement,GraphElement>Selection. getNewMarked()Returns the map holding graph elements that have been marked since the last selectionChanged event.Map<GraphElement,GraphElement>Selection. getNewMarked()Returns the map holding graph elements that have been marked since the last selectionChanged event.Map<GraphElement,GraphElement>Selection. getNewUnmarked()Returns the map holding graph elements that have been unmarked since the last selectionChanged event.Map<GraphElement,GraphElement>Selection. getNewUnmarked()Returns the map holding graph elements that have been unmarked since the last selectionChanged event.Methods in org.graffiti.selection with parameters of type GraphElement Modifier and Type Method Description voidSelection. add(GraphElement ge)Adds the given node or edge to the selection.booleanSelection. contains(GraphElement ge)voidSelection. remove(GraphElement ge)Removes the given node or edge from the selection.Method parameters in org.graffiti.selection with type arguments of type GraphElement Modifier and Type Method Description voidSelection. setNewMarked(Map<GraphElement,GraphElement> newMarked)Sets the list of graph elements that have been marked but the selection listeners have not yet been notified.voidSelection. setNewMarked(Map<GraphElement,GraphElement> newMarked)Sets the list of graph elements that have been marked but the selection listeners have not yet been notified.voidSelection. setNewUnmarked(Map<GraphElement,GraphElement> newUnmarked)Sets the list of graph elements that have been unmarked but the selection listeners have not yet been notified.voidSelection. setNewUnmarked(Map<GraphElement,GraphElement> newUnmarked)Sets the list of graph elements that have been unmarked but the selection listeners have not yet been notified. - 
Uses of GraphElement in org.graffiti.session
Methods in org.graffiti.session that return types with arguments of type GraphElement Modifier and Type Method Description Map<GraphElement,GraphElement>EditorSession. getGraphElementsMap()Returns the graphElementMap.Map<GraphElement,GraphElement>EditorSession. getGraphElementsMap()Returns the graphElementMap. - 
Uses of GraphElement in org.graffiti.undo
Constructor parameters in org.graffiti.undo with type arguments of type GraphElement Constructor Description AddEdgeEdit(Edge edge, Graph graph, Map<GraphElement,GraphElement> geMap)Constructor for AddEdgeEdit.AddEdgeEdit(Edge edge, Graph graph, Map<GraphElement,GraphElement> geMap)Constructor for AddEdgeEdit.AddNodeEdit(Node node, Graph graph, Map<GraphElement,GraphElement> geMap)Constructor for AddNodeEdit.AddNodeEdit(Node node, Graph graph, Map<GraphElement,GraphElement> geMap)Constructor for AddNodeEdit.GraffitiAbstractUndoableEdit(Map<GraphElement,GraphElement> geMap)Creates a newGraffitiAbstractUndoableEditobject.GraffitiAbstractUndoableEdit(Map<GraphElement,GraphElement> geMap)Creates a newGraffitiAbstractUndoableEditobject.GraphElementsDeletionEdit(Collection<GraphElement> graphElemList, Graph graph, Map<GraphElement,GraphElement> geMap)GraphElementsDeletionEdit(Collection<GraphElement> graphElemList, Graph graph, Map<GraphElement,GraphElement> geMap)GraphElementsDeletionEdit(Collection<GraphElement> graphElemList, Graph graph, Map<GraphElement,GraphElement> geMap)GraphElementsEdit(Graph graph, Map<GraphElement,GraphElement> geMap)Create a nesGraphElementsEdit.GraphElementsEdit(Graph graph, Map<GraphElement,GraphElement> geMap)Create a nesGraphElementsEdit. - 
Uses of GraphElement in org.graffiti.util
Methods in org.graffiti.util with parameters of type GraphElement Modifier and Type Method Description static voidGeneralEditorUtils. setLabel(GraphElement ge, String val)Searches if the given Attributable already contains a LabelAttribute. - 
Uses of GraphElement in org.vanted.animation.animations
Constructors in org.vanted.animation.animations with parameters of type GraphElement Constructor Description FrameThicknessAnimation(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration)FrameThicknessAnimation(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime)FrameThicknessAnimation(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)FrameThicknessAnimation(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)FrameThicknessAnimation(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)LabelColorAnimation(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int labelIndex)LabelColorAnimation(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, int labelIndex)LabelColorAnimation(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, int labelIndex)LabelColorAnimation(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator, int labelIndex)LabelColorAnimation(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator, ColorMode colorMode, int labelIndex)LabelColorAnimation(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, int labelIndex) - 
Uses of GraphElement in org.vanted.plugins.layout.multilevelframework
Classes in org.vanted.plugins.layout.multilevelframework that implement GraphElement Modifier and Type Class Description classMergedNodeANodeimplementation that represents several nodes in a coarsening level withinMultilevelGraph.