Uses of Class
com.stimulsoft.base.system.StiRefObject

Packages that use StiRefObject
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.core.area   
com.stimulsoft.report.chart.core.area.radar   
com.stimulsoft.report.chart.core.legend   
com.stimulsoft.report.chart.core.seriesLabels.funnel   
com.stimulsoft.report.chart.core.seriesLabels.pie   
com.stimulsoft.report.chart.geoms   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.components.table   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.engine   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.helpers   
com.stimulsoft.report.infographics.gauge.interfaces   
com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry   
com.stimulsoft.report.maps   
 

Uses of StiRefObject in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart with parameters of type StiRefObject
 EngineOptions.Image StiChart.GetImage(StiRefObject<java.lang.Float> zoom)
           
 EngineOptions.Image StiChart.GetImage(StiRefObject<java.lang.Float> zoom, StiExportFormat format)
           
 

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

Methods in com.stimulsoft.report.chart.core.area with parameters of type StiRefObject
 void StiAxisAreaCoreXF.CalculatePositions(IStiAxis axis, StiRefObject<java.util.ArrayList<StiStripPositionXF>> collection, int step)
          Fill specified collection with values from axis.Info.StripPositions and with taken in consideration step argument.
 

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

Methods in com.stimulsoft.report.chart.core.area.radar with parameters of type StiRefObject
 void StiRadarAreaCoreXF.CalculatePositions(IStiYRadarAxis axis, StiRefObject<java.util.ArrayList<StiStripPositionXF>> collection, int step)
          Fill specified collection with values from axis.Info.StripPositions and with taken in consideration step argument.
 

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

Methods in com.stimulsoft.report.chart.core.legend with parameters of type StiRefObject
 java.util.ArrayList StiLegendCoreXF.GetLegendItems(StiRefObject<java.lang.Integer> count)
           
 StiSize StiLegendCoreXF.GetLegendSize(StiContext context, StiRectangle rect, StiRefObject<java.lang.Integer> countColumns, StiRefObject<java.lang.Integer> countRows)
           
 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.GetSeriesSize(StiContext context, StiRectangle rect, StiRefObject<java.lang.Integer> countColumns, StiRefObject<java.lang.Integer> countRows)
           
 

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

Methods in com.stimulsoft.report.chart.core.seriesLabels.funnel with parameters of type StiRefObject
 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 StiRefObject in com.stimulsoft.report.chart.core.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.pie with parameters of type StiRefObject
 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 StiRefObject in com.stimulsoft.report.chart.geoms
 

Methods in com.stimulsoft.report.chart.geoms with parameters of type StiRefObject
static void StiNullableDrawing.GetPointsList(StiPoint[] points1, StiPoint[] points2, StiRefObject<java.util.ArrayList<StiPoint[]>> list1, StiRefObject<java.util.ArrayList<StiPoint[]>> list2)
           
static void StiNullableDrawing.GetPointsList(StiPoint[] points1, StiPoint[] points2, StiRefObject<java.util.ArrayList<StiPoint[]>> list1, StiRefObject<java.util.ArrayList<StiPoint[]>> list2)
           
 

Uses of StiRefObject in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components with parameters of type StiRefObject
 java.awt.image.BufferedImage StiWatermark.getBufferedImage(StiReport report, StiRectangle rect, StiRefObject<byte[]> imgBytes)
           
 

Uses of StiRefObject in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiRefObject
 boolean StiStaticBand.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divLine)
          Divides content of components in two parts.
 boolean StiReportTitleBand.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divLine)
          Divides content of components in two parts.
 boolean StiDynamicBand.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divLine)
          Divides content of components in two parts.
 

Uses of StiRefObject in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiRefObject
 boolean StiContainer.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divideLine)
          Divides content of components in two parts.
 StiSize StiContainer.getActualSize(boolean isFirstPass, StiRefObject<java.lang.Boolean> needSecondPass)
           
 

Uses of StiRefObject in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiRefObject
 boolean IStiBreakable.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divideLine)
          Divides content of components in two parts.
 

