Class StiPieSeriesElementGeom
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.StiPieSeriesElementGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction,IStiSeriesElement
-
Field Summary
Fields inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
seriesBrush -
Constructor Summary
ConstructorsConstructorDescriptionStiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, List<StiSegmentGeom> path, List<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius) -
Method Summary
Modifier and TypeMethodDescriptionbooleanContains(double x, double y) voidDraw(StiContext context) Draws area geom object on specified context.final StiColorintgetCount()final doublefinal ArrayList<StiSegmentGeom> getPath()final ArrayList<StiSegmentGeom> final doublefinal doublevoidsetCount(int count) final voidsetEndAngle(double value) final voidsetRadius(double value) final voidsetStartAngle(double value) Methods inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesElementGeom
getAllowMouseOver, getAreaGeom, GetCornerRadius, getElementIndex, getIndex, getInteraction, 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
-
StiPieSeriesElementGeom
public StiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, List<StiSegmentGeom> path, List<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius)
-
-
Method Details
-
getPath
-
getPathLight
-
getBorderColor
-
getStartAngle
public final double getStartAngle() -
setStartAngle
public final void setStartAngle(double value) -
getEndAngle
public final double getEndAngle() -
setEndAngle
public final void setEndAngle(double value) -
getRadius
public final double getRadius() -
setRadius
public final void setRadius(double value) -
getCount
public int getCount() -
setCount
public void setCount(int count) -
GetToolTipPoint
-
Contains
public boolean Contains(double x, double y) - Overrides:
Containsin classStiCellGeom
-
Draw
Draws area geom object on specified context.- Overrides:
Drawin classStiSeriesElementGeom
-