public class StiDrawingHelper
extends java.lang.Object
| Constructor and Description |
|---|
StiDrawingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<StiPathCommand> |
getArcGeometry(StiRectangle rect,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth) |
static java.util.List<StiPathCommand> |
getRadialRangeGeometry(StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4) |
static java.util.List<StiPathCommand> |
getRoundedPath(StiRectangle rect,
int offset,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom) |
public static java.util.List<StiPathCommand> getRoundedPath(StiRectangle rect, int offset, int leftTop, int rightTop, int rightBottom, int leftBottom)
public static java.util.List<StiPathCommand> getArcGeometry(StiRectangle rect, double startAngle, double sweepAngle, double startWidth, double endWidth)
public static java.util.List<StiPathCommand> getRadialRangeGeometry(StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4)
Copyright © 2019 Stimulsoft. All Rights Reserved.