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 SummaryConstructors Constructor Description PaperShape()
- 
Method SummaryModifier 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.PolygonalNodeShapecontains, contains, getBounds, getBounds2D, getIgnorePolygon, getIntersection, getPathIterator, getPathIterator, intersects, intersects, shapeHeightCorrection, shapeWidthCorrectionMethods inherited from class org.graffiti.plugins.views.defaults.RectangularNodeShapecontains, contains, getRealBounds2D, getXexcess, getYexcess, setCoordinateSystemMethods inherited from class org.graffiti.plugins.views.defaults.AbstractArrowShapeaddThickness, affix, getAnchor, updateSize
- 
Constructor Details- 
PaperShapepublic PaperShape()
 
- 
- 
Method Details- 
buildShapeDescription copied from interface:NodeShapeShapes itself according to the graphics attribute found in the CollectionAttributegraphics- Specified by:
- buildShapein interface- NodeShape
- Overrides:
- buildShapein class- RelativePolyShape
- Parameters:
- nodeGraphicAttribute- the- CollectionAttributeaccording to which this shape is constructed.
- See Also:
- NodeShape.buildShape(NodeGraphicAttribute)
 
 
-