org.jhotdraw.draw.decoration
Class ArrowTip
- java.lang.Object
-
- org.jhotdraw.draw.decoration.AbstractLineDecoration
-
- org.jhotdraw.draw.decoration.ArrowTip
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, LineDecoration, DOMStorable
public class ArrowTip extends AbstractLineDecoration implements DOMStorable
ALineDecorationwhich draws an arrow tip.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ArrowTip()ArrowTip(double angle, double outerRadius, double innerRadius)Constructs an arrow tip with the specified angle and outer and inner radius.ArrowTip(double angle, double outerRadius, double innerRadius, boolean isFilled, boolean isStroked, boolean isSolid)Constructs an arrow tip with the specified parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidread(DOMInput in)voidwrite(DOMOutput out)-
Methods inherited from class org.jhotdraw.draw.decoration.AbstractLineDecoration
draw, getDecorationRadius, getDrawingArea
-
-
-
-
Constructor Detail
-
ArrowTip
public ArrowTip()
-
ArrowTip
public ArrowTip(double angle, double outerRadius, double innerRadius)Constructs an arrow tip with the specified angle and outer and inner radius.
-
ArrowTip
public ArrowTip(double angle, double outerRadius, double innerRadius, boolean isFilled, boolean isStroked, boolean isSolid)Constructs an arrow tip with the specified parameters.
-
-
Method Detail
-
read
public void read(DOMInput in)
- Specified by:
readin interfaceDOMStorable
-
write
public void write(DOMOutput out)
- Specified by:
writein interfaceDOMStorable
-
-
DataMelt 3.0 © DataMelt by jWork.ORG