Class StiLegendItemGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.legend.StiLegendItemGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiLegendItemGeom(IStiLegend legend, StiLegendItemCoreXF item, StiRectangle clientRectangle, int colorIndex, int legendItemsCount, int legendItemIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.booleanfinal intbooleanfinal StiLegendItemCoreXFgetItem()final IStiLegendfinal intvoidInvokeClick(StiInteractionOptions options) voidInvokeMouseEnter(StiInteractionOptions options) voidInvokeMouseLeave(StiInteractionOptions options) voidsetIsMouseOver(boolean value) Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
LoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObject
-
Constructor Details
-
StiLegendItemGeom
public StiLegendItemGeom(IStiLegend legend, StiLegendItemCoreXF item, StiRectangle clientRectangle, int colorIndex, int legendItemsCount, int legendItemIndex)
-
-
Method Details
-
InvokeMouseEnter
- Specified by:
InvokeMouseEnterin interfaceIStiGeomInteraction- Overrides:
InvokeMouseEnterin classStiCellGeom
-
InvokeMouseLeave
- Specified by:
InvokeMouseLeavein interfaceIStiGeomInteraction- Overrides:
InvokeMouseLeavein classStiCellGeom
-
InvokeClick
- Specified by:
InvokeClickin interfaceIStiGeomInteraction- Overrides:
InvokeClickin classStiCellGeom
-
getAllowMouseOver
public boolean getAllowMouseOver() -
getIsMouseOver
public boolean getIsMouseOver() -
setIsMouseOver
public void setIsMouseOver(boolean value) -
getLegend
-
getItem
-
getColorIndex
public final int getColorIndex() -
getLegendItemsCount
public final int getLegendItemsCount() -
Draw
Draws area geom object on spefied context.- Specified by:
Drawin classStiCellGeom
-