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 booleanisHollow()voidsetHollow(boolean h)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
-
CircleArrowShape
public CircleArrowShape(float size) -
CircleArrowShape
public CircleArrowShape()
-
-
Method Details
-
updateSize
public void updateSize(double size)- Specified by:
updateSizein interfaceArrowShape- Overrides:
updateSizein classAbstractArrowShape
-
isHollow
public boolean isHollow()- Specified by:
isHollowin interfaceSupportsHollowDrawing
-
setHollow
public void setHollow(boolean h)- Specified by:
setHollowin interfaceSupportsHollowDrawing
-