|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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)
|
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 | |
---|---|
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,
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)
|
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,
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 |
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. |
Uses of StiPoint in com.stimulsoft.report.chart |
---|
Methods in com.stimulsoft.report.chart that return StiPoint | |
---|---|
static StiPoint[] |
StiPointHelper.GetLineOffsetRectangle(StiPoint point1,
StiPoint point2,
double offset)
|
StiPoint |
StiInteractionOptions.getMousePoint()
|
Methods in com.stimulsoft.report.chart that return types with arguments of type StiPoint | |
---|---|
static java.util.List<StiPoint> |
StiChartHelper.getShorterListPoints(StiSeries series)
|
static java.util.List<StiPoint> |
StiSimplifyHelper.simplify(StiPoint[] points,
double tolerance,
boolean highestQuality)
|
Methods in com.stimulsoft.report.chart with parameters of type StiPoint | |
---|---|
static StiPoint[] |
StiPointHelper.GetLineOffsetRectangle(StiPoint point1,
StiPoint point2,
double offset)
|
static boolean |
StiPointHelper.IsLineContainsPoint(StiPoint startPoint,
StiPoint endPoint,
float offset,
StiPoint point)
|
static boolean |
StiPointHelper.IsPointInPolygon(StiPoint p,
StiPoint[] points)
|
static boolean |
StiPointHelper.IsPointInPolygon(StiPoint p,
StiPoint[] points)
|
static boolean |
StiPointHelper.IsPointInTriangle(StiPoint p,
StiPoint a,
StiPoint b,
StiPoint c)
|
void |
StiInteractionOptions.setMousePoint(StiPoint value)
|
static java.util.List<StiPoint> |
StiSimplifyHelper.simplify(StiPoint[] points,
double tolerance,
boolean highestQuality)
|
Uses of StiPoint in com.stimulsoft.report.chart.core.area.radar |
---|
Fields in com.stimulsoft.report.chart.core.area.radar declared as StiPoint | |
---|---|
StiPoint |
StiRadarAreaCoreXF.CenterPoint
|
Fields in com.stimulsoft.report.chart.core.area.radar with type parameters of type StiPoint | |
---|---|
java.util.ArrayList<StiPoint> |
StiRadarAreaCoreXF.Points
|
Uses of StiPoint in com.stimulsoft.report.chart.core.axis |
---|
Fields in com.stimulsoft.report.chart.core.axis declared as StiPoint | |
---|---|
StiPoint |
StiAxisLabelInfoXF.TextPoint
|
Uses of StiPoint in com.stimulsoft.report.chart.core.marker |
---|
Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiPoint | |
---|---|
void |
StiMarkerCoreXF.Draw(StiContext context,
IStiMarker marker,
StiPoint position,
float zoom,
boolean showShadow,
boolean isMouseOver,
boolean isAnimation,
java.lang.String toolTip,
java.lang.Object tag,
StiInteractionDataGeom interaction)
|
void |
StiMarkerCoreXF.DrawLines(StiContext context,
StiPoint[] points,
float scale,
java.lang.Object brushMarker,
StiPenGeom penMarker,
StiMarkerType markerType,
float markerStep,
float markerSize,
float angle)
|
void |
StiMarkerCoreXF.DrawMarkers(StiContext context,
StiPoint[] points,
boolean showShadow)
|
static StiRectangle |
StiMarkerCoreXF.GetMarkerRect(StiPoint position,
float markerSize,
float zoom)
|
Uses of StiPoint in com.stimulsoft.report.chart.core.radarAxis |
---|
Methods in com.stimulsoft.report.chart.core.radarAxis with parameters of type StiPoint | |
---|---|
StiRectangle |
StiXRadarAxisCoreXF.GetLabelRect(StiContext context,
StiPoint point,
java.lang.String text,
float angle)
|
StiXRadarAxisLabelGeom |
StiXRadarAxisCoreXF.RenderLabel(StiContext context,
IStiSeries series,
StiPoint point,
java.lang.Object argument,
float angle,
int colorIndex,
int colorCount)
|
Uses of StiPoint in com.stimulsoft.report.chart.core.series.radar |
---|
Method parameters in com.stimulsoft.report.chart.core.series.radar with type arguments of type StiPoint | |
---|---|
void |
StiRadarSeriesCoreXF.RenderAreas(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarSeriesCoreXF.RenderAreas(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarAreaSeriesCoreXF.RenderAreas(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarAreaSeriesCoreXF.RenderAreas(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarSeriesCoreXF.RenderLines(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarSeriesCoreXF.RenderLines(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarLineSeriesCoreXF.RenderLines(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsStart,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarLineSeriesCoreXF.RenderLines(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsStart,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarAreaSeriesCoreXF.RenderLines(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarAreaSeriesCoreXF.RenderLines(StiContext context,
IStiRadarSeries series,
java.util.List<StiPoint> pointsFrom,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
void |
StiRadarSeriesCoreXF.RenderPoints(StiContext context,
IStiRadarSeries series,
java.util.ArrayList<StiPoint> points,
StiAreaGeom geom)
|
Uses of StiPoint in com.stimulsoft.report.chart.core.seriesLabels.axis |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels.axis with parameters of type StiPoint | |
---|---|
StiSeriesLabelsGeom |
StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
double weight,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
StiSeriesLabelsGeom |
StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
double weight,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
StiSeriesLabelsGeom |
StiOutsideAxisLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
StiSeriesLabelsGeom |
StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
abstract StiSeriesLabelsGeom |
StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
Uses of StiPoint in com.stimulsoft.report.chart.core.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels.pie that return StiPoint | |
---|---|
StiPoint |
StiCenterPieLabelsCoreXF.GetLabelPoint(StiPoint centerPie,
double radius,
double angleRad)
|
Methods in com.stimulsoft.report.chart.core.seriesLabels.pie with parameters of type StiPoint | |
---|---|
StiPoint |
StiCenterPieLabelsCoreXF.GetLabelPoint(StiPoint centerPie,
double radius,
double angleRad)
|
StiRectangle |
StiCenterPieLabelsCoreXF.GetLabelRect(StiContext context,
StiPoint labelPoint,
java.lang.String labelText,
StiFontGeom font,
StiStringFormatGeom sf)
|
StiSeriesLabelsGeom |
StiTwoColumnsPieLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint centerPie,
double radius,
double radius2,
double pieAngle,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
boolean measure,
int colorIndex,
int colorCount,
double percentPerValue,
StiRefObject<StiRectangle> measureRect,
boolean drawValue,
double deltaY)
|
abstract StiSeriesLabelsGeom |
StiPieSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint centerPie,
double radius,
double radius2,
double pieAngle,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
boolean measure,
int colorIndex,
int colorCount,
double percentPerValue,
StiRefObject<StiRectangle> measureRect,
boolean drawValue,
double deltaY)
|
StiSeriesLabelsGeom |
StiCenterPieLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint centerPie,
double radius,
double radius2,
double pieAngle,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
boolean measure,
int colorIndex,
int colorCount,
double percentPerValue,
StiRefObject<StiRectangle> measureRect,
boolean drawValue,
double deltaY)
|
Uses of StiPoint in com.stimulsoft.report.chart.core.trendLines |
---|
Methods in com.stimulsoft.report.chart.core.trendLines with parameters of type StiPoint | |
---|---|
void |
StiTrendLineLogarithmicCoreXF.RenderTrendLine(StiAreaGeom geom,
StiPoint[] points,
double posY)
|
void |
StiTrendLineLinearCoreXF.RenderTrendLine(StiAreaGeom geom,
StiPoint[] points,
double posY)
|
void |
StiTrendLineExponentialCoreXF.RenderTrendLine(StiAreaGeom geom,
StiPoint[] points,
double posY)
|
void |
StiTrendLineCoreXF.RenderTrendLine(StiAreaGeom geom,
StiPoint[] points,
double posY)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms |
---|
Methods in com.stimulsoft.report.chart.geoms with parameters of type StiPoint | |
---|---|
static void |
StiNullableDrawing.DrawCurve(StiContext context,
StiPenGeom penGeom,
StiPoint[] points,
float tension)
|
static void |
StiNullableDrawing.DrawCurve(StiContext context,
StiPenGeom penGeom,
StiPoint[] points,
float tension,
boolean isAnimation)
|
static void |
StiNullableDrawing.DrawCurve(StiContext context,
StiPenGeom penGeom,
StiPoint[] pointsStart,
StiPoint[] points,
float tension,
boolean isAnimation)
|
static void |
StiNullableDrawing.DrawCurve(StiContext context,
StiPenGeom penGeom,
StiPoint[] pointsStart,
StiPoint[] points,
float tension,
boolean isAnimation)
|
static void |
StiNullableDrawing.DrawLines(StiContext context,
StiPenGeom penGeom,
StiPoint[] points)
|
static void |
StiNullableDrawing.DrawLines(StiContext context,
StiPenGeom penGeom,
StiPoint[] points,
boolean isAnimation)
|
static void |
StiNullableDrawing.DrawLines(StiContext context,
StiPenGeom penGeom,
StiPoint[] pointsStart,
StiPoint[] points,
boolean isAnimation)
|
static void |
StiNullableDrawing.DrawLines(StiContext context,
StiPenGeom penGeom,
StiPoint[] pointsStart,
StiPoint[] points,
boolean isAnimation)
|
static java.util.ArrayList<StiPoint[]> |
StiNullableDrawing.GetNullablePointsList(StiPoint[] points)
|
static java.util.ArrayList<StiPoint[]> |
StiNullableDrawing.GetPointsList(StiPoint[] points)
|
static void |
StiNullableDrawing.GetPointsList(StiPoint[] points1,
StiPoint[] points2,
StiRefObject<java.util.ArrayList<StiPoint[]>> list1,
StiRefObject<java.util.ArrayList<StiPoint[]>> list2)
|
static void |
StiNullableDrawing.GetPointsList(StiPoint[] points1,
StiPoint[] points2,
StiRefObject<java.util.ArrayList<StiPoint[]>> list1,
StiRefObject<java.util.ArrayList<StiPoint[]>> list2)
|
Method parameters in com.stimulsoft.report.chart.geoms with type arguments of type StiPoint | |
---|---|
static java.util.List<StiPoint[]> |
StiNullableDrawing.GetPointsList(java.util.ArrayList<StiPoint> points)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.axis |
---|
Methods in com.stimulsoft.report.chart.geoms.axis that return StiPoint | |
---|---|
StiPoint |
StiAxisLabelGeom.getTextPoint()
|
Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type StiPoint | |
---|---|
StiAxisLabelGeom(IStiAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.constantLines |
---|
Methods in com.stimulsoft.report.chart.geoms.constantLines that return StiPoint | |
---|---|
StiPoint |
StiConstantLinesYGeom.getPoint()
|
StiPoint |
StiConstantLinesVerticalGeom.getPoint()
|
Constructors in com.stimulsoft.report.chart.geoms.constantLines with parameters of type StiPoint | |
---|---|
StiConstantLinesVerticalGeom(IStiConstantLines line,
StiRectangle clientRectangle,
StiPoint point,
StiRotationMode mode)
|
|
StiConstantLinesYGeom(IStiConstantLines line,
StiRectangle clientRectangle,
StiPoint point,
StiRotationMode mode)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.marker |
---|
Methods in com.stimulsoft.report.chart.geoms.marker that return StiPoint | |
---|---|
static StiPoint[] |
StiLegendMarkerHelper.getAreaMarkerLinePoints(StiRectangle rect)
|
StiPoint |
StiMarkerGeom.getPoint()
|
Constructors in com.stimulsoft.report.chart.geoms.marker with parameters of type StiPoint | |
---|---|
StiMarkerGeom(IStiSeries series,
int index,
double value,
StiPoint point,
IStiMarker marker,
boolean showShadow,
float zoom)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.radarAxis |
---|
Methods in com.stimulsoft.report.chart.geoms.radarAxis that return StiPoint | |
---|---|
StiPoint |
StiXRadarAxisLabelGeom.getPoint()
|
StiPoint |
StiYRadarAxisLabelGeom.getTextPoint()
|
Constructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiPoint | |
---|---|
StiXRadarAxisLabelGeom(IStiXRadarAxis axis,
java.lang.String text,
StiBrush labelBrush,
StiColor borderColor,
float angle,
StiRectangle clientRectangle,
StiRectangle labelRect,
StiPoint point)
|
|
StiYRadarAxisLabelGeom(IStiYRadarAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn that return StiPoint | |
---|---|
StiPoint[] |
StiBaseLineSeriesGeom.getPoints()
|
StiPoint[] |
StiBaseLineSeriesGeom.getPointsFrom()
|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiPoint | |
---|---|
static StiRectangle |
StiBaseLineSeriesGeom.GetClientRectangle(StiPoint[] points,
double lineWidth)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.series.radar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.radar that return StiPoint | |
---|---|
StiPoint |
StiRadarAreaSeriesGeom.getCenterPoint()
|
StiPoint |
StiRadarPointSeriesElementGeom.getPoint()
|
StiPoint[] |
StiRadarAreaSeriesGeom.getPoints()
|
StiPoint[] |
StiRadarAreaSeriesGeom.getPointsFrom()
|
Constructors in com.stimulsoft.report.chart.geoms.series.radar with parameters of type StiPoint | |
---|---|
StiRadarAreaSeriesGeom(IStiSeries series,
StiPoint[] pointsFrom,
StiPoint[] points,
StiPoint centerPoint)
|
|
StiRadarAreaSeriesGeom(IStiSeries series,
StiPoint[] pointsFrom,
StiPoint[] points,
StiPoint centerPoint)
|
|
StiRadarAreaSeriesGeom(IStiSeries series,
StiPoint[] pointsFrom,
StiPoint[] points,
StiPoint centerPoint)
|
|
StiRadarPointSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiRadarSeries series,
StiPoint point,
float zoom)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.series.range |
---|
Methods in com.stimulsoft.report.chart.geoms.series.range that return StiPoint | |
---|---|
StiPoint[] |
StiSteppedRangeSeriesGeom.getPointsEnd()
|
StiPoint[] |
StiSplineRangeSeriesGeom.getPointsEnd()
|
StiPoint[] |
StiRangeSeriesGeom.getPointsEnd()
|
Methods in com.stimulsoft.report.chart.geoms.series.range with parameters of type StiPoint | |
---|---|
void |
StiSteppedRangeSeriesGeom.setPointsEnd(StiPoint[] value)
|
void |
StiSplineRangeSeriesGeom.setPointsEnd(StiPoint[] value)
|
void |
StiRangeSeriesGeom.setPointsEnd(StiPoint[] value)
|
Constructors in com.stimulsoft.report.chart.geoms.series.range with parameters of type StiPoint | |
---|---|
StiRangeSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] points,
StiPoint[] pointsEnd,
IStiSeries series)
|
|
StiRangeSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] points,
StiPoint[] pointsEnd,
IStiSeries series)
|
|
StiSplineRangeSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] points,
StiPoint[] pointsEnd,
IStiSeries series)
|
|
StiSplineRangeSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] points,
StiPoint[] pointsEnd,
IStiSeries series)
|
|
StiSteppedRangeSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] points,
StiPoint[] pointsEnd,
IStiSeries series)
|
|
StiSteppedRangeSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] points,
StiPoint[] pointsEnd,
IStiSeries series)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.series.scatter |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.scatter with parameters of type StiPoint | |
---|---|
StiScatterSplineSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] pointsStart,
StiPoint[] points,
IStiSeries series)
|
|
StiScatterSplineSeriesGeom(StiAreaGeom areaGeom,
StiPoint[] pointsStart,
StiPoint[] points,
IStiSeries series)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn that return StiPoint | |
---|---|
StiPoint[] |
StiStackedSplineAreaSeriesGeom.getEndPoints()
|
StiPoint[] |
StiStackedAreaSeriesGeom.getEndPoints()
|
StiPoint[] |
StiStackedBaseLineSeriesGeom.getPoints()
|
StiPoint[] |
StiStackedSplineAreaSeriesGeom.getStartPoints()
|
StiPoint[] |
StiStackedAreaSeriesGeom.getStartPoints()
|
Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type StiPoint | |
---|---|
static StiRectangle |
StiStackedBaseLineSeriesGeom.GetClientRectangle(StiPoint[] points)
|
static StiRectangle |
StiStackedSplineAreaSeriesGeom.GetClientRectangle(StiPoint[] startPoints,
StiPoint[] endPoints)
|
static StiRectangle |
StiStackedSplineAreaSeriesGeom.GetClientRectangle(StiPoint[] startPoints,
StiPoint[] endPoints)
|
static StiRectangle |
StiStackedAreaSeriesGeom.GetClientRectangle(StiPoint[] startPoints,
StiPoint[] endPoints)
|
static StiRectangle |
StiStackedAreaSeriesGeom.GetClientRectangle(StiPoint[] startPoints,
StiPoint[] endPoints)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.seriesLabels.axis |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis that return StiPoint | |
---|---|
StiPoint |
StiOutsideAxisLabelsGeom.getEndPoint()
|
StiPoint |
StiOutsideAxisLabelsGeom.getStartPoint()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiPoint | |
---|---|
StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiColor labelColor,
StiColor labelBorderColor,
StiBrush seriesBrush,
StiColor seriesBorderColor,
StiFontGeom font,
StiPoint startPoint,
StiPoint endPoint)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.seriesLabels.funnel |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.funnel that return StiPoint | |
---|---|
StiPoint |
StiOutsideFunnelLabelsGeom.getEndPointLine()
|
StiPoint |
StiOutsideFunnelLabelsGeom.getStartPointLine()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type StiPoint | |
---|---|
StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect,
StiPoint startPointLine,
StiPoint endPointLine)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiPoint | |
---|---|
StiPoint |
StiTwoColumnsPieLabelsGeom.getArcPoint()
|
StiPoint |
StiTwoColumnsPieLabelsGeom.getEndPoint()
|
StiPoint |
StiOutsidePieLabelsGeom.getLabelPoint()
|
StiPoint |
StiTwoColumnsPieLabelsGeom.getStartPoint()
|
StiPoint |
StiOutsidePieLabelsGeom.getStartPoint()
|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiPoint | |
---|---|
void |
StiTwoColumnsPieLabelsGeom.setEndPoint(StiPoint endPoint)
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiPoint | |
---|---|
StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelsBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRotationMode rotationMode,
StiRectangle labelRect,
double angleToUse,
StiColor lineColor,
StiPoint labelPoint,
StiPoint startPoint)
|
|
StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelsBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect,
StiColor lineColor,
StiPoint startPoint,
StiPoint endPoint,
StiPoint arcPoint)
|
Uses of StiPoint in com.stimulsoft.report.chart.geoms.trendLines |
---|
Constructors in com.stimulsoft.report.chart.geoms.trendLines with parameters of type StiPoint | |
---|---|
StiTrendCurveGeom(StiPoint[] points,
IStiTrendLine trendLine)
|
|
StiTrendLineGeom(StiPoint pointStart,
StiPoint pointEnd,
IStiTrendLine trendLine)
|
Uses of StiPoint in com.stimulsoft.report.chart.view.series |
---|
Methods in com.stimulsoft.report.chart.view.series that return StiPoint | |
---|---|
StiPoint |
StiSeriesInteractionData.getPoint()
|
Methods in com.stimulsoft.report.chart.view.series with parameters of type StiPoint | |
---|---|
void |
StiSeriesInteractionData.setPoint(StiPoint value)
|
Uses of StiPoint in com.stimulsoft.report.components |
---|
Methods in com.stimulsoft.report.components that return StiPoint | |
---|---|
StiPoint |
StiComponent.ComponentToPage(StiPoint point)
Converts a point from the parent-container coordinates into coordinates of a page. |
StiPoint |
StiComponent.PageToComponent(StiPoint point)
Converts a point from coordinates of a page into the parent-container coordinates. |
Methods in com.stimulsoft.report.components with parameters of type StiPoint | |
---|---|
StiPoint |
StiComponent.ComponentToPage(StiPoint point)
Converts a point from the parent-container coordinates into coordinates of a page. |
StiPoint |
StiComponent.PageToComponent(StiPoint point)
Converts a point from coordinates of a page into the parent-container coordinates. |
Uses of StiPoint in com.stimulsoft.report.components.complexcomponents |
---|
Methods in com.stimulsoft.report.components.complexcomponents that return StiPoint | |
---|---|
StiPoint |
StiContainer.ContainerToPage(StiPoint point)
Converts a point of coordinates of the container into coodinates of a page. |
StiPoint |
StiContainer.PageToContainer(StiPoint point)
Converts a point of coordinates of a page into coodinates of a container. |
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiPoint | |
---|---|
StiPoint |
StiContainer.ContainerToPage(StiPoint point)
Converts a point of coordinates of the container into coodinates of a page. |
StiPoint |
StiContainer.PageToContainer(StiPoint point)
Converts a point of coordinates of a page into coodinates of a container. |
Uses of StiPoint in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiPoint | |
---|---|
StiPoint |
StiReportControl.getLocation()
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. |
StiPoint |
StiForm.getLocation()
Gets or sets the coordinates of the upper-left corner of the form. |
Methods in com.stimulsoft.report.dialogs with parameters of type StiPoint | |
---|---|
void |
StiReportControl.setLocation(StiPoint value)
|
void |
StiForm.setLocation(StiPoint value)
|
Uses of StiPoint in com.stimulsoft.report.engine.engineV2 |
---|
Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiPoint | |
---|---|
static void |
StiPostProcessProviderV2.AddPrimitive(StiCrossLinePrimitive crossLine,
StiPoint startPos,
StiPoint endPos,
StiContainer page)
|
Uses of StiPoint in com.stimulsoft.report.export.tools |
---|
Methods in com.stimulsoft.report.export.tools with parameters of type StiPoint | |
---|---|
void |
StiBarCodeExportPainter.baseFillPolygon(java.lang.Object context,
StiBrush brush,
StiPoint[] points)
|
void |
StiSvgGeomWriter.drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen)
|
void |
StiPdfGeomWriter.drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen)
|
void |
IStiExportGeomWriter.drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen)
|
void |
StiSvgGeomWriter.drawBezier(StiPoint p1,
StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen)
|
void |
StiPdfGeomWriter.drawBezier(StiPoint p1,
StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen)
|
void |
IStiExportGeomWriter.drawBezier(StiPoint p1,
StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen)
|
void |
StiSvgGeomWriter.drawBezierTo(StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen)
|
void |
StiPdfGeomWriter.drawBezierTo(StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen)
|
void |
IStiExportGeomWriter.drawBezierTo(StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen)
|
void |
StiSvgGeomWriter.drawLine(StiPoint pointFrom,
StiPoint pointTo,
StiPen pen)
|
void |
StiPdfGeomWriter.drawLine(StiPoint pointFrom,
StiPoint pointTo,
StiPen pen)
|
void |
IStiExportGeomWriter.drawLine(StiPoint pointFrom,
StiPoint pointTo,
StiPen pen)
|
void |
StiSvgGeomWriter.drawLineTo(StiPoint pointTo,
StiPen pen)
|
void |
StiPdfGeomWriter.drawLineTo(StiPoint pointTo,
StiPen pen)
|
void |
IStiExportGeomWriter.drawLineTo(StiPoint pointTo,
StiPen pen)
|
void |
StiSvgGeomWriter.drawPolygon(StiPoint[] points,
StiPen pen)
|
void |
StiPdfGeomWriter.drawPolygon(StiPoint[] points,
StiPen pen)
|
void |
IStiExportGeomWriter.drawPolygon(StiPoint[] points,
StiPen pen)
|
void |
StiSvgGeomWriter.drawPolyline(StiPoint[] points,
StiPen pen)
|
void |
StiPdfGeomWriter.drawPolyline(StiPoint[] points,
StiPen pen)
|
void |
IStiExportGeomWriter.drawPolyline(StiPoint[] points,
StiPen pen)
|
void |
StiPdfGeomWriter.drawPolyline(StiPoint[] points,
StiPen pen,
boolean close,
boolean drawTo)
|
void |
StiSvgGeomWriter.drawPolylineTo(StiPoint[] points,
StiPen pen)
|
void |
StiPdfGeomWriter.drawPolylineTo(StiPoint[] points,
StiPen pen)
|
void |
IStiExportGeomWriter.drawPolylineTo(StiPoint[] points,
StiPen pen)
|
void |
StiSvgGeomWriter.drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign)
|
void |
StiPdfGeomWriter.drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign)
|
void |
IStiExportGeomWriter.drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign)
|
void |
StiSvgGeomWriter.fillPolygon(StiPoint[] points,
StiBrush brush)
|
void |
StiPdfGeomWriter.fillPolygon(StiPoint[] points,
StiBrush brush)
|
void |
IStiExportGeomWriter.fillPolygon(StiPoint[] points,
StiBrush brush)
|
void |
StiSvgGeomWriter.moveTo(StiPoint point)
|
void |
StiPdfGeomWriter.moveTo(StiPoint point)
|
void |
IStiExportGeomWriter.moveTo(StiPoint point)
|
void |
StiSvgGeomWriter.setPixel(StiPoint point,
StiColor color)
|
void |
StiPdfGeomWriter.setPixel(StiPoint point,
StiColor color)
|
void |
IStiExportGeomWriter.setPixel(StiPoint point,
StiColor color)
|
Uses of StiPoint in com.stimulsoft.report.helpers |
---|
Methods in com.stimulsoft.report.helpers that return StiPoint | |
---|---|
static StiPoint[] |
StiCurveHelper.cardinalSpline(StiPoint[] pts,
boolean closed)
|
Methods in com.stimulsoft.report.helpers with parameters of type StiPoint | |
---|---|
static StiPoint[] |
StiCurveHelper.cardinalSpline(StiPoint[] pts,
boolean closed)
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.helpers |
---|
Methods in com.stimulsoft.report.infographics.gauge.helpers with parameters of type StiPoint | |
---|---|
static java.util.List<StiPathCommand> |
StiDrawingHelper.getRadialRangeGeometry(StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.indicators |
---|
Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiPoint | |
---|---|
StiPoint |
StiNeedle.getCenterPoint()
the center coordinate, around which it rotates. |
Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiPoint | |
---|---|
void |
StiRadialBar.interactiveClick(StiRectangle rect,
StiPoint p)
|
void |
StiNeedle.interactiveClick(StiRectangle rect,
StiPoint p)
|
void |
StiLinearMarker.interactiveClick(StiRectangle rect,
StiPoint p)
|
void |
StiNeedle.setCenterPoint(StiPoint centerPoint)
the center coordinate, around which it rotates. |
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.interfaces |
---|
Methods in com.stimulsoft.report.infographics.gauge.interfaces that return StiPoint | |
---|---|
StiPoint |
IStiScaleBarGeometry.getCenter()
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry |
---|
Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry that return StiPoint | |
---|---|
StiPoint |
StiRadialBarGeometry.getCenter()
|
StiPoint |
StiLinearBarGeometry.getCenter()
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.scales |
---|
Methods in com.stimulsoft.report.infographics.gauge.scales that return StiPoint | |
---|---|
StiPoint |
StiRadialScale.getCenter()
center of the radial scale. |
Methods in com.stimulsoft.report.infographics.gauge.scales with parameters of type StiPoint | |
---|---|
void |
StiRadialScale.setCenter(StiPoint center)
center of the radial scale. |
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.skins |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins with parameters of type StiPoint | |
---|---|
abstract void |
StiGaugeElementSkin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.skins.markerindicator |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.markerindicator with parameters of type StiPoint | |
---|---|
void |
StiMarker9Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker8Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker7Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker6Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker5Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker4Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker15Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker14Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker13Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker12Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker11Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker10Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.skins.needleindicator |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.needleindicator with parameters of type StiPoint | |
---|---|
void |
StiNeedleIndicator4Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiNeedleIndicator3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiNeedleIndicator2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiNeedleIndicator1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.skins.stateindicator |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.stateindicator with parameters of type StiPoint | |
---|---|
void |
StiState3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiState2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiState1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiPoint in com.stimulsoft.report.infographics.gauge.skins.tickmark |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.tickmark with parameters of type StiPoint | |
---|---|
void |
StiMark7Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark6Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark5Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark4Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiPoint in com.stimulsoft.report.painters |
---|
Methods in com.stimulsoft.report.painters with parameters of type StiPoint | |
---|---|
void |
StiGaugeContextPainter.addPushMatrixGaugeGeom(double angle,
StiPoint centerPoint)
|
void |
StiGaugeContextPainter.addRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle,
int maximalWidth,
boolean wordWrap)
|
Uses of StiPoint in com.stimulsoft.report.painters.components |
---|
Methods in com.stimulsoft.report.painters.components with parameters of type StiPoint | |
---|---|
void |
StiBarCodePainter.baseFillPolygon(StiGraphics g,
StiBrush brush,
StiPoint[] points,
double zoom,
double pageZoom)
|
Uses of StiPoint in com.stimulsoft.report.painters.context.gauge.geoms |
---|
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StiPoint | |
---|---|
StiPoint |
StiRadialRangeGaugeGeom.centerPoint
|
StiPoint |
StiPushMatrixGaugeGeom.CenterPoint
|
StiPoint |
StiGraphicsPathLineGaugeGeom.p1
|
StiPoint |
StiGraphicsPathLineGaugeGeom.p2
|
StiPoint[] |
StiGraphicsPathLinesGaugeGeom.points
|
StiPoint |
StiGraphicsPathGaugeGeom.StartPoint
|
Methods in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiPoint | |
---|---|
void |
StiGraphicsPathGaugeGeom.addGraphicsPathLineGaugeGeom(StiPoint p1,
StiPoint p2)
|
void |
StiGraphicsPathGaugeGeom.addGraphicsPathLinesGaugeGeom(StiPoint[] points)
|
Constructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiPoint | |
---|---|
StiGraphicsPathGaugeGeom(StiRectangle rect,
StiPoint startPoint,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
|
StiGraphicsPathLineGaugeGeom(StiPoint p1,
StiPoint p2)
|
|
StiGraphicsPathLinesGaugeGeom(StiPoint[] points)
|
|
StiPushMatrixGaugeGeom(double angle,
StiPoint centerPoint)
|
|
StiRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
Uses of StiPoint in com.stimulsoft.report.painters.context.map |
---|
Methods in com.stimulsoft.report.painters.context.map that return StiPoint | |
---|---|
StiPoint |
StiMoveToMapGeom.getLastPoint()
|
StiPoint |
StiMapGeom.getLastPoint()
|
StiPoint |
StiLineMapGeom.getLastPoint()
|
StiPoint |
StiBeziersMapGeom.getLastPoint()
|
StiPoint |
StiBezierMapGeom.getLastPoint()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |