Class StiDrawingHelper

java.lang.Object
com.stimulsoft.report.infographics.gauge.helpers.StiDrawingHelper

public class StiDrawingHelper extends Object
Copyright Stimulsoft
  • 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)