I assume you mean to make it translucent as opposed to opaque. To do this, you would have to make a Color object and set the alpha value.
-Brian
-----Original Message-----
From: Norfleet, Timothy
To: openmap-users@bbn.com
Sent: 7/7/2004 11:00 AM
Subject: [OpenMap Users] Opaque OMCircle
Hi all,
Can anyone give me suggestion on how to make my fill color Opaque using
the code below? I can make it solid but not opaque.
OMCircle fovCircle = new OMCircle(latitude, longitude,newRadius);
fovCircle.setLatLon(latitude, longitude);
fovCircle.setRadius(newRadius);
fovCircle.setFillPaint(Color.green);
fovCircle.setLinePaint(Color.white);
renderList.add(fovCircle);
tim
-- [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 Wed Jul 7 13:45:53 2004
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:39 EDT