Packagecom.esri.ags.renderers.supportClasses
Classpublic class TimeRampAger
InheritanceTimeRampAger Inheritance SymbolAger Inheritance Object

Since : ArcGIS API for Flex 2.0

Time ramp agers display aging using a gradual change in symbology.



Public Properties
 PropertyDefined By
  alphaRange : AlphaRange
The range from minimum to maximum alpha (transparency) values.
TimeRampAger
  colorRange : ColorRange
The color range from one color to another.
TimeRampAger
  sizeRange : SizeRange
The range from minimum to maximum symbol size.
TimeRampAger
Public Methods
 MethodDefined By
  
TimeRampAger(alphaRange:AlphaRange = null, colorRange:ColorRange = null, sizeRange:SizeRange = null)
Creates a new TimeRampAger object.
TimeRampAger
 Inherited
Subclasses must override this method.
SymbolAger
Property Detail
alphaRangeproperty
public var alphaRange:AlphaRange

The range from minimum to maximum alpha (transparency) values.

colorRangeproperty 
public var colorRange:ColorRange

The color range from one color to another.

sizeRangeproperty 
public var sizeRange:SizeRange

The range from minimum to maximum symbol size.

Constructor Detail
TimeRampAger()Constructor
public function TimeRampAger(alphaRange:AlphaRange = null, colorRange:ColorRange = null, sizeRange:SizeRange = null)

Creates a new TimeRampAger object.

Parameters
alphaRange:AlphaRange (default = null) — The range from minimum to maximum alpha (transparency) values to use.
 
colorRange:ColorRange (default = null) — The range from one color to another to use.
 
sizeRange:SizeRange (default = null) — The range from minimum to maximum symbol size to use.