Class CircleConnectArrowShape
java.lang.Object
org.graffiti.plugins.views.defaults.AbstractArrowShape
org.graffiti.plugins.views.defaults.CircleConnectArrowShape
- All Implemented Interfaces:
Shape,ArrowShape
public class CircleConnectArrowShape extends AbstractArrowShape
-
Constructor Summary
Constructors Constructor Description CircleConnectArrowShape()CircleConnectArrowShape(float size) -
Method Summary
Modifier and Type Method Description voidupdateSize(double size)Methods inherited from class org.graffiti.plugins.views.defaults.AbstractArrowShape
addThickness, affix, contains, contains, contains, contains, getAnchor, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects
-
Constructor Details
-
CircleConnectArrowShape
public CircleConnectArrowShape(float size) -
CircleConnectArrowShape
public CircleConnectArrowShape()
-
-
Method Details
-
updateSize
public void updateSize(double size)- Specified by:
updateSizein interfaceArrowShape- Overrides:
updateSizein classAbstractArrowShape
-