Uses of Class
com.stimulsoft.base.system.geometry.StiRectangle

Packages that use StiRectangle
com.stimulsoft.base   
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.animation   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.path   
com.stimulsoft.base.helper   
com.stimulsoft.base.serializing.utils   
com.stimulsoft.base.system.geometry   
 

Uses of StiRectangle in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiRectangle
static StiRectangle StiJsonReportObjectHelper.Deserialize.RectangleD(JProperty prop)
           
 

Methods in com.stimulsoft.base with parameters of type StiRectangle
static java.lang.String StiJsonReportObjectHelper.Serialize.rectangleD(StiRectangle rect)
           
 

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

Methods in com.stimulsoft.base.context.chart that return StiRectangle
 StiRectangle IStiContextPainter.getPathBounds(java.util.List<StiSegmentGeom> geoms)
           
 StiRectangle StiContext.GetPathBounds(java.util.List<StiSegmentGeom> geoms)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, double angle, int maximalWidth)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, float angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiPoint point, StiStringFormatGeom sf, StiRotationMode mode, float angle, int maximalWidth)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, double angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, float angle)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 

Methods in com.stimulsoft.base.context.chart with parameters of type StiRectangle
 void StiContext.DrawAnimationLabel(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object labelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, java.lang.Boolean drawBorder, StiAnimation animation)
           
 void StiContext.DrawAnimationRectangle(java.lang.Object brush, StiPenGeom pen, StiRectangle rect, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting)
           
 void StiContext.DrawEllipse(StiPenGeom pen, StiRectangle rect)
           
 void StiContext.DrawRectangle(StiPenGeom pen, StiRectangle rect)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, float angle, boolean antialiasing)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing, int maximalWidth)
           
 void StiContext.DrawShadow(StiContext sg, StiRectangle rect, double radius)
           
 void StiContext.DrawShadowRect(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)
           
 void StiContext.DrawShadowRect(StiRectangle rect, int shadowWidth, StiAnimation animation)
           
 StiTextGeom StiContext.DrawString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiRectangle rect, StiStringFormatGeom sf)
           
 void StiContext.FillEllipse(java.lang.Object brush, StiRectangle rect)
           
 void StiContext.FillRectangle(java.lang.Object brush, StiRectangle rect)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, double angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, float angle)
           
 StiRectangle IStiContextPainter.measureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 StiRectangle StiContext.MeasureRotatedString(java.lang.String text, StiFontGeom font, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle)
           
 void StiContext.PushClip(StiRectangle clipRect)
           
 void StiContext.render(StiRectangle rect)
           
 void IStiContextPainter.render(StiRectangle rect, java.util.List<StiGeom> geoms)
           
 

Uses of StiRectangle in com.stimulsoft.base.context.chart.animation
 

Methods in com.stimulsoft.base.context.chart.animation that return StiRectangle
 StiRectangle StiPieLabelAnimation.getClientRect()
           
 StiRectangle StiLabelAnimation.getLabelRect()
           
 StiRectangle StiPieSegmentAnimation.getRectFrom()
           
 StiRectangle StiColumnAnimation.getRectFrom()
           
 StiRectangle StiPieLabelAnimation.getRectLabel()
           
 StiRectangle StiPieLabelAnimation.getRectLabelFrom()
           
 

Methods in com.stimulsoft.base.context.chart.animation with parameters of type StiRectangle
 void StiPieLabelAnimation.setClientRect(StiRectangle clientRect)
           
 void StiLabelAnimation.setLabelRect(StiRectangle labelRect)
           
 void StiPieSegmentAnimation.setRectFrom(StiRectangle rectFrom)
           
 void StiColumnAnimation.setRectFrom(StiRectangle rectFrom)
           
 void StiPieLabelAnimation.setRectLabel(StiRectangle rectLabel)
           
 void StiPieLabelAnimation.setRectLabelFrom(StiRectangle rectLabelFrom)
           
 

