Uses of Interface
org.graffiti.plugin.view.GraffitiShape
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
ChartAttributePlugin. getShapes()
-
Uses of GraffitiShape in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that return GraffitiShape Modifier and Type Method Description GraffitiShape[]
ChartAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
ClusterColorAttributePlugin. getShapes()
-
Uses of GraffitiShape in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image that return GraffitiShape Modifier and Type Method Description GraffitiShape[]
CompoundImageAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
LabelColorAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
LabelFontAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
LabelStyleAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
FontAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
KeggAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
LabelAlignmentAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
URLAttributePlugin. getShapes()
-
Uses of GraffitiShape 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 GraffitiShape Modifier and Type Method Description GraffitiShape[]
XMLAttributePlugin. getShapes()
-
Uses of GraffitiShape in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe that return GraffitiShape Modifier and Type Method Description GraffitiShape[]
DBEplugin. getShapes()
-
Uses of GraffitiShape in de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes
-
Uses of GraffitiShape in org.graffiti.plugin
Methods in org.graffiti.plugin that return GraffitiShape Modifier and Type Method Description GraffitiShape[]
EditorPlugin. getShapes()
Returns the array oforg.graffiti.plugin.view.GraffitiShape
s the plugin contains.GraffitiShape[]
EditorPluginAdapter. getShapes()
Returns the array oforg.graffiti.plugin.view.GraffitiShape
s the plugin contains. -
Uses of GraffitiShape in org.graffiti.plugin.view
Subinterfaces of GraffitiShape in org.graffiti.plugin.view Modifier and Type Interface Description interface
AttributeShape
DOCUMENT ME!interface
EdgeShape
DOCUMENT ME!interface
GraphElementShape
Interface combiningNodeShape
andEdgeShape
.interface
NodeShape
Interface extendingGraphElementShape
. -
Uses of GraffitiShape in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement GraffitiShape Modifier and Type Class Description class
CircleNodeShape
Class representing a circle.class
CircularNodeShape
Concrete class representing an ellipse.class
EllipseNodeShape
Concrete class representing an ellipse.class
LineEdgeShape
Class representing an edge as one straight line.class
PolygonalNodeShape
DOCUMENT ME!class
PolyLineEdgeShape
Represents an edge with several segments separated by bends.class
QuadCurveEdgeShape
DOCUMENT ME!class
RectangleNodeShape
Class representing a rectangle.class
RectangularNodeShape
An implementation ofNodeShape
representing rectangular shapes.class
SmoothLineEdgeShape
A class that represents line shapes that are "smooth" in the sense GML uses it.class
StraightLineEdgeShape
Concrete class representing an edge as one straight line.