| Package | com.esri.ags.renderers.supportClasses |
| Class | public class TimeRampAger |
| Inheritance | TimeRampAger SymbolAger Object |
| Since : | ArcGIS API for Flex 2.0 |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
TimeRampAger(alphaRange:AlphaRange = null, colorRange:ColorRange = null, sizeRange:SizeRange = null)
Creates a new TimeRampAger object. | TimeRampAger | ||
![]() |
Subclasses must override this method. | SymbolAger | |
| alphaRange | property |
public var alphaRange:AlphaRangeThe range from minimum to maximum alpha (transparency) values.
| colorRange | property |
public var colorRange:ColorRangeThe color range from one color to another.
| sizeRange | property |
public var sizeRange:SizeRangeThe range from minimum to maximum symbol size.
| TimeRampAger | () | Constructor |
public function TimeRampAger(alphaRange:AlphaRange = null, colorRange:ColorRange = null, sizeRange:SizeRange = null)Creates a new TimeRampAger object.
ParametersalphaRange: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.
|