Uses of Class
com.stimulsoft.base.context.chart.StiContext

Packages that use StiContext
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.report.chart.core   
com.stimulsoft.report.chart.core.area   
com.stimulsoft.report.chart.core.area.doughnut   
com.stimulsoft.report.chart.core.area.funnel   
com.stimulsoft.report.chart.core.area.pie   
com.stimulsoft.report.chart.core.area.radar   
com.stimulsoft.report.chart.core.axis   
com.stimulsoft.report.chart.core.chartTitle   
com.stimulsoft.report.chart.core.constantLines   
com.stimulsoft.report.chart.core.legend   
com.stimulsoft.report.chart.core.marker   
com.stimulsoft.report.chart.core.radarAxis   
com.stimulsoft.report.chart.core.series   
com.stimulsoft.report.chart.core.series.bubble   
com.stimulsoft.report.chart.core.series.candlestick   
com.stimulsoft.report.chart.core.series.clusteredBar   
com.stimulsoft.report.chart.core.series.clusteredColumn   
com.stimulsoft.report.chart.core.series.doughnut   
com.stimulsoft.report.chart.core.series.funnel   
com.stimulsoft.report.chart.core.series.gantt   
com.stimulsoft.report.chart.core.series.pie   
com.stimulsoft.report.chart.core.series.radar   
com.stimulsoft.report.chart.core.series.range   
com.stimulsoft.report.chart.core.series.scatter   
com.stimulsoft.report.chart.core.series.stackedBar   
com.stimulsoft.report.chart.core.series.stackedColumn   
com.stimulsoft.report.chart.core.series.stock   
com.stimulsoft.report.chart.core.seriesLabels.axis   
com.stimulsoft.report.chart.core.seriesLabels.funnel   
com.stimulsoft.report.chart.core.seriesLabels.pie   
com.stimulsoft.report.chart.core.strips   
com.stimulsoft.report.chart.core.styles   
com.stimulsoft.report.chart.core.table   
com.stimulsoft.report.chart.geoms   
com.stimulsoft.report.chart.geoms.areas   
com.stimulsoft.report.chart.geoms.axis   
com.stimulsoft.report.chart.geoms.axis.scrollBars   
com.stimulsoft.report.chart.geoms.chartTitle   
com.stimulsoft.report.chart.geoms.constantLines   
com.stimulsoft.report.chart.geoms.legend   
com.stimulsoft.report.chart.geoms.marker   
com.stimulsoft.report.chart.geoms.radarAxis   
com.stimulsoft.report.chart.geoms.series   
com.stimulsoft.report.chart.geoms.series.bubble   
com.stimulsoft.report.chart.geoms.series.clusteredBar   
com.stimulsoft.report.chart.geoms.series.clusteredColumn   
com.stimulsoft.report.chart.geoms.series.doughnut   
com.stimulsoft.report.chart.geoms.series.financial   
com.stimulsoft.report.chart.geoms.series.funnel   
com.stimulsoft.report.chart.geoms.series.gantt   
com.stimulsoft.report.chart.geoms.series.pie   
com.stimulsoft.report.chart.geoms.series.radar   
com.stimulsoft.report.chart.geoms.series.range   
com.stimulsoft.report.chart.geoms.series.scatter   
com.stimulsoft.report.chart.geoms.series.stackedBar   
com.stimulsoft.report.chart.geoms.series.stackedColumn   
com.stimulsoft.report.chart.geoms.seriesLabels   
com.stimulsoft.report.chart.geoms.seriesLabels.axis   
com.stimulsoft.report.chart.geoms.seriesLabels.funnel   
com.stimulsoft.report.chart.geoms.seriesLabels.pie   
com.stimulsoft.report.chart.geoms.strips   
com.stimulsoft.report.chart.geoms.table   
com.stimulsoft.report.chart.geoms.trendLines   
com.stimulsoft.report.chart.interfaces.legend   
com.stimulsoft.report.painters   
com.stimulsoft.report.painters.cell   
com.stimulsoft.report.painters.components   
 

Uses of StiContext in com.stimulsoft.base.context.chart
 

Methods in com.stimulsoft.base.context.chart that return StiContext
 StiContext StiContext.CreateShadowGraphics()
           
 StiContext IStiContextPainter.createShadowGraphics(boolean isPrinting, float zoom)
           
 