Constructors in com.stimulsoft.base.context.chart.animation with parameters of type StiRectangle
StiColumnAnimation(java.lang.Double valueFrom, StiRectangle rectFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiPieLabelAnimation(java.lang.Double valueFrom, java.lang.Double value, double angleFrom, double angle, StiRectangle clientRect, StiRectangle rectLabelFrom, StiRectangle rectLabel, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiPieSegmentAnimation(StiRectangle rectFrom, float startAngleFrom, float sweepAngleFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
 

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

Methods in com.stimulsoft.base.context.chart.geoms that return StiRectangle
 StiRectangle StiPushClipGeom.getClipRectangle()
           
 StiRectangle StiShadowGeom.getRect()
           
 StiRectangle StiPieSegmentGeom.getRect()
           
 StiRectangle StiEllipseGeom.getRect()
           
 StiRectangle StiCachedShadowGeom.getRect()
           
 StiRectangle StiArcSegmentGeom.getRect()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiRectangle
static JSONObject StiGeom.SaveRectangleDToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleFToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleToJsonObject(StiRectangle rect)
           
 void StiPushClipGeom.setClipRectangle(StiRectangle clipRectangle)
           
 void StiShadowGeom.setRect(StiRectangle rect)
           
 void StiPieSegmentGeom.setRect(StiRectangle rect)
           
 void StiEllipseGeom.setRect(StiRectangle rect)
           
 void StiCachedShadowGeom.setRect(StiRectangle rect)
           
 void StiArcSegmentGeom.setRect(StiRectangle rect)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiRectangle
StiArcSegmentGeom(StiRectangle rect, double startAngle, double sweepAngle)
           
StiArcSegmentGeom(StiRectangle rect, float startAngle, float sweepAngle)
           
StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting)
           
StiCachedShadowGeom(StiRectangle rect, StiShadowSides sidesEnum, boolean isPrinting)
           
StiEllipseGeom(java.lang.Object background, StiPenGeom borderPen, StiRectangle rect)
           
StiPieSegmentGeom(StiRectangle rect, double startAngle, double sweepAngle, StiAnimation animation)
           
StiPieSegmentGeom(StiRectangle rect, float startAngle, float sweepAngle, StiAnimation animation)
           
StiPushClipGeom(StiRectangle clipRectangle)
           
StiShadowGeom(StiContext shadowContext, StiRectangle rect, double radius)
           
 

Uses of StiRectangle in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiRectangle
 StiRectangle StiShadowAnimationGeom.getRect()
           
 StiRectangle StiLabelAnimationGeom.getRectangle()
           
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiRectangle
 void StiShadowAnimationGeom.setRect(StiRectangle rect)
           
 void StiLabelAnimationGeom.setRectangle(StiRectangle rectangle)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiRectangle
StiLabelAnimationGeom(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation)
           
StiShadowAnimationGeom(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)
           
StiShadowAnimationGeom(StiRectangle rect, int shadowWidth, StiAnimation animation)
           
 

Uses of StiRectangle in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiRectangle
static StiRectangle StiRectangleUtils.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
           
 StiRectangle StiGraphics.drawAttributedString(java.lang.String allText, java.awt.Font awtFont, StiRectangle rect, java.lang.Boolean underline, java.lang.Boolean wordWrap, StiTextHorAlignment horAlignment, java.lang.Boolean draw, java.util.List<StiLineInfo> lines, java.lang.Boolean useRightToLeft)
          Draw attribute string
 StiRectangle StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, java.lang.Boolean transformCoord, double zoom, double pageZoom)
          Draw path sotred in List StiPathCommand
 StiRectangle StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, java.lang.Boolean transformCoord, double zoom, double pageZoom, boolean draw)
          Draw path sotred in List StiPathCommand
 StiRectangle StiGlassBrush.getBottomRectangle(StiRectangle rect)
           
 StiRectangle StiGradientBrush.getRectangle()
           
 StiRectangle StiGlareBrush.getRectangle()
           
 StiRectangle StiGlassBrush.getTopRectangle(StiRectangle rect)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom)
           
 StiRectangle StiGraphics.transformRect(StiRectangle rect)
          Transform StiRectangle
 StiRectangle StiGraphics.transformRect(StiRectangle rect, java.lang.Double ox, java.lang.Double oy)
          Transform StiRectangle with offsets
 StiRectangle StiGraphics.transformRectRound(StiRectangle rect)
          Transform StiRectangle with stored offsets & round with stored digits after point
 StiRectangle StiGraphics.transformRectRound(StiRectangle rect, java.lang.Double ox, java.lang.Double oy, java.lang.Integer digits)
          Transform StiRectangle & round it with digits after point
 

