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 void
buildShape(NodeGraphicAttribute graphics)
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
-
RelativePolyShape
public RelativePolyShape()
-
-
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 classPolygonalNodeShape
- Parameters:
graphics
- theCollectionAttribute
according to which this shape is constructed.- See Also:
NodeShape.buildShape(NodeGraphicAttribute)
-