Class AWPolygonStyle

Object
   |
   +--AWPolygonStyle

class AWPolygonStyle


AWPolygonStyle is a class that encapsulates polygon style information.


Defined in awxapi-1.0.js.


Field Summary
 Number alpha
          The transparency of the polygon, where 0 indicates full transparency, 100 full opacity.
 AWGradientStyle gradientStyle
          The polygon gradient style.
 String id
          The polygon style identifier.
 String mouseClick
          The name of the callback function to execute when a mouse click event occurs.
 String mouseOut
          The name of the callback function to execute when a mouse out event occurs.
 String mouseOver
          The name of the callback function to execute when a mouse over event occurs.
 String polylineStyleId
          The polyline style identifier.
 String rgb
          The polygon color in RGB format. Valid format is a hexadecimal color value, for example, red is 0xFF0000, and blue is 0x0000FF.
 
Constructor Summary
AWPolygonStyle ()
           
 

Field Detail

alpha

Number alpha

gradientStyle

AWGradientStyle gradientStyle

id

String id

mouseClick

String mouseClick

mouseOut

String mouseOut

mouseOver

String mouseOver

polylineStyleId

String polylineStyleId

rgb

Number rgb

Constructor Detail

AWPolygonStyle

AWPolygonStyle()