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