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

Packages that use StiSize
com.stimulsoft.base   
com.stimulsoft.base.context.chart   
com.stimulsoft.base.drawing   
com.stimulsoft.base.enums   
com.stimulsoft.base.system   
com.stimulsoft.base.system.geometry   
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.core.legend   
com.stimulsoft.report.chart.interfaces.legend   
com.stimulsoft.report.chart.interfaces.seriesLabels   
com.stimulsoft.report.chart.view.legend   
com.stimulsoft.report.chart.view.seriesLabels   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.components.table   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.crossTab.core   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.infographics.gauge.interfaces   
com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry   
com.stimulsoft.report.maps.helpers   
com.stimulsoft.report.options   
com.stimulsoft.report.painters   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.units   
 

Uses of StiSize in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiSize
static StiSize StiJsonReportObjectHelper.Deserialize.SizeD(JProperty prop)
           
 

Methods in com.stimulsoft.base with parameters of type StiSize
static JSONObject StiJsonReportObjectHelper.Serialize.size(StiSize size)
           
static java.lang.String StiJsonReportObjectHelper.Serialize.sizeD(StiSize size)
           
 

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

Methods in com.stimulsoft.base.context.chart that return StiSize
 StiSize IStiContextPainter.measureString(java.lang.String text, StiFontGeom font)
           
 StiSize StiContext.MeasureString(java.lang.String text, StiFontGeom font)
           
 StiSize IStiContextPainter.measureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)
           
 StiSize StiContext.MeasureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)
           
 

Uses of StiSize in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiSize
static StiSize StiTextUtil.measureString(double maxWidth, StiFont font, java.lang.String text, float angle)
           
static StiSize StiTextUtil.measureString(double maxWidth, StiFont stiFont, java.lang.String text, float angle, boolean wordWrap)
           
static StiSize StiTextUtil.measureString(StiFont font, java.lang.String text)
           
static StiSize StiTextUtil.measureString(StiFont font, java.lang.String text, float angle)
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiSize
static StiRectangle StiRectangleUtils.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
           
 

Uses of StiSize in com.stimulsoft.base.enums
 

Methods in com.stimulsoft.base.enums that return StiSize
 StiSize StiPaperKind.getSize()
           
 

Uses of StiSize in com.stimulsoft.base.system
 

Fields in com.stimulsoft.base.system declared as StiSize
static StiSize StiSize.EMPTY
           
 

Methods in com.stimulsoft.base.system that return StiSize
static StiSize StiSize.getEmpty()
           
 StiSize StiSize.getStiSize()
           
 StiSize StiSize.round()
          Round StiSize.
 StiSize StiSize.round(double digits)
          Round StiSize to digits after point.
 

Uses of StiSize in com.stimulsoft.base.system.geometry
 

Methods in com.stimulsoft.base.system.geometry that return StiSize
 StiSize StiRectangle.getSize()
           
 

Methods in com.stimulsoft.base.system.geometry with parameters of type StiSize
static StiRectangle StiRectangle.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
          Align rectangle to fit in rect
 void StiRectangle.setSize(StiSize value)
           
 

Constructors in com.stimulsoft.base.system.geometry with parameters of type StiSize
StiRectangle(StiPoint location, StiSize size)
          Initializes a new instance of the RectangleD class with the specified location and size.
 

Uses of StiSize in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiSize
 StiSize StiInteractionOptions.getDragDelta()
           
 

Methods in com.stimulsoft.report.chart with parameters of type StiSize
 void StiInteractionOptions.setDragDelta(StiSize value)
           
 

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

Methods in com.stimulsoft.report.chart.core.legend that return StiSize
 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)
           
 

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

Methods in com.stimulsoft.report.chart.interfaces.legend that return StiSize
 StiSize IStiLegend.getMarkerSize()
           
 StiSize IStiLegend.getSize()
           
 

Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiSize
 void IStiLegend.setMarkerSize(StiSize value)
           
 void IStiLegend.setSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.chart.interfaces.seriesLabels
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiSize
 StiSize IStiSeriesLabels.getMarkerSize()
           
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiSize
 void IStiSeriesLabels.setMarkerSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.chart.view.legend
 

Methods in com.stimulsoft.report.chart.view.legend that return StiSize
 StiSize StiLegend.getMarkerSize()
          Gets or sets marker size.
 StiSize StiLegend.getSize()
          Gets or sets size of legend.
 

Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiSize
 void StiLegend.setMarkerSize(StiSize value)
           
 void StiLegend.setSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.chart.view.seriesLabels
 

Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiSize
 StiSize StiSeriesLabels.getMarkerSize()
          Gets or sets marker size.
 

Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiSize
 void StiSeriesLabels.setMarkerSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiSize
 StiSize StiComponent.getActualSize()
          Initializes a new instance of the StiSize class from the specified dimensi.
 StiSize StiPage.getMaxSize()
           
 StiSize StiComponent.getMaxSize()
          gets or sets maximal size.
 StiSize StiPage.getMinSize()
           
 StiSize StiComponent.getMinSize()
          gets or sets minimal size.
