Class AWPolylineStyle

Object
   |
   +--AWPolylineStyle

class AWPolylineStyle


AWPolylineStyle is a class that encapsulates polyline style information.


Defined in awxapi-1.0.js.


Field Summary
 Number alpha
          The transparency of the polyline, where 0 indicates full transparency, 100 full opacity.
 String capsStyle
          The caps style Valid values are, "round", "square", "none".
 AWGradientStyle gradientStyle
          The polyline gradient style.
 String id
          The polyline style identifier.
 String jointStyle
          The joint style.
 Number miterLimit
          The miter limit.
 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 noScale
          Stroke scale behavior within parent.
 Boolean pixelHinting
          Stroke hinting in the IDE.
 String rgb
          The polyline color. Valid format is a hexadecimal color value, for example, red is 0xFF0000, and blue is 0x0000FF.
 Number thickness
          The polyline thickness.
 
Constructor Summary
AWPolylineStyle ()
           
 

Field Detail

alpha

Number alpha

capsStyle

String capsStyle

gradientStyle

AWGradientStyle gradientStyle

id

String id

jointStyle

String jointStyle

miterLimit

Number miterLimit

mouseClick

String mouseClick

mouseOut

String mouseOut

mouseOver

String mouseOver

noScale

String noScale

pixelHinting

Boolean pixelHinting

rgb

Number rgb

thickness

Number thickness

Constructor Detail

AWPolylineStyle

AWPolylineStyle()