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 voidbuildShape(NodeGraphicAttribute nodeGraphicAttribute)Shapes itself according to the graphics attribute found in the CollectionAttributegraphicsMethods inherited from class org.graffiti.plugins.views.defaults.PolygonalNodeShape
contains, contains, getBounds, getBounds2D, getIgnorePolygon, getIntersection, getPathIterator, getPathIterator, intersects, intersects, shapeHeightCorrection, shapeWidthCorrectionMethods inherited from class org.graffiti.plugins.views.defaults.RectangularNodeShape
contains, contains, getRealBounds2D, getXexcess, getYexcess, setCoordinateSystemMethods 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:NodeShapeShapes itself according to the graphics attribute found in the CollectionAttributegraphics- Specified by:
buildShapein interfaceNodeShape- Overrides:
buildShapein classRelativePolyShape- Parameters:
nodeGraphicAttribute- theCollectionAttributeaccording to which this shape is constructed.- See Also:
NodeShape.buildShape(NodeGraphicAttribute)
-