Class StiDrawingHelper
java.lang.Object
com.stimulsoft.report.infographics.gauge.helpers.StiDrawingHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<StiPathCommand> getArcGeometry(StiRectangle rect, double startAngle, double sweepAngle, double startWidth, double endWidth) static List<StiPathCommand> getRadialRangeGeometry(StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4) static List<StiPathCommand> getRoundedPath(StiRectangle rect, int offset, int leftTop, int rightTop, int rightBottom, int leftBottom)
-
Constructor Details
-
StiDrawingHelper
public StiDrawingHelper()
-
-
Method Details
-
getRoundedPath
public static List<StiPathCommand> getRoundedPath(StiRectangle rect, int offset, int leftTop, int rightTop, int rightBottom, int leftBottom) -
getArcGeometry
public static List<StiPathCommand> getArcGeometry(StiRectangle rect, double startAngle, double sweepAngle, double startWidth, double endWidth) -
getRadialRangeGeometry
public static List<StiPathCommand> getRadialRangeGeometry(StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4)
-