| Package | com.esri.aws.awx.events |
| Class | public class RubberBandEvent |
| Inheritance | RubberBandEvent flash.events.Event |
RubberBandEvent is dispatched by the RubberBandMouseHandler in order to trap the extent that the user drew.
See also
| Property | Defined by | ||
|---|---|---|---|
| extent : Extent
The bounding box (maxX, maxY, minX, minY) of the box the user drew.
| RubberBandEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
RubberBandEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new RubberBandEvent.
| RubberBandEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| RUBBER_BAND : String = "rubberBand" [static]
The user has drawn a box using the
RubberBandMouseHandler. | RubberBandEvent | ||
| extent | property |
public var extent:ExtentThe bounding box (maxX, maxY, minX, minY) of the box the user drew.
| RubberBandEvent | () | constructor |
public function RubberBandEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new RubberBandEvent.
Parameterstype:String — The event type; indicates the action that caused the event.
|
|
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
|
|
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
|
| RUBBER_BAND | constant |
public static const RUBBER_BAND:String = "rubberBand"
The user has drawn a box using the RubberBandMouseHandler.