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

Packages that use StiPoint
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.system.geometry   
 

Uses of StiPoint in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiPoint
static StiPoint StiJsonReportObjectHelper.Deserialize.Point(JSONObject jObject)
           
static StiPoint StiJsonReportObjectHelper.Deserialize.PointF(JSONObject jObject)
           
 

Methods in com.stimulsoft.base with parameters of type StiPoint
static JSONObject StiJsonReportObjectHelper.Serialize.point(StiPoint pos)
           
static JSONObject StiJsonReportObjectHelper.Serialize.pointF(StiPoint pos)
           
 

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

Methods in com.stimulsoft.base.context.chart with parameters of type StiPoint
 void StiContext.DrawAnimationCurve(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
           
 void StiContext.DrawAnimationLines(StiPenGeom pen, StiPoint[] points, StiAnimation animation)
           
 void StiContext.DrawCurve(StiPenGeom pen, StiPoint[] points, float tension)
           
 void StiContext.DrawLines(StiPenGeom pen, StiPoint[] points)
           
 void StiContext.DrawLines(StiPenGeom pen, StiPoint[] points, boolean useZoom)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiPoint pos, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing)
           
 StiTextGeom StiContext.DrawRotatedString(java.lang.String text, StiFontGeom font, java.lang.Object brush, StiPoint pos, StiStringFormatGeom sf, StiRotationMode mode, float angle, boolean antialiasing, int maximalWidth)
           
 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)
           
 

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

Fields in com.stimulsoft.base.context.chart.animation declared as StiPoint
 StiPoint StiRotationAnimation.centerPoint
           
 

Methods in com.stimulsoft.base.context.chart.animation that return StiPoint
 StiPoint StiRotaionAnimation.getCenterPoint()
           
 StiPoint StiTranslationAnimation.getEndPoint()
           
 StiPoint StiLabelAnimation.getPoint()
           
 StiPoint StiPointAnimation.getPointFrom()
           
 StiPoint StiLabelAnimation.getPointFrom()
           
 StiPoint[] StiPointsAnimation.getPointsFrom()
           
 StiPoint StiTranslationAnimation.getStartPoint()
           
 

Methods in com.stimulsoft.base.context.chart.animation with parameters of type StiPoint
 void StiRotaionAnimation.setCenterPoint(StiPoint centerPoint)
           
 void StiTranslationAnimation.setEndPoint(StiPoint endPoint)
           
 void StiLabelAnimation.setPoint(StiPoint point)
           
 void StiPointAnimation.setPointFrom(StiPoint pointFrom)
           
 void StiLabelAnimation.setPointFrom(StiPoint pointFrom)
           
 void StiPointsAnimation.setPointsFrom(StiPoint[] pointsFrom)
           
 void StiTranslationAnimation.setStartPoint(StiPoint startPoint)
           
 

