Packagestimulsoft.report.chart.geoms.marker
Classpublic class StiMarkerGeom
InheritanceStiMarkerGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  allowMouseOver : Boolean
[read-only]
StiMarkerGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  index : int
[read-only]
StiMarkerGeom
  interaction : StiSeriesInteractionData
StiMarkerGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isMouseOver : Boolean
StiMarkerGeom
  marker : IStiMarker
[read-only]
StiMarkerGeom
  point : StiPoint
[read-only]
StiMarkerGeom
  series : IStiSeries
[read-only]
StiMarkerGeom
  showShadow : Boolean
[read-only]
StiMarkerGeom
 Inheritedtype : int
[read-only]
StiGeom
  value : Number
[read-only]
StiMarkerGeom
Public Methods
 MethodDefined By
  
StiMarkerGeom(series:IStiSeries, index:int, value:Number, point:StiPoint, marker:IStiMarker, showShadow:Boolean, zoom:Number)
StiMarkerGeom
  
contains(x:Number, y:Number):Boolean
[override]
StiMarkerGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiMarkerGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
  
StiMarkerGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiMarkerGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiMarkerGeom
  
[override]
StiMarkerGeom
 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
indexproperty 
index:int  [read-only]


Implementation
    public function get index():int
interactionproperty 
interaction:StiSeriesInteractionData


Implementation
    public function get interaction():StiSeriesInteractionData
    public function set interaction(value:StiSeriesInteractionData):void
isMouseOverproperty 
isMouseOver:Boolean


Implementation
    public function get isMouseOver():Boolean
    public function set isMouseOver(value:Boolean):void
markerproperty 
marker:IStiMarker  [read-only]


Implementation
    public function get marker():IStiMarker
pointproperty 
point:StiPoint  [read-only]


Implementation
    public function get point():StiPoint
seriesproperty 
series:IStiSeries  [read-only]


Implementation
    public function get series():IStiSeries
showShadowproperty 
showShadow:Boolean  [read-only]


Implementation
    public function get showShadow():Boolean
valueproperty 
value:Number  [read-only]


Implementation
    public function get value():Number
Constructor Detail
StiMarkerGeom()Constructor
public function StiMarkerGeom(series:IStiSeries, index:int, value:Number, point:StiPoint, marker:IStiMarker, showShadow:Boolean, zoom:Number)



Parameters
series:IStiSeries
 
index:int
 
value:Number
 
point:StiPoint
 
marker:IStiMarker
 
showShadow:Boolean
 
zoom:Number
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

getMouseOverRect()method 
public function getMouseOverRect():StiRectangle

Returns
StiRectangle
invokeClick()method 
override public function invokeClick(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

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

Parameters

options:StiInteractionOptions

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

Parameters

options:StiInteractionOptions