Class SBGNStadiumShape
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.SBGNStadiumShape
- All Implemented Interfaces:
Shape,ArrowShape,GraffitiShape,GraphElementShape,NodeShape
public class SBGNStadiumShape extends RectangleNodeShape
- Author:
- Tobias Czauderna
-
Constructor Summary
Constructors Constructor Description SBGNStadiumShape() -
Method Summary
Modifier and Type Method Description voidbuildShape(NodeGraphicAttribute graphics)This method sets all necessary properties using the values contained within theCollectionAttribute.Methods inherited from class org.graffiti.plugins.views.defaults.RectangleNodeShape
contains, contains, getIntersection, getIntersectionOfRoundRectangleAndLine, getPathIterator, getPathIterator, shapeHeightCorrection, shapeWidthCorrectionMethods 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
-
SBGNStadiumShape
public SBGNStadiumShape()
-
-
Method Details
-
buildShape
Description copied from class:RectangleNodeShapeThis method sets all necessary properties using the values contained within theCollectionAttribute. This includes- Specified by:
buildShapein interfaceNodeShape- Overrides:
buildShapein classRectangleNodeShape- Parameters:
graphics- The attribute that contains all necessary information to construct a rectangle.
-