Class MultiEllipseShape
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.EllipseNodeShape
de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.MultiEllipseShape
- All Implemented Interfaces:
Shape,ArrowShape,GraffitiShape,GraphElementShape,NodeShape,ProvidesAdditonalDrawingShapes
public class MultiEllipseShape extends EllipseNodeShape implements ProvidesAdditonalDrawingShapes
-
Constructor Summary
Constructors Constructor Description MultiEllipseShape()MultiEllipseShape(boolean multi) -
Method Summary
Modifier and Type Method Description voidbuildShape(NodeGraphicAttribute graphics)This method sets all necessary properties using the values contained within theCollectionAttribute(like size etc.).Collection<Shape>getPostBorderShapes()Collection<Shape>getPreBorderShapes()intshapeHeightCorrection()intshapeWidthCorrection()Methods inherited from class org.graffiti.plugins.views.defaults.EllipseNodeShape
getIntersectionMethods 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
-
MultiEllipseShape
public MultiEllipseShape() -
MultiEllipseShape
public MultiEllipseShape(boolean multi)
-
-
Method Details
-
getPostBorderShapes
- Specified by:
getPostBorderShapesin interfaceProvidesAdditonalDrawingShapes
-
buildShape
Description copied from class:CircularNodeShapeThis method sets all necessary properties using the values contained within theCollectionAttribute(like size etc.).- Specified by:
buildShapein interfaceNodeShape- Overrides:
buildShapein classCircularNodeShape- Parameters:
graphics- The attribute that contains all necessary information to construct an ellipse.
-
getPreBorderShapes
- Specified by:
getPreBorderShapesin interfaceProvidesAdditonalDrawingShapes
-
shapeHeightCorrection
public int shapeHeightCorrection()- Specified by:
shapeHeightCorrectionin interfaceNodeShape- Overrides:
shapeHeightCorrectionin classEllipseNodeShape
-
shapeWidthCorrection
public int shapeWidthCorrection()- Specified by:
shapeWidthCorrectionin interfaceNodeShape- Overrides:
shapeWidthCorrectionin classEllipseNodeShape
-