Packagestimulsoft.report.chart.geoms.legend
Classpublic class StiLegendItemGeom
InheritanceStiLegendItemGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  allowMouseOver : Boolean
[read-only]
StiLegendItemGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  colorIndex : int
[read-only]
StiLegendItemGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isMouseOver : Boolean
StiLegendItemGeom
  item : StiLegendItemCoreXF
[read-only]
StiLegendItemGeom
  legend : IStiLegend
[read-only]
StiLegendItemGeom
  legendItemsCount : int
[read-only]
StiLegendItemGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiLegendItemGeom(legend:IStiLegend, item:StiLegendItemCoreXF, clientRectangle:StiRectangle, colorIndex:int, legendItemsCount:int)
StiLegendItemGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiLegendItemGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiLegendItemGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiLegendItemGeom
  
[override]
StiLegendItemGeom
 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
colorIndexproperty 
colorIndex:int  [read-only]


Implementation
    public function get colorIndex():int
isMouseOverproperty 
isMouseOver:Boolean


Implementation
    public function get isMouseOver():Boolean
    public function set isMouseOver(value:Boolean):void
itemproperty 
item:StiLegendItemCoreXF  [read-only]


Implementation
    public function get item():StiLegendItemCoreXF
legendproperty 
legend:IStiLegend  [read-only]


Implementation
    public function get legend():IStiLegend
legendItemsCountproperty 
legendItemsCount:int  [read-only]


Implementation
    public function get legendItemsCount():int
Constructor Detail
StiLegendItemGeom()Constructor
public function StiLegendItemGeom(legend:IStiLegend, item:StiLegendItemCoreXF, clientRectangle:StiRectangle, colorIndex:int, legendItemsCount:int)



Parameters
legend:IStiLegend
 
item:StiLegendItemCoreXF
 
clientRectangle:StiRectangle
 
colorIndex:int
 
legendItemsCount:int
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext

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