Quikmaps classes

Class AbstractQPolyline

Object
   |
   +--GPolyline
         |
         +--AbstractQPolyline
Direct Known Subclasses:
QPolyline

class AbstractQPolyline
extends GPolyline

Constructor Summary
AbstractQPolyline(<Array> points, <String> colour, <Number> weight, <Number> opacity)
            AbstractQPolyline is an abstract base class, proxying between QMaps and GMaps polyline classes.
 
Method Summary
 String getColour()
           Get the colour.
 Number getOpacity()
           Get the opacity
 Array getPoints()
           Get the points array
 Number getWidth()
           Get the width.

Constructor Detail

AbstractQPolyline

AbstractQPolyline(<Array> points, <String> colour, <Number> weight, <Number> opacity)

Method Detail

getColour

String getColour()

getOpacity

Number getOpacity()

getPoints

Array getPoints()

getWidth

Number getWidth()

Quikmaps classes

Documentation generated by JSDoc on Fri Jul 27 18:32:22 2007