Uses of StiRefObject in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiRefObject
 boolean StiText.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divideLine)
          Occurs when the ExcelValue is calculated.
 boolean StiRichText.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divideLine)
           
 boolean StiImage.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divideLine)
           
 boolean StiCheckBox.Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divideLine)
          Divides content of components in two parts.
 

Uses of StiRefObject in com.stimulsoft.report.components.table
 

Methods in com.stimulsoft.report.components.table with parameters of type StiRefObject
 java.util.ArrayList<java.lang.Integer> StiTable.createJoin(StiRefObject<java.lang.Double> sumWidth, StiRefObject<java.lang.Double> sumHeight, StiRefObject<java.lang.Integer> joinWidth, StiRefObject<java.lang.Integer> joinHeight)
          Join of the allocated cells
 java.util.ArrayList<java.lang.Integer> StiTable.createJoin(StiRefObject<java.lang.Double> sumWidth, StiRefObject<java.lang.Double> sumHeight, StiRefObject<java.lang.Integer> joinWidth, StiRefObject<java.lang.Integer> joinHeight)
          Join of the allocated cells
 java.util.ArrayList<java.lang.Integer> StiTable.createJoin(StiRefObject<java.lang.Double> sumWidth, StiRefObject<java.lang.Double> sumHeight, StiRefObject<java.lang.Integer> joinWidth, StiRefObject<java.lang.Integer> joinHeight)
          Join of the allocated cells
 java.util.ArrayList<java.lang.Integer> StiTable.createJoin(StiRefObject<java.lang.Double> sumWidth, StiRefObject<java.lang.Double> sumHeight, StiRefObject<java.lang.Integer> joinWidth, StiRefObject<java.lang.Integer> joinHeight)
          Join of the allocated cells
 

Uses of StiRefObject in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiRefObject
static void StiCrossTabHelper.CalculateMaxAndMin(StiContainer outContainer, StiRefObject<java.lang.Double> maxLeft, StiRefObject<java.lang.Double> maxRight, int startIndex)
           
static void StiCrossTabHelper.CalculateMaxAndMin(StiContainer outContainer, StiRefObject<java.lang.Double> maxLeft, StiRefObject<java.lang.Double> maxRight, int startIndex)
           
 

Uses of StiRefObject in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine with parameters of type StiRefObject
static boolean StiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<java.lang.Boolean> modified)
           
static IStiGeomInteraction StiChartInteractionHelper.GetInteraction(StiChart chart, StiRectangle chartRect, float x, float y, StiRefObject<StiCellGeom> chartGeom, float zoom)
          Returns IStiGeomInteraction object for specified chart at specified x and y location.
 

Uses of StiRefObject in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiRefObject
 boolean StiPdfGeomWriter.setBrush(java.lang.Object brush, StiRectangle rect, StiRefObject<java.lang.Boolean> isTransparent, boolean saveState)
           
 

Uses of StiRefObject in com.stimulsoft.report.helpers
 

Methods in com.stimulsoft.report.helpers with parameters of type StiRefObject
static double StiAbbreviationNumberFormatHelper.format(double value, StiRefObject<java.lang.String> postfix)
           
 

Uses of StiRefObject in com.stimulsoft.report.infographics.gauge.interfaces
 

Methods in com.stimulsoft.report.infographics.gauge.interfaces with parameters of type StiRefObject
 StiGraphicsPathLinesGaugeGeom IStiScaleBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect)
           
 

Uses of StiRefObject in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry with parameters of type StiRefObject
 StiGraphicsPathLinesGaugeGeom StiRadialBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect)
           
 StiGraphicsPathLinesGaugeGeom StiLinearBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect)
           
 

Uses of StiRefObject in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps with parameters of type StiRefObject
static java.util.List<StiMapData> StiMap.getMapDataInternal(java.lang.String mapData, StiMapID mapID, StiRefObject<java.lang.Boolean> isHashDataEmpty)