Class StiPie3dMainSideSeriesElementGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
com.stimulsoft.report.chart.geoms.series.pie.StiPie3dMainSideSeriesElementGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction,IStiSeriesElement
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
seriesBrush -
Constructor Summary
ConstructorsConstructorDescriptionStiPie3dMainSideSeriesElementGeom(StiPie3dSlice pie3DSlice, StiAreaGeom areaGeom, double value, int index, int count, IStiSeries series, StiRectangle clientRectangle, StiColor borderColor, StiBrush brush, float startAngle, float sweepAngle) -
Method Summary
Modifier and TypeMethodDescriptionbooleanContains(double px, double py) voidDraw(StiContext context) Draws area geom object on spefied context.final StiPie3dSliceMethods inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
getAllowMouseOver, getAreaGeom, GetCornerRadius, getElementIndex, getIndex, getInteractionData, getIsMouseOver, getSeries, GetSeriesBorderThickness, GetToolTip, getValue, InvokeClick, InvokeMouseEnter, InvokeMouseLeave, isSelected, setAreaGeom, setElementIndex, setInteraction, setIsMouseOverMethods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, 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
-
StiPie3dMainSideSeriesElementGeom
public StiPie3dMainSideSeriesElementGeom(StiPie3dSlice pie3DSlice, StiAreaGeom areaGeom, double value, int index, int count, IStiSeries series, StiRectangle clientRectangle, StiColor borderColor, StiBrush brush, float startAngle, float sweepAngle)
-
-
Method Details
-
getInteraction
- Overrides:
getInteractionin classStiSeriesElementGeom
-
getPie3DSlice
-
Contains
public boolean Contains(double px, double py) - Overrides:
Containsin classStiCellGeom
-
Draw
Description copied from class:StiSeriesElementGeomDraws area geom object on spefied context.- Overrides:
Drawin classStiSeriesElementGeom
-