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_at_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_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Wed Jul 07 2004 - 13:45:53 EDT