Class PieGraphDrawable
java.lang.Object
org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(Graphics2D graphics, Rectangle2D drawArea) getColor()intgetValue()booleanvoidsetBackground(Color background) voidvoidsetCounterClockWise(boolean counterClockWise) voidsetHighColor(Color highColor) voidsetHighSlice(Number highSlice) voidsetLowColor(Color lowColor) voidsetLowSlice(Number lowSlice) voidsetMediumColor(Color mediumColor) voidsetMediumSlice(Number mediumSlice) voidsetStartAngle(int startAngle) void
-
Constructor Details
-
PieGraphDrawable
public PieGraphDrawable()
-
-
Method Details
-
draw
-
getColor
-
setColor
-
getMediumColor
-
setMediumColor
-
getHighColor
-
setHighColor
-
getLowColor
-
setLowColor
-
getMediumSlice
-
setMediumSlice
-
getHighSlice
-
setHighSlice
-
getLowSlice
-
setLowSlice
-
getValue
-
setValue
-
isCounterClockWise
public boolean isCounterClockWise() -
setCounterClockWise
public void setCounterClockWise(boolean counterClockWise) -
getStartAngle
public int getStartAngle() -
setStartAngle
public void setStartAngle(int startAngle) -
getBackground
-
setBackground
-