Don,
I had a few minutes to look at the OMAbstractLine.
I would like to suggest that the following additional convenience methods be
added to OMAbstractLine:
/**
* Arrowhead function, to find out the arrowhead location.
*/
public int getArrowLocation() {
if (arrowhead != null) {
return arrowhead.getLocation();
}
return 0;
}
/**
* Arrowhead function, to find out the arrowhead direction.
*/
public int getArrowDirectionType() {
if (arrowhead != null) {
return arrowhead.getArrowDirectionType();
}
return 0;
}
Cheers,
David
---- David Ward ROLANDS & ASSOCIATES Corporation 500 Sloat Avenue Monterey, CA 93940 USA Tel: 1.831.373.2025 Fax: 1.831.373.2841 Email: synriga@yahoo.com __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Thu Oct 20 12:47:43 2005
This archive was generated by hypermail 2.1.8 : Thu Oct 20 2005 - 12:48:03 EDT