Class StiTwoColumnsPieLabelsGeom
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.StiTwoColumnsPieLabelsGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionStiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiColor lineColor, StiPoint startPoint, StiPoint endPoint, StiPoint arcPoint, StiPoint centerPie, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.protected voidDrawMarker(StiContext context, StiRectangle itemRect, StiColor markerColor, StiBrush markerBrush) getText()voidsetAnimation(StiAnimation animation) voidsetArcPoint(StiPoint arcPoint) voidsetBorderColor(StiColor borderColor) voidsetCenterPie(StiPoint centerPie) voidsetEndPoint(StiPoint endPoint) voidsetLabelBrush(StiBrush labelBrush) voidsetLabelRect(StiRectangle labelRect) voidsetLineColor(StiColor lineColor) voidsetSeriesBorderColor(StiColor seriesBorderColor) voidsetSeriesBrush(StiBrush seriesBrush) voidsetSeriesLabelsBrush(StiBrush seriesLabelsBrush) voidsetStartPoint(StiPoint startPoint) 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
-
labelBrush
-
seriesLabelsBrush
-
text
-
labelRect
-
lineColor
-
startPoint
-
endPoint
-
arcPoint
-
centerPie
-
animation
-
-
Constructor Details
-
StiTwoColumnsPieLabelsGeom
public StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiColor lineColor, StiPoint startPoint, StiPoint endPoint, StiPoint arcPoint, StiPoint centerPie, StiAnimation animation)
-
-
Method Details
-
getSeriesBrush
-
setSeriesBrush
-
getBorderColor
-
setBorderColor
-
getSeriesBorderColor
-
setSeriesBorderColor
-
getLabelBrush
-
setLabelBrush
-
getSeriesLabelsBrush
-
setSeriesLabelsBrush
-
getText
-
setText
-
getLabelRect
-
setLabelRect
-
getLineColor
-
setLineColor
-
getStartPoint
-
setStartPoint
-
getEndPoint
-
setEndPoint
-
getArcPoint
-
setArcPoint
-
getCenterPie
-
setCenterPie
-
getAnimation
-
setAnimation
-
Draw
Description copied from class:StiSeriesLabelsGeomDraws area geom object on spefied context.- Overrides:
Drawin classStiSeriesLabelsGeom
-
DrawMarker
protected void DrawMarker(StiContext context, StiRectangle itemRect, StiColor markerColor, StiBrush markerBrush)
-