static StiSize StiPageHelper.getPaperSize(StiPage page, StiSize paperSize)
           
static StiSize StiPageHelper.getPaperSizeFromPaperKind(StiPaperKind paperKind)
           
static StiSize StiStandardTextRenderer.MeasureHTMLString(double maxWidth, StiFont font, StiText textBox, boolean allowHtmlTags)
           
static StiSize StiStandardTextRenderer.MeasureString(double maxWidth, StiFont stiFont, float angle, java.lang.String text, boolean wordWrap)
           
static StiSize StiStandardTextRenderer.MeasureString(double maxWidth, StiFont font, StiText textBox)
           
static StiSize StiStandardTextRenderer.MeasureString(int maxWidth, StiFont stiFont, StiText textBox)
           
static StiSize StiStandardTextRenderer.measureString(StiFont font, java.lang.String text, float angle)
           
 

Methods in com.stimulsoft.report.components with parameters of type StiSize
static StiSize StiPageHelper.getPaperSize(StiPage page, StiSize paperSize)
           
 void StiPage.setMaxSize(StiSize value)
           
 void StiComponent.setMaxSize(StiSize value)
           
 void StiPage.setMinSize(StiSize value)
           
 void StiComponent.setMinSize(StiSize value)
           
 

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

Methods in com.stimulsoft.report.components.bands that return StiSize
 StiSize StiBand.getMaxSize()
           
 StiSize StiBand.getMinSize()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiSize
 void StiBand.setMaxSize(StiSize value)
           
 void StiBand.setMinSize(StiSize value)
           
 

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

Methods in com.stimulsoft.report.components.complexcomponents that return StiSize
 StiSize StiContainer.getActualSize()
           
 StiSize StiContainer.getActualSize(boolean isFirstPass, StiRefObject<java.lang.Boolean> needSecondPass)
           
 StiSize StiContainer.GetMaxSize()
          Returns maximum sizes among selected objects.
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiSize
 void StiContainer.MakeSameSize(StiSize size)
          Sets the size to all selected objects.
 

Uses of StiSize in com.stimulsoft.report.components.crossBands
 

Methods in com.stimulsoft.report.components.crossBands that return StiSize
 StiSize StiCrossHeaderBand.getMaxSize()
           
 StiSize StiCrossGroupHeaderBand.getMaxSize()
           
 StiSize StiCrossGroupFooterBand.getMaxSize()
           
 StiSize StiCrossFooterBand.getMaxSize()
           
 StiSize StiCrossDataBand.getMaxSize()
           
 StiSize StiCrossHeaderBand.getMinSize()
           
 StiSize StiCrossGroupHeaderBand.getMinSize()
           
 StiSize StiCrossGroupFooterBand.getMinSize()
           
 StiSize StiCrossFooterBand.getMinSize()
           
 StiSize StiCrossDataBand.getMinSize()
           
 

Methods in com.stimulsoft.report.components.crossBands with parameters of type StiSize
 void StiCrossHeaderBand.setMaxSize(StiSize value)
           
 void StiCrossGroupHeaderBand.setMaxSize(StiSize value)
           
 void StiCrossGroupFooterBand.setMaxSize(StiSize value)
           
 void StiCrossFooterBand.setMaxSize(StiSize value)
           
 void StiCrossDataBand.setMaxSize(StiSize value)
           
 void StiCrossHeaderBand.setMinSize(StiSize value)
           
 void StiCrossGroupHeaderBand.setMinSize(StiSize value)
           
 void StiCrossGroupFooterBand.setMinSize(StiSize value)
           
 void StiCrossFooterBand.setMinSize(StiSize value)
           
 void StiCrossDataBand.setMinSize(StiSize value)
           
 

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

Methods in com.stimulsoft.report.components.interfaces that return StiSize
 StiSize IStiGetActualSize.GetActualSize()
           
 

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

Methods in com.stimulsoft.report.components.simplecomponents that return StiSize
 StiSize StiView.getActualSize()
           
 StiSize StiText.getActualSize()
           
 StiSize StiRichText.getActualSize()
           
 StiSize StiView.getRealSize()
           
 StiSize StiText.measureString()
           
 

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

Methods in com.stimulsoft.report.components.table that return StiSize
 StiSize StiTableCellRichText.getMaxSize()
           
 StiSize StiTableCellImage.getMaxSize()
           
 StiSize StiTableCellCheckBox.getMaxSize()
           
 StiSize StiTableCell.getMaxSize()
           
 StiSize StiTableCellRichText.getMinSize()
           
 StiSize StiTableCellImage.getMinSize()
           
 StiSize StiTableCellCheckBox.getMinSize()
           
 StiSize StiTableCell.getMinSize()
           
 StiSize StiTable.getMinSize()
           
 

