Class PaperShape
java.lang.Object
org.graffiti.plugins.views.defaults.AbstractArrowShape
org.graffiti.plugins.views.defaults.RectangularNodeShape
org.graffiti.plugins.views.defaults.PolygonalNodeShape
de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.RelativePolyShape
de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes.PaperShape
- All Implemented Interfaces:
Shape
,ArrowShape
,GraffitiShape
,GraphElementShape
,NodeShape
- Direct Known Subclasses:
PaperShapeBottomLeft
,PaperShapeBottomRight
,PaperShapeLeftBottom
,PaperShapeLeftTop
,PaperShapeRightBottom
,PaperShapeRightTop
,PaperShapeTopLeft
,PaperShapeTopRight
public class PaperShape extends RelativePolyShape
- Author:
- Christian Klukas, Tobias Czauderna
-
Constructor Summary
Constructors Constructor Description PaperShape()
-
Method Summary
Modifier and Type Method Description void
buildShape(NodeGraphicAttribute nodeGraphicAttribute)
Shapes itself according to the graphics attribute found in the CollectionAttributegraphics
Methods inherited from class org.graffiti.plugins.views.defaults.PolygonalNodeShape
contains, contains, getBounds, getBounds2D, getIgnorePolygon, getIntersection, getPathIterator, getPathIterator, intersects, intersects, shapeHeightCorrection, shapeWidthCorrection
Methods inherited from class org.graffiti.plugins.views.defaults.RectangularNodeShape
contains, contains, getRealBounds2D, getXexcess, getYexcess, setCoordinateSystem
Methods inherited from class org.graffiti.plugins.views.defaults.AbstractArrowShape
addThickness, affix, getAnchor, updateSize
-
Constructor Details
-
PaperShape
public PaperShape()
-
-
Method Details
-
buildShape
Description copied from interface:NodeShape
Shapes itself according to the graphics attribute found in the CollectionAttributegraphics
- Specified by:
buildShape
in interfaceNodeShape
- Overrides:
buildShape
in classRelativePolyShape
- Parameters:
nodeGraphicAttribute
- theCollectionAttribute
according to which this shape is constructed.- See Also:
NodeShape.buildShape(NodeGraphicAttribute)
-