Class StiGraphicsPathGaugeGeom

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

public class StiGraphicsPathGaugeGeom extends StiGaugeGeom
Copyright Stimulsoft
  • Field Details

    • Rect

      public StiRectangle Rect
    • Background

      public StiBrush Background
    • BorderBrush

      public StiBrush BorderBrush
    • BorderWidth

      public double BorderWidth
    • StartPoint

      public StiPoint StartPoint
  • Constructor Details

  • Method Details

    • getType

      public StiGaugeGeomType getType()
      Specified by:
      getType in class StiGaugeGeom
    • getGeoms

      public List<StiGaugeGeom> getGeoms()
      Returns:
      the geoms
    • addGraphicsPathArcGaugeGeom

      public void addGraphicsPathArcGaugeGeom(double x, double y, double width, double height, double startAngle, double sweepAngle)
    • addGraphicsPathCloseFigureGaugeGeom

      public void addGraphicsPathCloseFigureGaugeGeom()
    • addGraphicsPathLinesGaugeGeom

      public void addGraphicsPathLinesGaugeGeom(StiPoint[] points)
    • addGraphicsPathLineGaugeGeom

      public void addGraphicsPathLineGaugeGeom(StiPoint p1, StiPoint p2)