Packagecom.esri.ags.layers.supportClasses
Classpublic class DrawingInfo
InheritanceDrawingInfo Inheritance flash.events.EventDispatcher

Metadata information from the service about the renderer and alpha as setup on the server.

See also

LayerDetails.html#drawingInfo


Public Properties
 PropertyDefined By
  alpha : Number
The alpha (transparency) of the layer.
DrawingInfo
  renderer : Renderer
The renderer of the layer.
DrawingInfo
Property Detail
alphaproperty
alpha:Number

The alpha (transparency) of the layer. Possible values range from 0.0 (invisible, fully transparent) to 1.0 (opaque, fully visible).

This property can be used as the source for data binding.


Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
rendererproperty 
renderer:Renderer

The renderer of the layer.

This property can be used as the source for data binding.


Implementation
    public function get renderer():Renderer
    public function set renderer(value:Renderer):void