| Package | com.mapquest.tilemap.overlays |
| Class | public class EllipseOverlay |
| Inheritance | EllipseOverlay ShapeOverlay flash.display.Sprite |
| Method | Defined by | ||
|---|---|---|---|
|
EllipseOverlay(overlayToClone:RectangleOverlay = null)
| EllipseOverlay | ||
![]() |
clone(overlayToClone:ShapeOverlay):void
Clones the specified overlay.
| ShapeOverlay | |
![]() |
getAltBorderWidth():Number
Returns the alternate border width for this overlay object.
| ShapeOverlay | |
![]() |
getAltColor():Number
Returns the alt border color for this overlay object.
| ShapeOverlay | |
![]() |
getAltColorAlpha():Number
Returns the altColorAlpha for this overlay object.
| ShapeOverlay | |
![]() |
getAltFillColor():Number
Returns the alt fill color for this overlay object.
| ShapeOverlay | |
![]() |
getAltFillColorAlpha():Number
Returns the alt fill color alpha (transparency) for this overlay object.
| ShapeOverlay | |
![]() |
getAltStateFlag():Boolean
Returns the alternate state for this overlay object.
| ShapeOverlay | |
![]() |
getBorderWidth():Number
Returns the border width for this overlay object.
| ShapeOverlay | |
![]() |
getColor():Number
Returns the border color for this overlay object.
| ShapeOverlay | |
![]() |
getColorAlpha():Number
Returns the color alpha (transparency) for this overlay object.
| ShapeOverlay | |
![]() |
getFillColor():Number
Returns the fill color for this overlay object.
| ShapeOverlay | |
![]() |
getFillColorAlpha():Number
Returns the fill color alpha (transparency) for this overlay object.
| ShapeOverlay | |
![]() |
getKey():String
Returns the key for this overlay object.
| ShapeOverlay | |
![]() |
getMaxZoomLevel():int
Returns the max zoom for this overlay object.
| ShapeOverlay | |
![]() |
getMinZoomLevel():int
Returns the min zoom for this overlay object.
| ShapeOverlay | |
![]() |
Gets the shape points of the overlay.
| ShapeOverlay | |
![]() |
getVisible():Boolean
Gets the visible property of the overlay.
| ShapeOverlay | |
![]() |
redraw():void
Redraws an existing overlay.
| ShapeOverlay | |
![]() |
setAll(params:Object):void
Sets all the properties of the overlay.
| ShapeOverlay | |
![]() |
setAltBorderWidth(lineWidth:Number):void
Sets the altBorderWidth for this overlay object.
| ShapeOverlay | |
![]() |
setAltColor(altColor:Number):void
Sets the altColor for this overlay object.
| ShapeOverlay | |
![]() |
setAltColorAlpha(altColorAlpha:Number):void
Sets the altColorAlpha for this overlay object.
| ShapeOverlay | |
![]() |
setAltFillColor(altFillColor:Number):void
Sets the altFillColor for this overlay object.
| ShapeOverlay | |
![]() |
setAltFillColorAlpha(altFillColorAlpha:Number):void
Sets the altFillColorAlpha for this overlay object.
| ShapeOverlay | |
![]() |
setAltStateFlag(altStateFlag:Boolean):void
Sets the altStateFlag for this overlay object.
| ShapeOverlay | |
![]() |
setBorderWidth(lineWidth:Number):void
Sets the borderWidth for this overlay object.
| ShapeOverlay | |
![]() |
setColor(color:Number):void
Sets the color for this overlay object.
| ShapeOverlay | |
![]() |
setColorAlpha(colorAlpha:Number):void
Sets the alpha (transparency) for this overlay object.
| ShapeOverlay | |
![]() |
setFillColor(fillColor:Number):void
Sets the fillColor for this overlay object.
| ShapeOverlay | |
![]() |
setFillColorAlpha(fillColorAlpha:Number):void
Sets the fillColorAlpha for this overlay object.
| ShapeOverlay | |
![]() |
setKey(key:String):void
Sets the key for this overlay object.
| ShapeOverlay | |
![]() | ShapeOverlay | ||
![]() |
setMaxZoomLevel(maxZoomLevel:int):void
Sets the max Zoom for this overlay object.
| ShapeOverlay | |
![]() |
setMinZoomLevel(minZoomLevel:int):void
Sets the min Zoom for this overlay object.
| ShapeOverlay | |
![]() |
setShapePoints(shapePoints:Object):void
Sets the shape points for the overlay.
| ShapeOverlay | |
![]() |
setVisible(bVisible:Boolean):void
Sets the Visible property for this overlay object.
| ShapeOverlay | |
| Method | Defined by | ||
|---|---|---|---|
|
drawShape():void
| EllipseOverlay | ||
| EllipseOverlay | () | constructor |
public function EllipseOverlay(overlayToClone:RectangleOverlay = null)Parameters
overlayToClone:RectangleOverlay (default = null) |
| drawShape | () | method |
protected override function drawShape():void