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 void
buildShape(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, shapeWidthCorrection
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
-
SBGNStadiumShape
public SBGNStadiumShape()
-
-
Method Details
-
buildShape
Description copied from class:RectangleNodeShape
This method sets all necessary properties using the values contained within theCollectionAttribute
. This includes- Specified by:
buildShape
in interfaceNodeShape
- Overrides:
buildShape
in classRectangleNodeShape
- Parameters:
graphics
- The attribute that contains all necessary information to construct a rectangle.
-