Methods in com.stimulsoft.base.context.chart with parameters of type StiContext
 void StiContext.DrawShadow(StiContext sg, StiRectangle rect, double radius)
           
 

Uses of StiContext in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiContext
 StiContext StiShadowGeom.getShadowContext()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiContext
 void StiShadowGeom.setShadowContext(StiContext shadowContext)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiContext
StiShadowGeom(StiContext shadowContext, StiRectangle rect, double radius)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core
 

Methods in com.stimulsoft.report.chart.core with parameters of type StiContext
 StiCellGeom StiChartCoreXF.Render(StiContext context, StiRectangle rect, boolean useMargins)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.area
 

Methods in com.stimulsoft.report.chart.core.area with parameters of type StiContext
 StiCellGeom StiAxisAreaCoreXF.Render(StiContext context, StiRectangle rect)
           
abstract  StiCellGeom StiAreaCoreXF.Render(StiContext context, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.area.doughnut
 

Methods in com.stimulsoft.report.chart.core.area.doughnut with parameters of type StiContext
 StiCellGeom StiDoughnutAreaCoreXF.Render(StiContext context, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.area.funnel
 

Methods in com.stimulsoft.report.chart.core.area.funnel with parameters of type StiContext
 StiCellGeom StiFunnelAreaCoreXF.Render(StiContext context, StiRectangle rect)
           
 void StiFunnelAreaCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, java.util.ArrayList<IStiSeries> seriesCollection)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.area.pie
 

Methods in com.stimulsoft.report.chart.core.area.pie with parameters of type StiContext
 StiCellGeom StiPieAreaCoreXF.Render(StiContext context, StiRectangle rect)
           
 void StiPieAreaCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, java.util.ArrayList<IStiSeries> seriesCollection)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.area.radar
 

Methods in com.stimulsoft.report.chart.core.area.radar with parameters of type StiContext
 StiRectangle StiRadarAreaCoreXF.MeasureLabels(StiContext context, StiRectangle rect)
           
 StiCellGeom StiRadarAreaCoreXF.Render(StiContext context, StiRectangle areaRect)
           
 void StiRadarAreaCoreXF.RenderArguments(StiContext context, StiRadarAreaGeom geom, IStiSeries series)
           
 void StiRadarAreaCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, java.util.ArrayList<IStiSeries> seriesCollection)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.axis
 

Methods in com.stimulsoft.report.chart.core.axis with parameters of type StiContext
 StiRectangle StiYAxisCoreXF.GetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing, boolean includeScrollBar)
           
 StiRectangle StiXAxisCoreXF.GetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsWidth, boolean isDrawing, boolean includeScrollBar)
           
 StiRectangle StiYAxisCoreXF.GetCenterAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing)
           
 StiRectangle StiXAxisCoreXF.GetCenterAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing)
           
 StiFontGeom StiAxisCoreXF.GetFontGeom(StiContext context)
           
 StiStringFormatGeom StiAxisCoreXF.GetStringFormatGeom(StiContext context)
           
 StiCellGeom StiYAxisCoreXF.Render(StiContext context, StiRectangle rect)
           
 StiCellGeom StiXAxisCoreXF.Render(StiContext context, StiRectangle rect)
           
abstract  StiCellGeom StiAxisCoreXF.Render(StiContext context, StiRectangle rect)
           
 StiCellGeom StiYAxisCoreXF.RenderCenter(StiContext context, StiRectangle rect)
           
 StiCellGeom StiXAxisCoreXF.RenderCenter(StiContext context, StiRectangle rect)
           
 StiCellGeom StiYAxisCoreXF.RenderCenterView(StiContext context, StiRectangle rect)
           
 StiCellGeom StiXAxisCoreXF.RenderCenterView(StiContext context, StiRectangle rect)
           
 void StiXAxisCoreXF.RenderScrollBar(StiContext context, StiRectangle axisRect, StiXAxisViewGeom axisGeom)
           
 void StiYAxisCoreXF.RenderScrollBar(StiContext context, StiRectangle axisRect, StiYAxisViewGeom axisGeom)
           
 StiCellGeom StiYAxisCoreXF.RenderView(StiContext context, StiRectangle rect)
           
 StiCellGeom StiXAxisCoreXF.RenderView(StiContext context, StiRectangle rect)
           
