Class SourceSinkShape
java.lang.Object
org.graffiti.plugins.views.defaults.AbstractArrowShape
org.graffiti.plugins.views.defaults.RectangularNodeShape
org.graffiti.plugins.views.defaults.CircularNodeShape
org.graffiti.plugins.views.defaults.CircleNodeShape
de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.SourceSinkShape
- All Implemented Interfaces:
Shape
,ArrowShape
,GraffitiShape
,GraphElementShape
,NodeShape
,ProvidesAdditonalDrawingShapes
public class SourceSinkShape extends CircleNodeShape implements ProvidesAdditonalDrawingShapes
-
Constructor Summary
Constructors Constructor Description SourceSinkShape()
-
Method Summary
Modifier and Type Method Description Collection<Shape>
getPostBorderShapes()
Collection<Shape>
getPreBorderShapes()
Methods inherited from class org.graffiti.plugins.views.defaults.CircleNodeShape
buildShape, getIntersection, shapeHeightCorrection, shapeWidthCorrection
Methods inherited from class org.graffiti.plugins.views.defaults.CircularNodeShape
contains, contains, getIntersectionsWithCircle, getIntersectionWithCircle, getPathIterator, getPathIterator
Methods inherited from class org.graffiti.plugins.views.defaults.RectangularNodeShape
contains, contains, getBounds, getBounds2D, getRealBounds2D, getXexcess, getYexcess, intersects, intersects, setCoordinateSystem
Methods inherited from class org.graffiti.plugins.views.defaults.AbstractArrowShape
addThickness, affix, getAnchor, updateSize
-
Constructor Details
-
SourceSinkShape
public SourceSinkShape()
-
-
Method Details
-
getPostBorderShapes
- Specified by:
getPostBorderShapes
in interfaceProvidesAdditonalDrawingShapes
-
getPreBorderShapes
- Specified by:
getPreBorderShapes
in interfaceProvidesAdditonalDrawingShapes
-