Class AbsoluteStimulationArrowShape
java.lang.Object
org.graffiti.plugins.views.defaults.AbstractArrowShape
org.graffiti.plugins.views.defaults.AbsoluteStimulationArrowShape
- All Implemented Interfaces:
Shape,ArrowShape,SupportsHollowDrawing
public class AbsoluteStimulationArrowShape extends AbstractArrowShape implements SupportsHollowDrawing
DOCUMENT ME!
- Version:
- $Revision: 1.6 $
-
Constructor Summary
Constructors Constructor Description AbsoluteStimulationArrowShape()Constructs a new arrow.AbsoluteStimulationArrowShape(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
-
AbsoluteStimulationArrowShape
public AbsoluteStimulationArrowShape(float size) -
AbsoluteStimulationArrowShape
public AbsoluteStimulationArrowShape()Constructs a new arrow. Creates theGeneralPathrepresenting the arrow and sets head and anchor.
-
-
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
-