MapQuest Advantage TileMap Toolkit Reference Documentation

Class MQShapeOverlay

Object
   |
   +--MQObject
         |
         +--MQShapeOverlay
Direct Known Subclasses:
MQRectangleOverlay, MQImageOverlay, MQPolygonOverlay, MQLineOverlay, MQEllipseOverlay

class MQShapeOverlay
extends MQObject



Defined in mqoverlays.js


Field Summary
 Object altBorderWidth
          
 Object altColor
          
 Object altColorAlpha
          
 Object altFillColor
          
 Object altFillColorAlplha
          
 Object altStateFlag
          
 Object borderWidth
          
 Object className
          
 Object color
          
 Object colorAlpha
          
 Object fillColor
          
 Object fillColorAlpha
          
 Object key
          
 Object map
          
 Object maxZoomLevel
          
 Object minZoomLevel
          
 Object shape
          
 Object shapePoints
          
 Object shapePointsXY
          
 Object visible
          
 
Constructor Summary
MQShapeOverlay ()
            Base shape class
 
Method Summary
 int getAltBorderWidth()
           Returns the alternate border width for this overlay object.
 color in [r,g,b] format. getAltColor()
           Returns the alt border color for this overlay object.
 Double value for alpha transparency (ex: 0.9) getAltColorAlpha()
           Returns the altColorAlpha for this overlay object.
 string in rgba(int, int, int, double) format getAltFillColor()
           Returns the alt fill color for this overlay object.
 double value for alpha transparency (ex: 0.9) getAltFillColorAlpha()
           Returns the alt fill color alpha (transparency) for this overlay object.
 boolean getAltStateFlag()
           Returns the alternate state for this overlay object.
 int getBorderWidth()
           Returns the border width for this overlay object.
 Object getClassName()
           Gets the class name of the overlay.
 color in [r,g,b] format. getColor()
           Returns the border color for this overlay object.
 Double value for alpha transparency (ex: 0.9) getColorAlpha()
           Returns the color alpha (transparency) for this overlay object.
 string in rgba(int, int, int, double) format getFillColor()
           Returns the fill color for this overlay object.
 double value for alpha transparency (ex: 0.9) getFillColorAlpha()
           Returns the fill color alpha (transparency) for this overlay object.
 string getKey()
           Returns the key for this overlay object.
 Object getMaxZoomLevel()
           Gets the maximum zoom level set by the user for the overlay.
 Object getMinZoomLevel()
           Gets the minimum zoom level set by the user for the overlay.
 Object getShapePoints()
           Gets the shape points of the overlay.
 Object getVisible()
           Gets the visibility state for the overlay.
 void redraw()
           Redraws an existing overlay.
 Object setAll(params)
           Sets all the properties of the overlay.
 void setAltBorderWidth(lineWidth)
           Sets the altBorderWidth for this overlay object.
 void setAltColor(altColor)
           Sets the altColor for this overlay object.
 void setAltColorAlpha(altColorAlpha)
           Sets the altColorAlpha for this overlay object.
 void setAltFillColor(altFillColor)
           Sets the altFillColor for this overlay object.
 void setAltFillColorAlpha(altFillColorAlpha)
           Sets the altFillColorAlpha for this overlay object.
 void setAltStateFlag(altStateFlag)
           Sets the altStateFlag for this overlay object.
 void setBorderWidth(lineWidth)
           Sets the borderWidth for this overlay object.
 void setColor(color)
           Sets the color for this overlay object.
 void setColorAlpha(colorAlpha)
           Sets the alpha (transparency) for this overlay object.
 void setFillColor(fillColor)
           Sets the fillColor for this overlay object.
 void setFillColorAlpha(fillColorAlpha)
           Sets the fillColorAlpha for this overlay object.
 void setKey(key)
           Sets the key for this overlay object.
 Object setMaxZoomLevel(level)
           Sets the maximum zoom level for the overlay.
 Object setMinZoomLevel(level)
           Sets the minimum zoom level for the overlay.
 Object setShapePoints(shapePnts)
           Sets the shape points for the overlay.
 Object setVisible(bVisible)
           Sets the visibility state for the overlay.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, getObjectVersion, setProperty, getProperty, copy
 

Field Detail

altBorderWidth

Object altBorderWidth

altColor

Object altColor

altColorAlpha

Object altColorAlpha

altFillColor

Object altFillColor

altFillColorAlplha

Object altFillColorAlplha

altStateFlag

Object altStateFlag

borderWidth

Object borderWidth

className

Object className

color

Object color

colorAlpha

Object colorAlpha

fillColor

Object fillColor

fillColorAlpha

Object fillColorAlpha

key

Object key

map

Object map

maxZoomLevel

Object maxZoomLevel

minZoomLevel

Object minZoomLevel

shape

Object shape

shapePoints

Object shapePoints

shapePointsXY

Object shapePointsXY

visible

Object visible

Constructor Detail

MQShapeOverlay

MQShapeOverlay()

Method Detail

getAltBorderWidth

int getAltBorderWidth()

getAltColor

color in [r,g,b] format. getAltColor()

getAltColorAlpha

Double value for alpha transparency (ex: 0.9) getAltColorAlpha()

getAltFillColor

string in rgba(int, int, int, double) format getAltFillColor()

getAltFillColorAlpha

double value for alpha transparency (ex: 0.9) getAltFillColorAlpha()

getAltStateFlag

boolean getAltStateFlag()

getBorderWidth

int getBorderWidth()

getClassName

Object getClassName()

getColor

color in [r,g,b] format. getColor()

getColorAlpha

Double value for alpha transparency (ex: 0.9) getColorAlpha()

getFillColor

string in rgba(int, int, int, double) format getFillColor()

getFillColorAlpha

double value for alpha transparency (ex: 0.9) getFillColorAlpha()

getKey

string getKey()

getMaxZoomLevel

Object getMaxZoomLevel()

getMinZoomLevel

Object getMinZoomLevel()

getShapePoints

Object getShapePoints()

getVisible

Object getVisible()

redraw

void redraw()

setAll

Object setAll(params)

setAltBorderWidth

void setAltBorderWidth(lineWidth)

setAltColor

void setAltColor(altColor)

setAltColorAlpha

void setAltColorAlpha(altColorAlpha)

setAltFillColor

void setAltFillColor(altFillColor)

setAltFillColorAlpha

void setAltFillColorAlpha(altFillColorAlpha)

setAltStateFlag

void setAltStateFlag(altStateFlag)

setBorderWidth

void setBorderWidth(lineWidth)

setColor

void setColor(color)

setColorAlpha

void setColorAlpha(colorAlpha)

setFillColor

void setFillColor(fillColor)

setFillColorAlpha

void setFillColorAlpha(fillColorAlpha)

setKey

void setKey(key)

setMaxZoomLevel

Object setMaxZoomLevel(level)

setMinZoomLevel

Object setMinZoomLevel(level)

setShapePoints

Object setShapePoints(shapePnts)

setVisible

Object setVisible(bVisible)

MapQuest Advantage TileMap Toolkit Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:28 2007