abstract  StiCellGeom StiAxisCoreXF.RenderView(StiContext context, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.chartTitle
 

Methods in com.stimulsoft.report.chart.core.chartTitle with parameters of type StiContext
 StiCellGeom StiChartTitleCoreXF.Render(StiContext context, IStiChartTitle chartTitle, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.constantLines
 

Methods in com.stimulsoft.report.chart.core.constantLines with parameters of type StiContext
 void StiConstantLinesCoreXF.Render(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void StiConstantLinesCoreXF.RenderXConstantLines(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void StiConstantLinesCoreXF.RenderYConstantLines(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.legend
 

Methods in com.stimulsoft.report.chart.core.legend with parameters of type StiContext
 StiSize StiLegendCoreXF.getItemRealSize(StiContext context, StiLegendItemCoreXF seriesItem)
           
 StiSize StiLegendCoreXF.GetItemSize(StiContext context, java.util.ArrayList<StiLegendItemCoreXF> seriesItems, StiLegendItemCoreXF seriesItem)
           
 StiSize StiLegendCoreXF.GetItemSize(StiContext context, java.util.ArrayList seriesItems, int seriesIndex)
           
 StiSize StiLegendCoreXF.GetItemsSize(StiContext context, java.util.ArrayList<StiLegendItemCoreXF> seriesItems)
           
 StiSize StiLegendCoreXF.GetLegendSize(StiContext context, StiRectangle rect, StiRefObject<java.lang.Integer> countColumns, StiRefObject<java.lang.Integer> countRows)
           
 StiSize StiLegendCoreXF.GetSeriesSize(StiContext context, StiRectangle rect, StiRefObject<java.lang.Integer> countColumns, StiRefObject<java.lang.Integer> countRows)
           
 StiSize StiLegendCoreXF.GetTitleSize(StiContext context)
           
 StiCellGeom StiLegendCoreXF.Render(StiContext context, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.marker
 

Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiContext
 void StiMarkerCoreXF.Draw(StiContext context, IStiMarker marker, StiPoint position, float zoom, boolean showShadow, boolean isMouseOver, boolean isAnimation, java.lang.String toolTip, java.lang.Object tag, StiInteractionDataGeom interaction)
           
 void StiMarkerCoreXF.DrawLine(StiContext context, float x1, float y1, float x2, float y2, float scale, StiBrush brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void StiMarkerCoreXF.DrawLines(StiContext context, StiPoint[] points, float scale, java.lang.Object brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void StiMarkerCoreXF.DrawMarkers(StiContext context, StiPoint[] points, boolean showShadow)
           
 void StiMarkerCoreXF.DrawPoint(StiContext context, double x, double y, double scale, java.lang.Object brush, StiPenGeom pen, StiMarkerType markerType, double markerSize, double angle, boolean isMouseOver, boolean isAnimation, java.lang.String toolTip, java.lang.Object tag, StiInteractionDataGeom interaction)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.radarAxis
 

Methods in com.stimulsoft.report.chart.core.radarAxis with parameters of type StiContext
 StiRectangle StiYRadarAxisCoreXF.GetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing)
           
 StiFontGeom StiYRadarAxisCoreXF.GetFontGeom(StiContext context)
           
 StiRectangle StiXRadarAxisCoreXF.GetLabelRect(StiContext context, StiPoint point, java.lang.String text, float angle)
           
 StiStringFormatGeom StiYRadarAxisCoreXF.GetStringFormatGeom(StiContext context)
           
 StiCellGeom StiYRadarAxisCoreXF.Render(StiContext context, StiRectangle rect)
           
 StiXRadarAxisLabelGeom StiXRadarAxisCoreXF.RenderLabel(StiContext context, IStiSeries series, StiPoint point, java.lang.Object argument, float angle, int colorIndex, int colorCount)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series
 

Methods in com.stimulsoft.report.chart.core.series with parameters of type StiContext
 void StiSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.bubble
 

Methods in com.stimulsoft.report.chart.core.series.bubble with parameters of type StiContext
 void StiBubbleSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.candlestick
 

Methods in com.stimulsoft.report.chart.core.series.candlestick with parameters of type StiContext
 void StiCandlestickSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.clusteredBar
 

Methods in com.stimulsoft.report.chart.core.series.clusteredBar with parameters of type StiContext
 void StiClusteredBarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.core.series.clusteredColumn with parameters of type StiContext
 void StiClusteredColumnSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiBaseLineSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.doughnut
 

Methods in com.stimulsoft.report.chart.core.series.doughnut with parameters of type StiContext
 void StiDoughnutSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.funnel
 

Methods in com.stimulsoft.report.chart.core.series.funnel with parameters of type StiContext
 void StiFunnelSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.gantt
 

Methods in com.stimulsoft.report.chart.core.series.gantt with parameters of type StiContext
 void StiGanttSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.pie
 

Methods in com.stimulsoft.report.chart.core.series.pie with parameters of type StiContext
 void StiPieSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.radar
 

Methods in com.stimulsoft.report.chart.core.series.radar with parameters of type StiContext
 void StiRadarSeriesCoreXF.RenderAreas(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsFrom, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void StiRadarAreaSeriesCoreXF.RenderAreas(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsFrom, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void StiRadarSeriesCoreXF.RenderLines(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsFrom, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void StiRadarLineSeriesCoreXF.RenderLines(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsStart, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void StiRadarAreaSeriesCoreXF.RenderLines(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsFrom, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void StiRadarSeriesCoreXF.RenderPoints(StiContext context, IStiRadarSeries series, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void StiRadarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.range
 

Methods in com.stimulsoft.report.chart.core.series.range with parameters of type StiContext
 void StiSteppedRangeSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiSplineRangeSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiRangeSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiRangeBarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.scatter
 

Methods in com.stimulsoft.report.chart.core.series.scatter with parameters of type StiContext
 void StiScatterSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.stackedBar
 

Methods in com.stimulsoft.report.chart.core.series.stackedBar with parameters of type StiContext
 void StiStackedBarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.core.series.stackedColumn with parameters of type StiContext
 void StiStackedColumnSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiStackedBaseLineSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.series.stock
 

Methods in com.stimulsoft.report.chart.core.series.stock with parameters of type StiContext
 void StiStockSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.axis with parameters of type StiContext
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiOutsideAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
abstract  StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.seriesLabels.funnel
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.funnel with parameters of type StiContext
 StiSeriesLabelsGeom StiOutsideRightFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 StiSeriesLabelsGeom StiOutsideLeftFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
abstract  StiSeriesLabelsGeom StiFunnelSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 StiSeriesLabelsGeom StiCenterFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.pie with parameters of type StiContext
 StiRectangle StiCenterPieLabelsCoreXF.GetLabelRect(StiContext context, StiPoint labelPoint, java.lang.String labelText, StiFontGeom font, StiStringFormatGeom sf)
           
 StiSeriesLabelsGeom StiTwoColumnsPieLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
abstract  StiSeriesLabelsGeom StiPieSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
 StiSeriesLabelsGeom StiCenterPieLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.strips
 

Methods in com.stimulsoft.report.chart.core.strips with parameters of type StiContext
 void StiStripsCoreXF.Render(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void StiStripsCoreXF.RenderXStrips(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void StiStripsCoreXF.RenderYStrips(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.styles
 

Methods in com.stimulsoft.report.chart.core.styles with parameters of type StiContext
 void StiStyleCoreXF18.FillColumn(StiContext context, StiRectangle rect, StiBrush brush, StiInteractionDataGeom interaction)
           
 void StiStyleCoreXF.FillColumn(StiContext context, StiRectangle rect, StiBrush brush, StiInteractionDataGeom interaction)
           
 void StiStyleCoreXF.FillColumn(StiContext context, StiRectangle rect, StiBrush brush, StiInteractionDataGeom interaction, int elementIndex)
           
 

Uses of StiContext in com.stimulsoft.report.chart.core.table
 

Methods in com.stimulsoft.report.chart.core.table with parameters of type StiContext
 double StiChartTableCore.GetHeightTable(StiContext context)
           
 double StiChartTableCore.GetWidthCellLegend(StiContext context)
           
 StiCellGeom StiChartTableCore.Render(StiContext context, StiRectangle rect, java.lang.String[][] table)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms
 

Methods in com.stimulsoft.report.chart.geoms with parameters of type StiContext
 void StiChartGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
abstract  void StiCellGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiCellGeom.DrawChildGeoms(StiContext context)
           
static void StiNullableDrawing.DrawCurve(StiContext context, StiPenGeom penGeom, StiPoint[] points, float tension)
           
static void StiNullableDrawing.DrawCurve(StiContext context, StiPenGeom penGeom, StiPoint[] points, float tension, boolean isAnimation)
           
static void StiNullableDrawing.DrawCurve(StiContext context, StiPenGeom penGeom, StiPoint[] pointsStart, StiPoint[] points, float tension, boolean isAnimation)
           
 void StiCellGeom.DrawGeom(StiContext context)
          Draws area geom object with all child geom objects on spefied context.
static void StiNullableDrawing.DrawLines(StiContext context, StiPenGeom penGeom, StiPoint[] points)
           
static void StiNullableDrawing.DrawLines(StiContext context, StiPenGeom penGeom, StiPoint[] points, boolean isAnimation)
           
static void StiNullableDrawing.DrawLines(StiContext context, StiPenGeom penGeom, StiPoint[] pointsStart, StiPoint[] points, boolean isAnimation)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.areas
 

Methods in com.stimulsoft.report.chart.geoms.areas with parameters of type StiContext
 void StiRadarAreaGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiPieAreaGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiAxisAreaGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiAreaGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiAxisAreaViewGeom.DrawChildGeoms(StiContext context)
           
 void StiAxisAreaViewGeom.DrawGeom(StiContext context)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.axis
 

Methods in com.stimulsoft.report.chart.geoms.axis with parameters of type StiContext
 void StiYAxisViewGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiYAxisGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiXAxisViewGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiXAxisGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiAxisTitleGeom.Draw(StiContext context)
           
 void StiAxisLabelGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiYAxisViewGeom.DrawChildGeoms(StiContext context)
          Draws area geom object with all child geom objects on spefied context.
 void StiXAxisViewGeom.DrawChildGeoms(StiContext context)
          Draws area geom object with all child geom objects on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.axis.scrollBars
 

Methods in com.stimulsoft.report.chart.geoms.axis.scrollBars with parameters of type StiContext
 void StiVertTrackBarGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiVertScrollBarGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiUpButtonGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiRightButtonGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiLeftButtonGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiHorzTrackBarGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiHorzScrollBarGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 void StiDownButtonGeom.Draw(StiContext context)
          Draws cell geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.chartTitle
 

Methods in com.stimulsoft.report.chart.geoms.chartTitle with parameters of type StiContext
 void StiChartTitleGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.constantLines
 

Methods in com.stimulsoft.report.chart.geoms.constantLines with parameters of type StiContext
 void StiConstantLinesYGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiConstantLinesVerticalGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.legend
 

Methods in com.stimulsoft.report.chart.geoms.legend with parameters of type StiContext
 void StiLegendTitleGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiLegendItemGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiLegendGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.marker
 

Methods in com.stimulsoft.report.chart.geoms.marker with parameters of type StiContext
 void StiMarkerGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiLegendStockMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendPieMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendLineMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int elementIndex)
           
 void StiLegendFunnelMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendDoughnutMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendColumnMarker.Draw(StiContext context, IStiSeries series, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendCandelstickMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendAreaMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.radarAxis
 

Methods in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiContext
 void StiYRadarAxisLabelGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiXRadarAxisLabelGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiRadarAxisGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series
 

Methods in com.stimulsoft.report.chart.geoms.series with parameters of type StiContext
 void StiSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.bubble
 

Methods in com.stimulsoft.report.chart.geoms.series.bubble with parameters of type StiContext
 void StiBubbleSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.clusteredBar
 

Methods in com.stimulsoft.report.chart.geoms.series.clusteredBar with parameters of type StiContext
 void StiClusteredBarSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiContext
 void StiSteppedLineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiSteppedAreaSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiSplineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiSplineAreaSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiLineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiClusteredColumnSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiBaseLineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiAreaSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.doughnut
 

Methods in com.stimulsoft.report.chart.geoms.series.doughnut with parameters of type StiContext
 void StiDoughnutSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.financial
 

Methods in com.stimulsoft.report.chart.geoms.series.financial with parameters of type StiContext
 void StiStockSeriesElementGeom.Draw(StiContext context)
           
 void StiFinancialSeriesElementGeom.Draw(StiContext context)
           
 void StiCandlestickSeriesElementGeom.Draw(StiContext context)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.funnel
 

Methods in com.stimulsoft.report.chart.geoms.series.funnel with parameters of type StiContext
 void StiFunnelSeriesElementGeom.Draw(StiContext context)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.gantt
 

Methods in com.stimulsoft.report.chart.geoms.series.gantt with parameters of type StiContext
 void StiGanttSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.pie
 

Methods in com.stimulsoft.report.chart.geoms.series.pie that return StiContext
 StiContext StiPieSeriesShadowElementGeom.getShadowContext()
           
 

Methods in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiContext
 void StiPieSeriesShadowElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiPieSeriesFullElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiPieSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Constructors in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiContext
StiPieSeriesShadowElementGeom(IStiPieSeries series, StiRectangle clientRectangle, double radius, StiContext shadowContext, java.lang.Integer duration, java.lang.Integer beginTime)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.radar
 

Methods in com.stimulsoft.report.chart.geoms.series.radar with parameters of type StiContext
 void StiRadarPointSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiRadarAreaSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.range
 

Methods in com.stimulsoft.report.chart.geoms.series.range with parameters of type StiContext
 void StiSteppedRangeSeriesGeom.Draw(StiContext context)
           
 void StiSplineRangeSeriesGeom.Draw(StiContext context)
           
 void StiRangeSeriesGeom.Draw(StiContext context)
           
 void StiRangeBarElementGeom.Draw(StiContext context)
           
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.scatter
 

Methods in com.stimulsoft.report.chart.geoms.series.scatter with parameters of type StiContext
 void StiScatterSplineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.stackedBar
 

Methods in com.stimulsoft.report.chart.geoms.series.stackedBar with parameters of type StiContext
 void StiStackedBarSeriesShadowElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedBarSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type StiContext
 void StiStackedSplineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedSplineAreaSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedLineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedColumnSeriesShadowElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedColumnSeriesElementGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedBaseLineSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStackedAreaSeriesGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.seriesLabels
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels with parameters of type StiContext
 void StiSeriesLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiContext
 void StiOutsideAxisLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiCenterAxisLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.seriesLabels.funnel
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type StiContext
 void StiOutsideFunnelLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiCenterFunnelLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiContext
 void StiTwoColumnsPieLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiOutsidePieLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiCenterPieLabelsGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.strips
 

Methods in com.stimulsoft.report.chart.geoms.strips with parameters of type StiContext
 void StiStripsYGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiStripsXGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.table
 

Methods in com.stimulsoft.report.chart.geoms.table with parameters of type StiContext
 void StiChartTableGeom.Draw(StiContext context)
          Draws table geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.geoms.trendLines
 

Methods in com.stimulsoft.report.chart.geoms.trendLines with parameters of type StiContext
 void StiTrendLineGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 void StiTrendCurveGeom.Draw(StiContext context)
          Draws area geom object on spefied context.
 

Uses of StiContext in com.stimulsoft.report.chart.interfaces.legend
 

Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiContext
 void IStiLegendMarker.Draw(StiContext context, IStiSeries series, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 

Uses of StiContext in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters that return StiContext
 StiContext StiContextPainter.createShadowGraphics(boolean isPrinting, float zoom)
           
 

Uses of StiContext in com.stimulsoft.report.painters.cell
 

Methods in com.stimulsoft.report.painters.cell with parameters of type StiContext
static void StiLineSparklinesCellPainter.draw(StiContext context, StiRectangle rect, double[] array, double zoom, double pageZoom, StiColor sparklineColor, boolean showArea, boolean showFirstLastMarker, boolean showHighLowMarker)
           
static void StiWinLossSparklinesCellPainter.draw(StiContext context, StiRectangle rect, double[] array, StiColor positiveColor, StiColor negativeColor)
           
static void StiColumnSparklinesCellPainter.draw(StiContext context, StiRectangle rect, double[] array, StiColor positiveColor, StiColor negativeColor)
           
 

Uses of StiContext in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiContext
static void StiSparklinePainter.RenderSparkline(StiContext context, StiRectangle rect, StiSparkline sparkline, double zoom, double pageZoom)