Constructors in com.stimulsoft.base.context.chart.animation with parameters of type StiPoint
StiLabelAnimation(java.lang.Double valueFrom, java.lang.Double value, StiPoint pointFrom, StiPoint point, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiPointAnimation(StiPoint pointFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiPointsAnimation(StiPoint[] pointsFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiRotaionAnimation(double startAngle, double endAngle, StiPoint centerPoint, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiRotationAnimation(double startAngle, double endAngle, StiPoint centerPoint, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiTranslationAnimation(StiPoint startPoint, StiPoint endPoint, java.lang.Integer duration, java.lang.Integer beginTime)
           
 

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

Methods in com.stimulsoft.base.context.chart.geoms that return StiPoint
 StiPoint[] StiLinesSegmentGeom.getPoints()
           
 StiPoint[] StiLinesGeom.getPoints()
           
 StiPoint[] StiCurveSegmentGeom.getPoints()
           
 StiPoint[] StiCurveGeom.getPoints()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiPoint
protected  JSONObject[] StiGeom.SavePointFArrayToJsonObject(StiPoint[] points)
           
static JSONObject StiGeom.SavePointFToJsonObject(StiPoint pos)
           
 void StiLinesSegmentGeom.setPoints(StiPoint[] points)
           
 void StiLinesGeom.setPoints(StiPoint[] points)
           
 void StiCurveSegmentGeom.setPoints(StiPoint[] points)
           
 void StiCurveGeom.setPoints(StiPoint[] points)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiPoint
StiCurveGeom(StiPenGeom pen, StiPoint[] points, float tension)
           
StiCurveSegmentGeom(StiPoint[] points, float tension)
           
StiCurveSegmentGeom(StiPoint[] points, float tension, StiAnimation animation)
           
StiLineSegmentGeom(StiPoint start, StiPoint end)
           
StiLineSegmentGeom(StiPoint start, StiPoint end, StiAnimation animation)
           
StiLinesGeom(StiPenGeom pen, StiPoint[] points, boolean useZoom)
           
StiLinesSegmentGeom(StiPoint[] points)
           
StiLinesSegmentGeom(StiPoint[] points, StiAnimation animation)
           
 

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

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiPoint
 StiPoint[] StiLinesAnimationGeom.getPoints()
           
 StiPoint[] StiCurveAnimationGeom.getPoints()
           
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiPoint
 void StiLinesAnimationGeom.setPoints(StiPoint[] points)
           
 void StiCurveAnimationGeom.setPoints(StiPoint[] points)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiPoint
StiCurveAnimationGeom(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
           
StiLinesAnimationGeom(StiPenGeom pen, StiPoint[] points, StiAnimation animation)
           
 

Uses of StiPoint in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiPoint
 StiPoint StiGraphics.transformCoords(java.lang.Double x, java.lang.Double y, java.lang.Double ox, java.lang.Double oy)
          Tramsform coordinates
 StiPoint StiGraphics.transformPoint(StiPoint point, java.lang.Double ox, java.lang.Double oy)
          Transform StiPoint with offsets
 StiPoint StiGraphics.transformPointRound(StiPoint point, java.lang.Double ox, java.lang.Double oy)
          Transform StiPoint with offsets & round coordinates with stored digits after point
 

Methods in com.stimulsoft.base.drawing with parameters of type StiPoint
 void StiGraphics.drawCurve(StiPoint[] points, StiPen pen, java.lang.Double zoom, java.lang.Boolean transformRect)
          Draw curve
 void StiGraphics.drawLine(StiPoint start, StiPoint end, StiPen pen, java.lang.Double zoom)
          Draw line by start & end StiPoint with transofmation coordinates with stored offsets
 void StiGraphics.drawLine(StiPoint start, StiPoint end, StiPen pen, java.lang.Double zoom, java.lang.Boolean transformRect)
          Draw line by start & end StiPoint
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
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)
           
 StiPoint StiGraphics.transformPoint(StiPoint point, java.lang.Double ox, java.lang.Double oy)
          Transform StiPoint with offsets
 StiPoint StiGraphics.transformPointRound(StiPoint point, java.lang.Double ox, java.lang.Double oy)
          Transform StiPoint with offsets & round coordinates with stored digits after point
 

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

Methods in com.stimulsoft.base.drawing.path that return StiPoint
 StiPoint[] StiPathCurve.getPoints()
           
 

Methods in com.stimulsoft.base.drawing.path with parameters of type StiPoint
 void StiPathCurve.setPoints(StiPoint[] points)
           
 

Constructors in com.stimulsoft.base.drawing.path with parameters of type StiPoint
StiPathCurve(StiPoint[] points)
           
 

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

Methods in com.stimulsoft.base.system.geometry that return StiPoint
 StiPoint StiPoint.clone()
           
static StiPoint StiPoint.getEmpty()
           
 StiPoint StiRectangle.getLocation()
           
 StiPoint StiPoint.getValue()
           
 StiPoint StiPoint.round(double digits)
           
 

Methods in com.stimulsoft.base.system.geometry with parameters of type StiPoint
 boolean StiRectangle.contains(StiPoint pt)
           
 void StiRectangle.setLocation(StiPoint value)
           
 

Constructors in com.stimulsoft.base.system.geometry with parameters of type StiPoint
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.