Class TransitionShape
java.lang.Object
org.graffiti.plugins.views.defaults.AbstractArrowShape
org.graffiti.plugins.views.defaults.RectangularNodeShape
org.graffiti.plugins.views.defaults.RectangleNodeShape
de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.TransitionShape
- All Implemented Interfaces:
Shape,ArrowShape,GraffitiShape,GraphElementShape,NodeShape,ProvidesAdditonalDrawingShapes
public class TransitionShape extends RectangleNodeShape implements ProvidesAdditonalDrawingShapes
-
Constructor Summary
Constructors Constructor Description TransitionShape() -
Method Summary
Modifier and Type Method Description Collection<Shape>getPostBorderShapes()Collection<Shape>getPreBorderShapes()doublegetXexcess()doublegetYexcess()Methods inherited from class org.graffiti.plugins.views.defaults.RectangleNodeShape
buildShape, contains, contains, getIntersection, getIntersectionOfRoundRectangleAndLine, getPathIterator, getPathIterator, shapeHeightCorrection, shapeWidthCorrectionMethods inherited from class org.graffiti.plugins.views.defaults.RectangularNodeShape
contains, contains, getBounds, getBounds2D, getRealBounds2D, intersects, intersects, setCoordinateSystemMethods inherited from class org.graffiti.plugins.views.defaults.AbstractArrowShape
addThickness, affix, getAnchor, updateSize
-
Constructor Details
-
TransitionShape
public TransitionShape()
-
-
Method Details
-
getPostBorderShapes
- Specified by:
getPostBorderShapesin interfaceProvidesAdditonalDrawingShapes
-
getPreBorderShapes
- Specified by:
getPreBorderShapesin interfaceProvidesAdditonalDrawingShapes
-
getXexcess
public double getXexcess()- Specified by:
getXexcessin interfaceGraphElementShape- Overrides:
getXexcessin classRectangularNodeShape
-
getYexcess
public double getYexcess()- Specified by:
getYexcessin interfaceGraphElementShape- Overrides:
getYexcessin classRectangularNodeShape
-