Methods in com.stimulsoft.base.drawing with parameters of type StiRectangle
static StiRectangle StiRectangleUtils.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
           
 java.awt.Stroke StiGraphics.beginFill(StiBrush brush, StiPen pen, StiRectangle rect, java.lang.Double zoom)
          Set fill format
 void StiBorder.draw(StiGraphics g, StiRectangle rect, double zoom, StiColor emptyColor, StiHighlightState highlightState, java.lang.Boolean isPrinting, java.lang.Boolean isThumbPaint, double pageZoom)
          Draws this border on the indicated Graphics.
 StiRectangle StiGraphics.drawAttributedString(java.lang.String allText, java.awt.Font awtFont, StiRectangle rect, java.lang.Boolean underline, java.lang.Boolean wordWrap, StiTextHorAlignment horAlignment, java.lang.Boolean draw, java.util.List<StiLineInfo> lines, java.lang.Boolean useRightToLeft)
          Draw attribute string
static void StiShadow.drawBottomShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void StiShadow.drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides)
           
static void StiShadow.drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple)
           
static void StiShadow.drawEdgeShadow(java.awt.Graphics2D g, StiRectangle rect)
           
 void StiGraphics.drawEllise(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw ellipse
 void StiGraphics.drawElliseBegin(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double zoom)
          Begin draw ellipse
 void StiGraphics.drawElliseEnd(StiRectangle rect)
          End draw ellipse
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, java.lang.Double zoom)
          Draw HTML text
 void StiGraphics.drawImage(java.awt.image.BufferedImage image, StiRectangle rect, java.lang.Boolean stretch, java.lang.Boolean smooth, java.lang.Boolean scaleBitmap, java.lang.Double zoom)
          Draw BufferedImage with alpha value 1
 void StiGraphics.drawImage(java.awt.image.BufferedImage image, StiRectangle rect, java.lang.Boolean stretch, java.lang.Boolean smooth, java.lang.Boolean scaleBitmap, float alpha, java.lang.Double zoom)
          Draw BufferedImage
 void StiGraphics.drawImage(java.awt.image.BufferedImage image, StiRectangle rect, java.lang.Boolean stretch, java.lang.Boolean smooth, double zoom)
          Draw BufferedImage with scaling alpha value 1
static void StiShadow.drawLeftShadow(java.awt.Graphics2D g, StiRectangle rect)
           
 void StiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw rectangle
 void StiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double cornerRadius, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw rounded rectangle
static void StiShadow.drawRightShadow(java.awt.Graphics2D g, StiRectangle rect)
           
 void StiGraphics.drawRTFText(java.lang.String text, StiRectangle rect, java.lang.Double zoom)
          Draw RFT text
static void StiShadow.drawShadow(java.awt.Graphics2D g, StiRectangle rect)
           
 void StiShadowGraphics.drawShadow(StiGraphics g, StiRectangle rect, double shadowSize, double zoom)
           
 void StiShadowGraphics.drawShadow(StiGraphics g, StiRectangle rect, int shadowSize, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
static void StiShadow.drawTopShadow(java.awt.Graphics2D g, StiRectangle rect)
           
 StiRectangle StiGlassBrush.getBottomRectangle(StiRectangle rect)
           
static StiBrush StiBrush.getBrush(StiBrush brush, StiRectangle rect1)
          Returns the gdi brush from the report brush.
 StiRectangle StiGlassBrush.getTopRectangle(StiRectangle rect)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom)
           
static boolean StiActionUtils.pointInRect(double x, double y, StiRectangle rect)
          Checks does the point fit into the position.
 void StiGraphics.setClip(StiRectangle rect)
          Set clip & fit it in old(stored in stack) clip
 void StiGraphics.setFixedClip(StiRectangle rect)
          Set clip without fiting to old(stored in stack) clip
 java.awt.Stroke StiGraphics.setLineStyle(StiPen pen, StiRectangle rect, double zoom)
          Set line style
 void StiGradientBrush.setRectangle(StiRectangle rectangle)
           
 void StiGlareBrush.setRectangle(StiRectangle rectangle)
           
 void StiGraphics.setTransformedClip(StiRectangle rect)
          Set clip (push it to stack) with trasnform it with offsets & fit clip in older(stored) clip
 StiRectangle StiGraphics.transformRect(StiRectangle rect)
          Transform StiRectangle
 StiRectangle StiGraphics.transformRect(StiRectangle rect, java.lang.Double ox, java.lang.Double oy)
          Transform StiRectangle with offsets
 StiRectangle StiGraphics.transformRectRound(StiRectangle rect)
          Transform StiRectangle with stored offsets & round with stored digits after point
 StiRectangle StiGraphics.transformRectRound(StiRectangle rect, java.lang.Double ox, java.lang.Double oy, java.lang.Integer digits)
          Transform StiRectangle & round it with digits after point
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiRectangle
StiShadowGraphics(StiRectangle rect)
           
 

