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.GraffitiShapes the plugin contains.GraffitiShape[]EditorPluginAdapter. getShapes()Returns the array oforg.graffiti.plugin.view.GraffitiShapes the plugin contains. -
Uses of GraffitiShape in org.graffiti.plugin.view
Subinterfaces of GraffitiShape in org.graffiti.plugin.view Modifier and Type Interface Description interfaceAttributeShapeDOCUMENT ME!interfaceEdgeShapeDOCUMENT ME!interfaceGraphElementShapeInterface combiningNodeShapeandEdgeShape.interfaceNodeShapeInterface 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 classCircleNodeShapeClass representing a circle.classCircularNodeShapeConcrete class representing an ellipse.classEllipseNodeShapeConcrete class representing an ellipse.classLineEdgeShapeClass representing an edge as one straight line.classPolygonalNodeShapeDOCUMENT ME!classPolyLineEdgeShapeRepresents an edge with several segments separated by bends.classQuadCurveEdgeShapeDOCUMENT ME!classRectangleNodeShapeClass representing a rectangle.classRectangularNodeShapeAn implementation ofNodeShaperepresenting rectangular shapes.classSmoothLineEdgeShapeA class that represents line shapes that are "smooth" in the sense GML uses it.classStraightLineEdgeShapeConcrete class representing an edge as one straight line.