Class StiRadialRangeGaugeGeom

java.lang.Object
com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
com.stimulsoft.report.painters.context.gauge.geoms.StiRadialRangeGaugeGeom

public class StiRadialRangeGaugeGeom extends StiGaugeGeom
Copyright Stimulsoft
  • Field Details

    • rect

      public StiRectangle rect
    • background

      public StiBrush background
    • borderBrush

      public StiBrush borderBrush
    • borderWidth

      public double borderWidth
    • centerPoint

      public StiPoint centerPoint
    • startAngle

      public double startAngle
    • sweepAngle

      public double sweepAngle
    • radius1

      public double radius1
    • radius2

      public double radius2
    • radius3

      public double radius3
    • radius4

      public double radius4
  • Constructor Details

    • StiRadialRangeGaugeGeom

      public StiRadialRangeGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4)
  • Method Details