dojo.require("esri.renderers.SymbolAger")
Description
(Added at v2.0)
Base class for agers. Determine the symbology used to represent the aging of features in a feature layer.
Samples
Search for
samples that use this class.
Subclasses
Methods
Method Details
All subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol.
Parameters:
<Symbol > symbol |
Required |
The symbol to age. |
<Graphic > graphic |
Required |
Feature being rendered. |