Class StiGraphicsPathArcGaugeGeom

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

public class StiGraphicsPathArcGaugeGeom extends StiGaugeGeom
Copyright Stimulsoft
  • Field Details

    • x

      public double x
    • y

      public double y
    • width

      public double width
    • height

      public double height
    • startAngle

      public double startAngle
    • sweepAngle

      public double sweepAngle
  • Constructor Details

    • StiGraphicsPathArcGaugeGeom

      public StiGraphicsPathArcGaugeGeom(double x, double y, double width, double height, double startAngle, double sweepAngle)
  • Method Details