| Package | com.esri.ags.renderers.supportClasses |
| Class | public class AlphaRange |
| Inheritance | AlphaRange Object |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
AlphaRange(fromAlpha:Number = 0, toAlpha:Number = 1)
Creates a new AlphaRange. | AlphaRange | ||
| fromAlpha | property |
public var fromAlpha:NumberAlpha (transparency) for features in the beginning of the time ramp (i.e., the oldest features).
The default value is 0 (invisible, fully transparent).
| toAlpha | property |
public var toAlpha:NumberAlpha (transparency) for features in the end of the time ramp (i.e., the newest features).
The default value is 1 (opaque, fully visible).
| AlphaRange | () | Constructor |
public function AlphaRange(fromAlpha:Number = 0, toAlpha:Number = 1)Creates a new AlphaRange.
ParametersfromAlpha: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).
|