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 voidEdgeComponentHelper. 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 voidAbstractAttributeComponent. 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 interfaceEdgeShapeDOCUMENT ME!interfaceNodeShapeInterface extendingGraphElementShape.Methods in org.graffiti.plugin.view that return GraphElementShape Modifier and Type Method Description GraphElementShapeGraphElementComponentInterface. getShape()Returns GraphElementShape objectMethods in org.graffiti.plugin.view with parameters of type GraphElementShape Modifier and Type Method Description abstract voidAttributeComponent. 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 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.Methods in org.graffiti.plugins.views.defaults that return GraphElementShape Modifier and Type Method Description GraphElementShapeAbstractGraphElementComponent. getShape()Returns GraphElementShape object