Packagestimulsoft.report.chart.geoms.series.radar
Classpublic class StiRadarAreaSeriesGeom
InheritanceStiRadarAreaSeriesGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  allowMouseOver : Boolean
[read-only]
StiRadarAreaSeriesGeom
  centerPoint : StiPoint
[read-only]
StiRadarAreaSeriesGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isMouseOver : Boolean
StiRadarAreaSeriesGeom
  points : Vector.<StiPoint>
[read-only]
StiRadarAreaSeriesGeom
  series : IStiSeries
[read-only]
StiRadarAreaSeriesGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiRadarAreaSeriesGeom(series:IStiSeries, points:Vector.<StiPoint>, centerPoint:StiPoint)
StiRadarAreaSeriesGeom
  
contains(x:Number, y:Number):Boolean
[override]
StiRadarAreaSeriesGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiRadarAreaSeriesGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiRadarAreaSeriesGeom
  
[override]
StiRadarAreaSeriesGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
allowMouseOverproperty
allowMouseOver:Boolean  [read-only]


Implementation
    public function get allowMouseOver():Boolean
centerPointproperty 
centerPoint:StiPoint  [read-only]


Implementation
    public function get centerPoint():StiPoint
isMouseOverproperty 
isMouseOver:Boolean


Implementation
    public function get isMouseOver():Boolean
    public function set isMouseOver(value:Boolean):void
pointsproperty 
points:Vector.<StiPoint>  [read-only]


Implementation
    public function get points():Vector.<StiPoint>
seriesproperty 
series:IStiSeries  [read-only]


Implementation
    public function get series():IStiSeries
Constructor Detail
StiRadarAreaSeriesGeom()Constructor
public function StiRadarAreaSeriesGeom(series:IStiSeries, points:Vector.<StiPoint>, centerPoint:StiPoint)



Parameters
series:IStiSeries
 
points:Vector.<StiPoint>
 
centerPoint:StiPoint
Method Detail
contains()method
override public function contains(x:Number, y:Number):Boolean

Parameters

x:Number
 
y:Number

Returns
Boolean
draw()method 
override public function draw(context:StiContext):void

Parameters

context:StiContext

invokeMouseEnter()method 
override public function invokeMouseEnter(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseLeave()method 
override public function invokeMouseLeave(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions