Class StiOutsideFunnelLabelsGeom
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.funnel.StiCenterFunnelLabelsGeom
com.stimulsoft.report.chart.geoms.seriesLabels.funnel.StiOutsideFunnelLabelsGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiPoint startPointLine, StiPoint endPointLine) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.final StiPointfinal StiPointMethods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.funnel.StiCenterFunnelLabelsGeom
getBorderColor, getLabelBrush, getLabelRect, getSeriesBorderColor, getSeriesBrush, getTextMethods 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
-
StiOutsideFunnelLabelsGeom
public StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiPoint startPointLine, StiPoint endPointLine)
-
-
Method Details
-
getStartPointLine
-
getEndPointLine
-
Draw
Draws area geom object on spefied context.- Overrides:
Drawin classStiCenterFunnelLabelsGeom
-