Class PieGraphDrawable

java.lang.Object
org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable

public class PieGraphDrawable extends Object
  • Constructor Details

    • PieGraphDrawable

      public PieGraphDrawable()
  • Method Details

    • draw

      public void draw(Graphics2D graphics, Rectangle2D drawArea)
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • getMediumColor

      public Color getMediumColor()
    • setMediumColor

      public void setMediumColor(Color mediumColor)
    • getHighColor

      public Color getHighColor()
    • setHighColor

      public void setHighColor(Color highColor)
    • getLowColor

      public Color getLowColor()
    • setLowColor

      public void setLowColor(Color lowColor)
    • getMediumSlice

      public Number getMediumSlice()
    • setMediumSlice

      public void setMediumSlice(Number mediumSlice)
    • getHighSlice

      public Number getHighSlice()
    • setHighSlice

      public void setHighSlice(Number highSlice)
    • getLowSlice

      public Number getLowSlice()
    • setLowSlice

      public void setLowSlice(Number lowSlice)
    • getValue

      public Number getValue()
    • setValue

      public void setValue(Number value)
    • isCounterClockWise

      public boolean isCounterClockWise()
    • setCounterClockWise

      public void setCounterClockWise(boolean counterClockWise)
    • getStartAngle

      public int getStartAngle()
    • setStartAngle

      public void setStartAngle(int startAngle)
    • getBackground

      public Color getBackground()
    • setBackground

      public void setBackground(Color background)