On Nov 17, 4:31 pm, tdp <[EMAIL PROTECTED]> wrote:
> OK, that is getting real close to what I want.  Where in your code do
> I adjust the opacity?

I see I used my class name rather than yours.

You will have to add two optional arguments to your constructor:

    opt_bgcolor
    opt_opactiy

You can also add several methods:

    Rectangle.prototype.setBorderWidth=function(width)
    Rectangle.prototype.setBorderColor=function(color)
    Rectangle.prototype.setBGColor=function(color)
    Rectangle.prototype.setOpacity=function(opacity)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to