Packagecom.esri.ags.renderers.supportClasses
Classpublic class SymbolAger
InheritanceSymbolAger Inheritance Object
Subclasses TimeClassBreaksAger, TimeRampAger

Since : ArcGIS API for Flex 2.0

Base class for all symbol agers - use TimeClassBreaksAger or TimeRampAger with a TemporalRenderer.

See also

com.esri.ags.renderers.TemporalRenderer.observationAger


Public Methods
 MethodDefined By
  
Subclasses must override this method.
SymbolAger
Method Detail
getAgedSymbol()method
public function getAgedSymbol(symbol:Symbol, graphic:Graphic):Symbol

Subclasses must override this method.

Parameters

symbol:Symbol — The graphic symbol.
 
graphic:Graphic — The graphic to symbolize.

Returns
Symbol — modified symbol.