Methods in com.stimulsoft.report.components.table with parameters of type StiSize
 void StiTableCellRichText.setMaxSize(StiSize value)
           
 void StiTableCellImage.setMaxSize(StiSize value)
           
 void StiTableCellCheckBox.setMaxSize(StiSize value)
           
 void StiTableCell.setMaxSize(StiSize value)
           
 void StiTableCellRichText.setMinSize(StiSize value)
           
 void StiTableCellImage.setMinSize(StiSize value)
           
 void StiTableCellCheckBox.setMinSize(StiSize value)
           
 void StiTableCell.setMinSize(StiSize value)
           
 void StiTable.setMinSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiSize
static StiSize StiCrossTabHelper.GetCellsRect(StiCrossTab masterCrossTab, int startCol, int startRow, int endCol, int endRow)
           
 

Uses of StiSize in com.stimulsoft.report.crossTab.core
 

Methods in com.stimulsoft.report.crossTab.core that return StiSize
 StiSize StiCell.doAutoSize()
           
 StiSize StiCell.getSize()
           
 

Methods in com.stimulsoft.report.crossTab.core with parameters of type StiSize
 void StiCell.setSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiSize
 StiSize StiReportControl.getMaxSize()
           
 StiSize StiReportControl.getMinSize()
           
 StiSize StiReportControl.getSize()
          Gets or sets the height and width of the control.
 StiSize StiForm.getSize()
          Gets or sets the size of the form.
 StiSize IStiForm.getSize()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiSize
 void StiReportControl.setMaxSize(StiSize value)
           
 void StiReportControl.setMinSize(StiSize value)
           
 void StiReportControl.setSize(StiSize value)
           
 void StiForm.setSize(StiSize value)
           
 void IStiForm.setSize(StiSize value)
           
 

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

Methods in com.stimulsoft.report.export.tools that return StiSize
 StiSize StiBarCodeExportPainter.baseMeasureString(java.lang.Object context, java.lang.String st, StiFont font)
           
 StiSize StiSvgGeomWriter.measureString(java.lang.String st, StiFont font)
           
 StiSize StiPdfGeomWriter.measureString(java.lang.String st, StiFont font)
           
 StiSize IStiExportGeomWriter.measureString(java.lang.String st, StiFont font)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.interfaces that return StiSize
 StiSize IStiScaleBarGeometry.getSize()
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry that return StiSize
 StiSize StiRadialBarGeometry.getSize()
           
 StiSize StiLinearBarGeometry.getSize()
           
 

Uses of StiSize in com.stimulsoft.report.maps.helpers
 

Fields in com.stimulsoft.report.maps.helpers declared as StiSize
 StiSize StiCacheItem.size
           
 

Methods in com.stimulsoft.report.maps.helpers with parameters of type StiSize
static void StiBingMapDataHelper.createImageBackground(StiMap map, java.util.List<java.lang.String> pushPins, StiSize size)
          Deprecated. 
 

Uses of StiSize in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return StiSize
static StiSize DesignerOptions.getDesignerWindowSize()
          Gets or sets window size of the Designer window.
static StiSize ViewerOptions.Windows.getMinimumSize()
           
 

Methods in com.stimulsoft.report.options with parameters of type StiSize
static void DesignerOptions.setDesignerWindowSize(StiSize value)
           
static void ViewerOptions.Windows.setMinimumSize(StiSize value)
           
 

Uses of StiSize in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters that return StiSize
 StiSize StiGdiGaugeContextPainter.measureString(java.lang.String text, StiFont font)
           
abstract  StiSize StiGaugeContextPainter.measureString(java.lang.String text, StiFont font)
           
 StiSize StiContextPainter.measureString(java.lang.String text, StiFontGeom font)
           
 StiSize StiContextPainter.measureString(java.lang.String text, StiFontGeom font, int width, StiStringFormatGeom sf)
           
 

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

Methods in com.stimulsoft.report.painters.components that return StiSize
 StiSize StiBarCodePainter.baseMeasureString(StiGraphics g, java.lang.String st, StiFont font)
          Measure string
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiSize
 void StiPagePainter.paintTileImage(java.awt.image.BufferedImage watermarkImage, StiGraphics g, StiRectangle rect, StiSize imageSize, java.lang.Double zoom, StiReport report)
          Paint title image watermark
 

Uses of StiSize in com.stimulsoft.report.units
 

Methods in com.stimulsoft.report.units that return StiSize
 StiSize StiUnit.ConvertFromHInches(StiSize size)
          Converts a size from hundredths of inch into units of this class.
 StiSize StiUnit.ConvertToHInches(StiSize size)
          Converts a size from units of this class into hundredths of inch.
 

Methods in com.stimulsoft.report.units with parameters of type StiSize
 StiSize StiUnit.ConvertFromHInches(StiSize size)
          Converts a size from hundredths of inch into units of this class.
 StiSize StiUnit.ConvertToHInches(StiSize size)
          Converts a size from units of this class into hundredths of inch.