Packagecom.mapquest.tilemap.overlays
Classpublic class EllipseOverlay
InheritanceEllipseOverlay Inheritance ShapeOverlay Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
 Inheritedvisible : Boolean
ShapeOverlay
Protected Properties
 PropertyDefined by
 InheritedaltBorderWidth : Number = 3
ShapeOverlay
 InheritedaltColor : Number = -1
ShapeOverlay
 InheritedaltColorAlpha : Number = 1
ShapeOverlay
 InheritedaltFillColor : Number = -1
ShapeOverlay
 InheritedaltFillColorAlpha : Number = 1
ShapeOverlay
 InheritedaltStateFlag : Boolean = false
ShapeOverlay
 InheritedborderWidth : Number = 3
ShapeOverlay
 Inheritedcolor : Number = 0x000000
ShapeOverlay
 InheritedcolorAlpha : Number = 1
ShapeOverlay
 InheritedfillColor : Number = 0x000000
ShapeOverlay
 InheritedfillColorAlpha : Number = 1
ShapeOverlay
 InheritedhasDrawn : Boolean = false
ShapeOverlay
 Inheritedkey : String = ""
ShapeOverlay
 Inheritedmap : TileMap
ShapeOverlay
 InheritedmaxZoomLevel : int = 16
ShapeOverlay
 InheritedminZoomLevel : int = 1
ShapeOverlay
 InheritedshapePoints : IPointLLCollection
ShapeOverlay
 InheritedvisibleFlag : Boolean = true
ShapeOverlay
Public Methods
 MethodDefined by
  
EllipseOverlay(overlayToClone:RectangleOverlay = null)
EllipseOverlay
 Inherited
clone(overlayToClone:ShapeOverlay):void
Clones the specified overlay.
ShapeOverlay
 Inherited
Returns the alternate border width for this overlay object.
ShapeOverlay
 Inherited
getAltColor():Number
Returns the alt border color for this overlay object.
ShapeOverlay
 Inherited
Returns the altColorAlpha for this overlay object.
ShapeOverlay
 Inherited
getAltFillColor():Number
Returns the alt fill color for this overlay object.
ShapeOverlay
 Inherited
Returns the alt fill color alpha (transparency) for this overlay object.
ShapeOverlay
 Inherited
getAltStateFlag():Boolean
Returns the alternate state for this overlay object.
ShapeOverlay
 Inherited
getBorderWidth():Number
Returns the border width for this overlay object.
ShapeOverlay
 Inherited
getColor():Number
Returns the border color for this overlay object.
ShapeOverlay
 Inherited
getColorAlpha():Number
Returns the color alpha (transparency) for this overlay object.
ShapeOverlay
 Inherited
getFillColor():Number
Returns the fill color for this overlay object.
ShapeOverlay
 Inherited
Returns the fill color alpha (transparency) for this overlay object.
ShapeOverlay
 Inherited
getKey():String
Returns the key for this overlay object.
ShapeOverlay
 Inherited
Returns the max zoom for this overlay object.
ShapeOverlay
 Inherited
Returns the min zoom for this overlay object.
ShapeOverlay
 Inherited
Gets the shape points of the overlay.
ShapeOverlay
 Inherited
getVisible():Boolean
Gets the visible property of the overlay.
ShapeOverlay
 Inherited
redraw():void
Redraws an existing overlay.
ShapeOverlay
 Inherited
setAll(params:Object):void
Sets all the properties of the overlay.
ShapeOverlay
 Inherited
setAltBorderWidth(lineWidth:Number):void
Sets the altBorderWidth for this overlay object.
ShapeOverlay
 Inherited
setAltColor(altColor:Number):void
Sets the altColor for this overlay object.
ShapeOverlay
 Inherited
setAltColorAlpha(altColorAlpha:Number):void
Sets the altColorAlpha for this overlay object.
ShapeOverlay
 Inherited
setAltFillColor(altFillColor:Number):void
Sets the altFillColor for this overlay object.
ShapeOverlay
 Inherited
setAltFillColorAlpha(altFillColorAlpha:Number):void
Sets the altFillColorAlpha for this overlay object.
ShapeOverlay
 Inherited
setAltStateFlag(altStateFlag:Boolean):void
Sets the altStateFlag for this overlay object.
ShapeOverlay
 Inherited
setBorderWidth(lineWidth:Number):void
Sets the borderWidth for this overlay object.
ShapeOverlay
 Inherited
setColor(color:Number):void
Sets the color for this overlay object.
ShapeOverlay
 Inherited
setColorAlpha(colorAlpha:Number):void
Sets the alpha (transparency) for this overlay object.
ShapeOverlay
 Inherited
setFillColor(fillColor:Number):void
Sets the fillColor for this overlay object.
ShapeOverlay
 Inherited
setFillColorAlpha(fillColorAlpha:Number):void
Sets the fillColorAlpha for this overlay object.
ShapeOverlay
 Inherited
setKey(key:String):void
Sets the key for this overlay object.
ShapeOverlay
 Inherited
setMap(map:TileMap):void
ShapeOverlay
 Inherited
setMaxZoomLevel(maxZoomLevel:int):void
Sets the max Zoom for this overlay object.
ShapeOverlay
 Inherited
setMinZoomLevel(minZoomLevel:int):void
Sets the min Zoom for this overlay object.
ShapeOverlay
 Inherited
setShapePoints(shapePoints:Object):void
Sets the shape points for the overlay.
ShapeOverlay
 Inherited
setVisible(bVisible:Boolean):void
Sets the Visible property for this overlay object.
ShapeOverlay
Protected Methods
 MethodDefined by
  
drawShape():void
EllipseOverlay
Constructor detail
EllipseOverlay()constructor
public function EllipseOverlay(overlayToClone:RectangleOverlay = null)Parameters
overlayToClone:RectangleOverlay (default = null)
Method detail
drawShape()method
protected override function drawShape():void