[OpenMap Users] Opaque OMCircle

From: Norfleet, Timothy <timothy.norfleet_at_gd-ais.com>
Date: Wed, 7 Jul 2004 11:00:21 -0400

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 - 11:00:22 EDT

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