Class PieGraphDrawable
java.lang.Object
org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics2D graphics, Rectangle2D drawArea) getColor()
int
getValue()
boolean
void
setBackground
(Color background) void
void
setCounterClockWise
(boolean counterClockWise) void
setHighColor
(Color highColor) void
setHighSlice
(Number highSlice) void
setLowColor
(Color lowColor) void
setLowSlice
(Number lowSlice) void
setMediumColor
(Color mediumColor) void
setMediumSlice
(Number mediumSlice) void
setStartAngle
(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
-