|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jdraw.graphics.ArrowTip
Class ArrowTip defines the Arrow shapes which appear at the ends of lines when certain brushes are used.
| Constructor Summary | |
ArrowTip()
|
|
| Method Summary | |
static java.awt.geom.GeneralPath |
getArrowPath(java.awt.geom.Point2D.Double headPoint,
java.awt.geom.Point2D.Double tailPoint,
float zoom)
ArrowTip's only method, getArrowPath takes two points and a zoom factor and returns the appropriate GeneralPath object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArrowTip()
| Method Detail |
public static java.awt.geom.GeneralPath getArrowPath(java.awt.geom.Point2D.Double headPoint,
java.awt.geom.Point2D.Double tailPoint,
float zoom)
headPoint - - The Point2D.Double object representing the location
of the arrow head.tailPoint - - The Point2D.Double object from which the arrow head
will point.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||