Interface IStiPieSeries

All Superinterfaces:
Cloneable, IStiAllowApplyBrush, IStiJsonReportObject, IStiSeries, IStiShowZerosSeries
All Known Subinterfaces:
IStiDoughnutSeries, IStiPie3dSeries
All Known Implementing Classes:
StiDoughnutSeries, StiPie3dSeries, StiPieSeries

public interface IStiPieSeries extends IStiSeries, IStiAllowApplyBrush, IStiShowZerosSeries
  • Method Details

    • getAllowApplyBrush

      boolean getAllowApplyBrush()
      Specified by:
      getAllowApplyBrush in interface IStiAllowApplyBrush
    • setAllowApplyBrush

      void setAllowApplyBrush(boolean value)
      Specified by:
      setAllowApplyBrush in interface IStiAllowApplyBrush
    • getAllowApplyBorderColor

      boolean getAllowApplyBorderColor()
    • setAllowApplyBorderColor

      void setAllowApplyBorderColor(boolean value)
    • getStartAngle

      float getStartAngle()
    • setStartAngle

      void setStartAngle(float value)
    • getBorderColor

      StiColor getBorderColor()
    • setBorderColor

      void setBorderColor(StiColor value)
    • getBrush

      StiBrush getBrush()
    • setBrush

      void setBrush(StiBrush value)
    • getLighting

      boolean getLighting()
    • setLighting

      void setLighting(boolean value)
    • getDiameter

      float getDiameter()
    • setDiameter

      void setDiameter(float value)
    • getDistance

      float getDistance()
    • setDistance

      void setDistance(float value)
    • getCutPieListValues

      ArrayList<Double> getCutPieListValues()
    • setCutPieListValues

      void setCutPieListValues(ArrayList<Double> value)