Packagecom.esri.ags.renderers.supportClasses
Classpublic class AlphaRange
InheritanceAlphaRange Inheritance Object

Since : ArcGIS API for Flex 2.0

The range from minimum to maximum alpha (transparency) values to use in a TimeRampAger.

See also

TimeRampAger


Public Properties
 PropertyDefined By
  fromAlpha : Number
Alpha (transparency) for features in the beginning of the time ramp (i.e., the oldest features).
AlphaRange
  toAlpha : Number
Alpha (transparency) for features in the end of the time ramp (i.e., the newest features).
AlphaRange
Public Methods
 MethodDefined By
  
AlphaRange(fromAlpha:Number = 0, toAlpha:Number = 1)
Creates a new AlphaRange.
AlphaRange
Property Detail
fromAlphaproperty
public var fromAlpha:Number

Alpha (transparency) for features in the beginning of the time ramp (i.e., the oldest features).

The default value is 0 (invisible, fully transparent).

toAlphaproperty 
public var toAlpha:Number

Alpha (transparency) for features in the end of the time ramp (i.e., the newest features).

The default value is 1 (opaque, fully visible).

Constructor Detail
AlphaRange()Constructor
public function AlphaRange(fromAlpha:Number = 0, toAlpha:Number = 1)

Creates a new AlphaRange.

Parameters
fromAlpha:Number (default = 0) — Alpha (transparency) for features in the beginning of the time ramp (i.e., the oldest features).
 
toAlpha:Number (default = 1) — Alpha (transparency) for features in the end of the time ramp (i.e., the newest features).