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, shapeWidthCorrectionMethods inherited from class org.graffiti.plugins.views.defaults.CircularNodeShape
contains, contains, getIntersectionsWithCircle, getIntersectionWithCircle, getPathIterator, getPathIteratorMethods inherited from class org.graffiti.plugins.views.defaults.RectangularNodeShape
contains, contains, getBounds, getBounds2D, getRealBounds2D, getXexcess, getYexcess, intersects, intersects, setCoordinateSystemMethods inherited from class org.graffiti.plugins.views.defaults.AbstractArrowShape
addThickness, affix, getAnchor, updateSize
-
Constructor Details
-
SourceSinkShape
public SourceSinkShape()
-
-
Method Details
-
getPostBorderShapes
- Specified by:
getPostBorderShapesin interfaceProvidesAdditonalDrawingShapes
-
getPreBorderShapes
- Specified by:
getPreBorderShapesin interfaceProvidesAdditonalDrawingShapes
-