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