Packagecom.esri.ags.renderers.supportClasses
Classpublic class TimeClassBreakInfo
InheritanceTimeClassBreakInfo Inheritance Object

Since : ArcGIS API for Flex 2.0

The time ranged by used in TimeClassBreaksAger to symbolize based on it's temporal age.

See also

TimeClassBreaksAger


Public Properties
 PropertyDefined By
  alpha : Number = NaN
The alpha (transparency) of the symbol.
TimeClassBreakInfo
  color : Number = NaN
The color of the symbol.
TimeClassBreakInfo
  maxAge : Number = Infinity
The maximum value of this temporal range.
TimeClassBreakInfo
  minAge : Number = 0
The minimum value of this temporal range.
TimeClassBreakInfo
  size : Number = NaN
The size of the symbol.
TimeClassBreakInfo
Public Methods
 MethodDefined By
  
TimeClassBreakInfo(minAge:Number = 0, maxAge:Number, alpha:Number, color:Number, size:Number)
Creates a new TimeClassBreakInfo.
TimeClassBreakInfo
Property Detail
alphaproperty
public var alpha:Number = NaN

The alpha (transparency) of the symbol.

The default value is NaN.

colorproperty 
public var color:Number = NaN

The color of the symbol.

The default value is NaN.

maxAgeproperty 
public var maxAge:Number = Infinity

The maximum value of this temporal range.

The default value is Infinity.

minAgeproperty 
public var minAge:Number = 0

The minimum value of this temporal range.

The default value is 0.

sizeproperty 
public var size:Number = NaN

The size of the symbol.

The default value is NaN.

Constructor Detail
TimeClassBreakInfo()Constructor
public function TimeClassBreakInfo(minAge:Number = 0, maxAge:Number, alpha:Number, color:Number, size:Number)

Creates a new TimeClassBreakInfo.

Parameters
minAge:Number (default = 0) — - The minimum value of this temporal range.
 
maxAge:Number (default = NaN) — - The maximum value of this temporal range.
 
alpha:Number (default = NaN) — Alpha (transparency) of the symbol.
 
color:Number (default = NaN) — Color of the symbol.
 
size:Number (default = NaN) — Size of the symbol.