Uses of Interface
org.graffiti.plugin.view.GraffitiViewComponent
-
Uses of GraffitiViewComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that implement GraffitiViewComponent Modifier and Type Class Description classChartAttributeComponent -
Uses of GraffitiViewComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image that implement GraffitiViewComponent Modifier and Type Class Description classCompoundImageAttributeComponent -
Uses of GraffitiViewComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that implement GraffitiViewComponent Modifier and Type Class Description classIPKnodeComponent -
Uses of GraffitiViewComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references that implement GraffitiViewComponent Modifier and Type Class Description classPathwayLinkVisualizationComponent -
Uses of GraffitiViewComponent in org.graffiti.plugin.attributecomponent
Classes in org.graffiti.plugin.attributecomponent that implement GraffitiViewComponent Modifier and Type Class Description classAbstractAttributeComponentThis component represents aorg.graffiti.attributes.Attribute. -
Uses of GraffitiViewComponent in org.graffiti.plugin.view
Classes in org.graffiti.plugin.view that implement GraffitiViewComponent Modifier and Type Class Description classAttributeComponentThis component represents aorg.graffiti.attributes.Attribute.classGraphElementComponentClass that shares common members for all GraphElementComponents.Methods in org.graffiti.plugin.view with parameters of type GraffitiViewComponent Modifier and Type Method Description voidGraphElementComponentInterface. addAttributeComponent(Attribute attr, GraffitiViewComponent ac)Adds anAttributeand itsGraffitiViewComponentto the list of registered attributes that can be displayed. -
Uses of GraffitiViewComponent in org.graffiti.plugins.attributecomponents.simplelabel
Classes in org.graffiti.plugins.attributecomponents.simplelabel that implement GraffitiViewComponent Modifier and Type Class Description classLabelComponentThis component represents a label for a node or an edge.classSimpleLabelComponentThis component represents a label for a node or an edge. -
Uses of GraffitiViewComponent in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement GraffitiViewComponent Modifier and Type Class Description classAbstractGraphElementComponentClass that shares common members for all GraphElementComponents.classEdgeComponentThis component represents aorg.graffiti.graph.Edge.classNodeComponentThis component represents aorg.graffiti.graph.Node.Methods in org.graffiti.plugins.views.defaults that return types with arguments of type GraffitiViewComponent Modifier and Type Method Description Iterator<GraffitiViewComponent>AbstractGraphElementComponent. getAttributeComponentIterator()Returns the attributeComponents of given attribute.Collection<GraffitiViewComponent>AbstractGraphElementComponent. getAttributeComponents()Methods in org.graffiti.plugins.views.defaults with parameters of type GraffitiViewComponent Modifier and Type Method Description voidAbstractGraphElementComponent. addAttributeComponent(Attribute attr, GraffitiViewComponent ac)Adds anAttributeand itsGraffitiViewComponentto the list of registered attributes that can be displayed.