Uses of StiRectangle in com.stimulsoft.base.drawing.path
 

Methods in com.stimulsoft.base.drawing.path with parameters of type StiRectangle
static java.util.List<StiPathCommand> StiPathCommand.createCircle(StiRectangle rect, java.util.List<StiPathCommand> path)
          Return List of curve commands that represent circle
 

Constructors in com.stimulsoft.base.drawing.path with parameters of type StiRectangle
StiPathArc(StiRectangle rect, double start, double extent)
           
StiPathPie(StiRectangle rect, double start, double extent)
           
 

Uses of StiRectangle in com.stimulsoft.base.helper
 

Methods in com.stimulsoft.base.helper with parameters of type StiRectangle
static java.awt.image.BufferedImage StiSvgHelper.decodeSVG(byte[] svgBytes, StiRectangle rect, double zoom)
           
static java.awt.image.BufferedImage StiSvgHelper.decodeSVG(java.lang.String base64string, StiRectangle rect, double zoom)
           
 

Uses of StiRectangle in com.stimulsoft.base.serializing.utils
 

Methods in com.stimulsoft.base.serializing.utils that return StiRectangle
static StiRectangle StiSerializTypeConverter.deserializeStringToRectangle(java.lang.String strValue)
           
 

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

Methods in com.stimulsoft.base.system.geometry that return StiRectangle
static StiRectangle StiRectangle.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
          Align rectangle to fit in rect
 StiRectangle StiRectangle.AlignToGrid(double gridSize, boolean aligningToGrid)
          Align the rectangle to grid.
 StiRectangle StiRectangle.clone()
          Clone current StiRectangle
 StiRectangle StiRectangle.deserializeString(java.lang.String strObject)
           
static StiRectangle StiRectangle.empty()
           
 StiRectangle StiRectangle.FitToRectangle(StiRectangle rectangle)
          Fit rectangle to rectangle.
static StiRectangle StiRectangle.getEmpty()
           
 StiRectangle StiRectangle.getNormalize()
           
 StiRectangle StiRectangle.inflate(java.lang.Double width, java.lang.Double height)
          Inflate current StiRectangle
 StiRectangle StiRectangle.inflate(int width, int height)
          Inflate current StiRectangle
 StiRectangle StiRectangle.move(java.lang.Double deltaX, java.lang.Double deltaY)
          Move rectangle by delta values
 StiRectangle StiRectangle.Multiply(double multipleFactor)
           
 StiRectangle StiRectangle.normalize()
          Normalize StiRectangle
 StiRectangle StiRectangle.OffsetRect(StiRectangle offsettingRectangle)
          Changes the sizes of the rectangle.
 StiRectangle StiRectangle.round(double digits)
          Round double x,y,width,height values to digits after point
 StiRectangle StiRectangle.round(java.lang.Double digits, java.lang.Boolean smartRound)
          Round double x,y,width,height values to digits after point with smart reound
static StiRectangle StiRectangle.round(StiRectangle labelRect)
           
static StiRectangle StiRectangle.union(StiRectangle a, StiRectangle b)
           
 StiRectangle StiRectangle.zoom(java.lang.Double zoom)
          Zoom StiRectangle
 

Methods in com.stimulsoft.base.system.geometry with parameters of type StiRectangle
static StiRectangle StiRectangle.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment)
          Align rectangle to fit in rect
 StiRectangle StiRectangle.FitToRectangle(StiRectangle rectangle)
          Fit rectangle to rectangle.
 java.lang.Boolean StiRectangle.intersectsWith(StiRectangle rect)
          Is this StiRectangle intersects with other rectangle
 boolean StiRectangle.IntersectsWith(StiRectangle rect)
           
 StiRectangle StiRectangle.OffsetRect(StiRectangle offsettingRectangle)
          Changes the sizes of the rectangle.
static StiRectangle StiRectangle.round(StiRectangle labelRect)
           
static StiRectangle StiRectangle.union(StiRectangle a, StiRectangle b)
           
 

Constructors in com.stimulsoft.base.system.geometry with parameters of type StiRectangle
StiRectangle(StiRectangle rectangleD)
          Constructor, create StiRectangle form StiRectangle
 



Copyright © 2018 Stimulsoft. All Rights Reserved.