| Modifier and Type | Method and Description |
|---|---|
static StiPoint |
StiJsonReportObjectHelper.Deserialize.Point(JSONObject jObject) |
static StiPoint |
StiJsonReportObjectHelper.Deserialize.PointF(JSONObject jObject) |
| Modifier and Type | Method and Description |
|---|---|
static JSONObject |
StiJsonReportObjectHelper.Serialize.point(StiPoint pos) |
static JSONObject |
StiJsonReportObjectHelper.Serialize.pointF(StiPoint pos) |
| Modifier and Type | Method and Description |
|---|---|
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,
boolean useZoom) |
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,
boolean wordWrap) |
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,
float maximalWidth) |
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
int maximalWidth,
boolean wordWrap) |
| Modifier and Type | Field and Description |
|---|---|
StiPoint |
StiRotationAnimation.centerPoint |
| Modifier and Type | Method and Description |
|---|---|
StiPoint |
StiRotaionAnimation.getCenterPoint() |
StiPoint |
StiTranslationAnimation.getEndPoint() |
StiPoint |
StiLabelAnimation.getPoint() |
StiPoint |
StiPointAnimation.getPointFrom() |
StiPoint |
StiLabelAnimation.getPointFrom() |
StiPoint[] |
StiPointsAnimation.getPointsFrom() |
StiPoint |
StiTranslationAnimation.getStartPoint() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
StiPoint[] |
StiLinesSegmentGeom.getPoints() |
StiPoint[] |
StiLinesGeom.getPoints() |
StiPoint[] |
StiCurveSegmentGeom.getPoints() |
StiPoint[] |
StiCurveGeom.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
StiCurveGeom(StiPenGeom pen,
StiPoint[] points,
float tension,
boolean useZoom) |
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) |
| Modifier and Type | Method and Description |
|---|---|
StiPoint[] |
StiLinesAnimationGeom.getPoints() |
StiPoint[] |
StiCurveAnimationGeom.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiLinesAnimationGeom.setPoints(StiPoint[] points) |
void |
StiCurveAnimationGeom.setPoints(StiPoint[] points) |
| Constructor and Description |
|---|
StiCurveAnimationGeom(StiPenGeom pen,
StiPoint[] points,
float tension,
StiAnimation animation) |
StiLinesAnimationGeom(StiPenGeom pen,
StiPoint[] points,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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,
boolean wordWrap) |
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 |
| Modifier and Type | Method and Description |
|---|---|
StiPoint[] |
StiPathCurve.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiPathCurve.setPoints(StiPoint[] points) |
| Constructor and Description |
|---|
StiPathCurve(StiPoint[] points) |
| Modifier and Type | Method and Description |
|---|---|
StiPoint |
StiPoint.clone() |
static StiPoint |
StiPoint.getEmpty() |
StiPoint |
StiRectangle.getLocation() |
StiPoint |
StiPoint.getValue() |
StiPoint |
StiPoint.round(double digits) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StiRectangle.contains(StiPoint pt) |
void |
StiRectangle.setLocation(StiPoint value) |
| Constructor and Description |
|---|
StiRectangle(StiPoint location,
StiSize size)
Initializes a new instance of the RectangleD class with the specified location and size.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.