Class StiCenterPieLabelsGeom
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
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
- Direct Known Subclasses:
StiOutsidePieLabelsGeom
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble -
Constructor Summary
ConstructorsConstructorDescriptionStiCenterPieLabelsGeom(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, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.doublegetText()voidsetAngleToUse(double angleToUse) voidsetAnimation(StiAnimation animation) voidsetBorderColor(StiColor borderColor) voidsetLabelBrush(StiBrush labelBrush) voidsetLabelRect(StiRectangle labelRect) voidsetRotationMode(StiRotationMode rotationMode) voidsetSeriesBorderColor(StiColor seriesBorderColor) voidsetSeriesBrush(StiBrush seriesBrush) voidsetSeriesLabelsBrush(StiBrush seriesLabelsBrush) voidMethods 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
-
Field Details
-
seriesBrush
-
borderColor
-
seriesBorderColor
-
seriesLabelsBrush
-
labelBrush
-
text
-
rotationMode
-
labelRect
-
angleToUse
public double angleToUse -
animation
-
-
Constructor Details
-
StiCenterPieLabelsGeom
public StiCenterPieLabelsGeom(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, StiAnimation animation)
-
-
Method Details
-
getSeriesBrush
-
setSeriesBrush
-
getBorderColor
-
setBorderColor
-
getSeriesBorderColor
-
setSeriesBorderColor
-
getSeriesLabelsBrush
-
setSeriesLabelsBrush
-
getLabelBrush
-
setLabelBrush
-
getText
-
setText
-
getRotationMode
-
setRotationMode
-
getLabelRect
-
setLabelRect
-
getAngleToUse
public double getAngleToUse() -
setAngleToUse
public void setAngleToUse(double angleToUse) -
getAnimation
-
setAnimation
-
Draw
Description copied from class:StiSeriesLabelsGeomDraws area geom object on spefied context.- Overrides:
Drawin classStiSeriesLabelsGeom
-