com.stimulsoft.report.infographics.gauge.helpers
Class StiDrawingHelper
java.lang.Object
com.stimulsoft.report.infographics.gauge.helpers.StiDrawingHelper
public class StiDrawingHelper
- extends java.lang.Object
Copyright Stimulsoft
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiDrawingHelper
public StiDrawingHelper()
getRoundedPath
public static java.util.List<StiPathCommand> getRoundedPath(StiRectangle rect,
int offset,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
getArcGeometry
public static java.util.List<StiPathCommand> getArcGeometry(StiRectangle rect,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
getRadialRangeGeometry
public static java.util.List<StiPathCommand> getRadialRangeGeometry(StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)