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 class
ChartAttributeComponent
-
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 class
CompoundImageAttributeComponent
-
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 class
IPKnodeComponent
-
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 class
PathwayLinkVisualizationComponent
-
Uses of GraffitiViewComponent in org.graffiti.plugin.attributecomponent
Classes in org.graffiti.plugin.attributecomponent that implement GraffitiViewComponent Modifier and Type Class Description class
AbstractAttributeComponent
This 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 class
AttributeComponent
This component represents aorg.graffiti.attributes.Attribute
.class
GraphElementComponent
Class that shares common members for all GraphElementComponents.Methods in org.graffiti.plugin.view with parameters of type GraffitiViewComponent Modifier and Type Method Description void
GraphElementComponentInterface. addAttributeComponent(Attribute attr, GraffitiViewComponent ac)
Adds anAttribute
and itsGraffitiViewComponent
to 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 class
LabelComponent
This component represents a label for a node or an edge.class
SimpleLabelComponent
This 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 class
AbstractGraphElementComponent
Class that shares common members for all GraphElementComponents.class
EdgeComponent
This component represents aorg.graffiti.graph.Edge
.class
NodeComponent
This 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 void
AbstractGraphElementComponent. addAttributeComponent(Attribute attr, GraffitiViewComponent ac)
Adds anAttribute
and itsGraffitiViewComponent
to the list of registered attributes that can be displayed.