RE: [OpenMap Users] how no circle outline?

From: Chris Allport <callport_at_dtiweb.net>
Date: Thu, 24 May 2007 11:03:41 -0400

How about this?

Set the color to: new Color(0, 0, 0, 0)

This should make the alpha 0, so the line is transparent.

-----Original Message-----
From: John Chamberlain [mailto:jchamberlain_at_cra.com]
Sent: Thursday, May 24, 2007 11:04 AM
To: Chris Allport
Subject: RE: [OpenMap Users] how no circle outline?

This did not work. The black outline still appears.

> -----Original Message-----
> From: Chris Allport [mailto:callport_at_dtiweb.net]
> Sent: Thursday, May 24, 2007 10:23 AM
> To: John Chamberlain
> Cc: openmap-users_at_bbn.com
> Subject: RE: [OpenMap Users] how no circle outline?
>
> Have you tried setting the stroke to 0.0?
>
> BasicStroke stroke = new BasicStroke(0.0f);
> circle.setStroke(strokeDash);
>
>
> -----Original Message-----
> From: owner-openmap-users_at_bbn.com [mailto:owner-openmap-users_at_bbn.com]
> On Behalf Of John Chamberlain
> Sent: Thursday, May 24, 2007 9:58 AM
> To: openmap-users_at_bbn.com
> Subject: [OpenMap Users] how no circle outline?
>
> Hello, how do you draw a circle or other shape with no outline?
>
> I tried setting the line paint to null like this:
>
> circle.setLinePaint( null );
>
> but this resulted in a one pixel black outline around the circle.
>
> John S. Chamberlain
>
>
> --
> [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"]
>

--
[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 May 24 2007 - 11:09:58 EDT

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