[OpenMap Users] OMAbstractLine

From: David Ward <synriga_at_yahoo.com>
Date: Thu, 20 Oct 2005 09:34:38 -0700 (PDT)

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_at_yahoo.com
	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Oct 20 2005 - 12:45:20 EDT

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:07 EDT