Class StiOutsidePieLabelsGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
com.stimulsoft.report.chart.geoms.seriesLabels.pie.StiCenterPieLabelsGeom
com.stimulsoft.report.chart.geoms.seriesLabels.pie.StiOutsidePieLabelsGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Field Summary
Fields inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.pie.StiCenterPieLabelsGeom
angleToUse, animation, borderColor, labelBrush, labelRect, rotationMode, seriesBorderColor, seriesBrush, seriesLabelsBrush, text -
Constructor Summary
ConstructorsConstructorDescriptionStiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiColor lineColor, StiPoint labelPoint, StiPoint startPoint) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.final StiPointfinal StiColorfinal StiPointMethods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.pie.StiCenterPieLabelsGeom
getAngleToUse, getAnimation, getBorderColor, getLabelBrush, getLabelRect, getRotationMode, getSeriesBorderColor, getSeriesBrush, getSeriesLabelsBrush, getText, setAngleToUse, setAnimation, setBorderColor, setLabelBrush, setLabelRect, setRotationMode, setSeriesBorderColor, setSeriesBrush, setSeriesLabelsBrush, setTextMethods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
DrawMarker, getAllowMouseOver, getBeginTime, getDuration, getIndex, getIsMouseOver, getSeries, getSeriesLabels, getValue, InvokeMouseEnter, InvokeMouseLeave, setBeginTime, setDuration, setIsMouseOverMethods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, 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
-
StiOutsidePieLabelsGeom
public StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiColor lineColor, StiPoint labelPoint, StiPoint startPoint)
-
-
Method Details
-
getLineColor
-
getLabelPoint
-
getStartPoint
-
Draw
Draws area geom object on spefied context.- Overrides:
Drawin classStiCenterPieLabelsGeom
-