Class CircleArrowShape
java.lang.Object
org.graffiti.plugins.views.defaults.AbstractArrowShape
org.graffiti.plugins.views.defaults.CircleArrowShape
- All Implemented Interfaces:
Shape
,ArrowShape
,SupportsHollowDrawing
public class CircleArrowShape extends AbstractArrowShape implements SupportsHollowDrawing
-
Constructor Summary
Constructors Constructor Description CircleArrowShape()
CircleArrowShape(float size)
-
Method Summary
Modifier and Type Method Description boolean
isHollow()
void
setHollow(boolean h)
void
updateSize(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
-
CircleArrowShape
public CircleArrowShape(float size) -
CircleArrowShape
public CircleArrowShape()
-
-
Method Details
-
updateSize
public void updateSize(double size)- Specified by:
updateSize
in interfaceArrowShape
- Overrides:
updateSize
in classAbstractArrowShape
-
isHollow
public boolean isHollow()- Specified by:
isHollow
in interfaceSupportsHollowDrawing
-
setHollow
public void setHollow(boolean h)- Specified by:
setHollow
in interfaceSupportsHollowDrawing
-