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   
 

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.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.