Class SBGNDissociationShape
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.SBGNCircleShape
de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.SBGNDissociationShape
- All Implemented Interfaces:
Shape
,ArrowShape
,GraffitiShape
,GraphElementShape
,NodeShape
,ProvidesAdditonalDrawingShapes
public class SBGNDissociationShape extends SBGNCircleShape
- Author:
- Tobias Czauderna
-
Constructor Summary
Constructors Constructor Description SBGNDissociationShape()
SBGNDissociationShape(int offX, int offY)
-
Method Summary
Modifier and Type Method Description void
buildShape(NodeGraphicAttribute nodeGraphicAttribute)
This method sets all necessary properties using the values contained within theCollectionAttribute
(like size etc.).Collection<Shape>
getPreBorderShapes()
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.SBGNCircleShape
getIntersection, getPostBorderShapes
Methods inherited from class org.graffiti.plugins.views.defaults.CircleNodeShape
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
-
SBGNDissociationShape
public SBGNDissociationShape() -
SBGNDissociationShape
public SBGNDissociationShape(int offX, int offY)
-
-
Method Details
-
buildShape
Description copied from class:CircleNodeShape
This method sets all necessary properties using the values contained within theCollectionAttribute
(like size etc.).- Specified by:
buildShape
in interfaceNodeShape
- Overrides:
buildShape
in classSBGNCircleShape
- Parameters:
nodeGraphicAttribute
- The attribute that contains all necessary information to construct an circle.
-
getPreBorderShapes
- Specified by:
getPreBorderShapes
in interfaceProvidesAdditonalDrawingShapes
- Overrides:
getPreBorderShapes
in classSBGNCircleShape
-