Uses of Interface
org.graffiti.plugin.view.GraphElementShape
-
Uses of GraphElementShape in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.viewcomponents
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.viewcomponents with parameters of type GraphElementShape Modifier and Type Method Description static void
EdgeComponentHelper. updatePositionForEdgeMapping(Attribute aaa, GraphElementShape geShape, String attributeName, String attributeFolder, double flatness, int width, int height, Point loc)
-
Uses of GraphElementShape in de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes
-
Uses of GraphElementShape in org.graffiti.plugin.attributecomponent
Methods in org.graffiti.plugin.attributecomponent with parameters of type GraphElementShape Modifier and Type Method Description void
AbstractAttributeComponent. setGraphElementShape(GraphElementShape geShape)
Sets shape of graph element to which the attribute of this component belongs. -
Uses of GraphElementShape in org.graffiti.plugin.view
Subinterfaces of GraphElementShape in org.graffiti.plugin.view Modifier and Type Interface Description interface
EdgeShape
DOCUMENT ME!interface
NodeShape
Interface extendingGraphElementShape
.Methods in org.graffiti.plugin.view that return GraphElementShape Modifier and Type Method Description GraphElementShape
GraphElementComponentInterface. getShape()
Returns GraphElementShape objectMethods in org.graffiti.plugin.view with parameters of type GraphElementShape Modifier and Type Method Description abstract void
AttributeComponent. setGraphElementShape(GraphElementShape geShape)
Sets shape of graph element to which the attribute of this component belongs. -
Uses of GraphElementShape in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement GraphElementShape 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.Methods in org.graffiti.plugins.views.defaults that return GraphElementShape Modifier and Type Method Description GraphElementShape
AbstractGraphElementComponent. getShape()
Returns GraphElementShape object