com.sculley.jim.swjava
Class SWArrowhead
java.lang.Object
|
+--com.sculley.jim.swjava.SWArrowhead
- public class SWArrowhead
- extends java.lang.Object
Insert the type's description here.
Creation date: (2/21/00 12:16:50 PM)
|
Constructor Summary |
SWArrowhead(SWPoint tip,
SWPoint dir,
double width,
double height,
long style)
SWArrowhead constructor comment. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SWArrowhead
public SWArrowhead(SWPoint tip,
SWPoint dir,
double width,
double height,
long style)
- SWArrowhead constructor comment.
getDirPoint
public SWPoint getDirPoint()
- Insert the method's description here.
Creation date: (2/21/00 12:18:25 PM)
- Returns:
- com.sculley.jim.swjava.SWPoint
getHeight
public double getHeight()
- Insert the method's description here.
Creation date: (2/21/00 12:18:25 PM)
- Returns:
- double
getStyle
public long getStyle()
- Insert the method's description here.
Creation date: (2/21/00 12:18:25 PM)
- Returns:
- long
getTipPoint
public SWPoint getTipPoint()
- Insert the method's description here.
Creation date: (2/21/00 12:18:25 PM)
- Returns:
- com.sculley.jim.swjava.SWPoint
getWidth
public double getWidth()
- Insert the method's description here.
Creation date: (2/21/00 12:18:25 PM)
- Returns:
- double