Uses of Class
org.graffiti.plugin.view.AttributeComponent
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
ChartAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Subclasses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings Modifier and Type Class Description class
ChartAttributeComponent
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
ChartAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
ClusterColorAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Subclasses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image Modifier and Type Class Description class
CompoundImageAttributeComponent
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
CompoundImageAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_color
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_color that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
LabelColorAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
LabelFontAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
LabelStyleAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
FontAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent 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 that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
KeggAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
LabelAlignmentAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
URLAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
XMLAttributePlugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
DBEplugin. getAttributeComponents()
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view that return types with arguments of type AttributeComponent Modifier and Type Method Description Set<AttributeComponent>
FastView. getAttributeComponentsForElement(GraphElement ge)
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that return types with arguments of type AttributeComponent Modifier and Type Method Description Set<AttributeComponent>
NullView. getAttributeComponentsForElement(GraphElement ge)
-
Uses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Subclasses of AttributeComponent in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references Modifier and Type Class Description class
PathwayLinkVisualizationComponent
-
Uses of AttributeComponent in org.graffiti.managers
Methods in org.graffiti.managers that return AttributeComponent Modifier and Type Method Description AttributeComponent
AttributeComponentManager. getAttributeComponent(Class<?> aType)
Returns an instance of the AttributeComponent that is capable of drawing the attribute with typeaType
. -
Uses of AttributeComponent in org.graffiti.plugin
Methods in org.graffiti.plugin that return types with arguments of type AttributeComponent Modifier and Type Method Description Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
EditorPlugin. getAttributeComponents()
Returns a mapping between attribute paths and attributeComponent classes.Map<Class<? extends Attribute>,Class<? extends AttributeComponent>>
EditorPluginAdapter. getAttributeComponents()
Returns a mapping between attribute classnames and attributeComponent classnames. -
Uses of AttributeComponent in org.graffiti.plugin.attributecomponent
Subclasses of AttributeComponent in org.graffiti.plugin.attributecomponent Modifier and Type Class Description class
AbstractAttributeComponent
This component represents aorg.graffiti.attributes.Attribute
. -
Uses of AttributeComponent in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view that return AttributeComponent Modifier and Type Method Description AttributeComponent
GraphElementComponentInterface. getAttributeComponent(Attribute attr)
Returns the attributeComponents of given attribute.Methods in org.graffiti.plugin.view that return types with arguments of type AttributeComponent Modifier and Type Method Description Set<AttributeComponent>
AbstractView. getAttributeComponentsForElement(GraphElement ge)
Set<AttributeComponent>
View. getAttributeComponentsForElement(GraphElement ge)
-
Uses of AttributeComponent in org.graffiti.plugins.attributecomponents.simplelabel
Subclasses of AttributeComponent in org.graffiti.plugins.attributecomponents.simplelabel 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 AttributeComponent in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults that return AttributeComponent Modifier and Type Method Description AttributeComponent
AbstractGraphElementComponent. getAttributeComponent(Attribute attr)
Returns the attributeComponents of given attribute.