Class RelativePolyShape
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
- All Implemented Interfaces:
Shape,ArrowShape,GraffitiShape,GraphElementShape,NodeShape
- Direct Known Subclasses:
ComplexShape,DiamondShape,LeftSkewedRectShape,MultiComplexShape,MultiNucleicAcidFeatureShape,NucleicAcidFeatureShape,ObservableShape,PaperShape,PertubationShape,ReceptorDownShape,ReceptorLeftShape,ReceptorRightShape,ReceptorUpShape,RightSkewedRectShape,TagDownShape,TagLeftShape,TagRightShape,TagUpShape,TruncProteinShape
public abstract class RelativePolyShape extends PolygonalNodeShape
-
Constructor Summary
Constructors Constructor Description RelativePolyShape() -
Method Summary
Modifier and Type Method Description voidbuildShape(NodeGraphicAttribute graphics)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
-
RelativePolyShape
public RelativePolyShape()
-
-
Method Details
-
buildShape
Description copied from interface:NodeShapeShapes itself according to the graphics attribute found in the CollectionAttributegraphics- Specified by:
buildShapein interfaceNodeShape- Overrides:
buildShapein classPolygonalNodeShape- Parameters:
graphics- theCollectionAttributeaccording to which this shape is constructed.- See Also:
NodeShape.buildShape(NodeGraphicAttribute)
-