B D G I L O P S 
All Classes All Packages

B

BarGraphDrawable - Class in org.pentaho.reporting.libraries.libsparklines
A very fast and very simple bar-graph drawable.
BarGraphDrawable() - Constructor for class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Creates a default bargraph drawable with some sensible default colors and spacings.

D

draw(Graphics2D, Rectangle2D) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Draws the bar-graph into the given Graphics2D context in the given area.
draw(Graphics2D, Rectangle2D) - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Draws the bar-graph into the given Graphics2D context in the given area.
draw(Graphics2D, Rectangle2D) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 

G

getAxe(Number[]) - Static method in class org.pentaho.reporting.libraries.libsparklines.util.GraphUtils
 
getBackground() - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Returns the color for the background of the graph.
getBackground() - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Returns the color for the background of the graph.
getBackground() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getColor() - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Returns the main color for the bars.
getColor() - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Returns the main color for the bars.
getColor() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getData() - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Returns the numeric data for the drawable or null, if the drawable has no data.
getData() - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Returns the numeric data for the drawable or null, if the drawable has no data.
getDivisor(Number[], int) - Static method in class org.pentaho.reporting.libraries.libsparklines.util.GraphUtils
Computes the scale factor to scale the given numeric data into the target height.
getHighColor() - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Returns the color for the highest bars.
getHighColor() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getHighSlice() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getLastColor() - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Returns the color for the last bar.
getLastColor() - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
 
getLowColor() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getLowSlice() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getMediumColor() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getMediumSlice() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getSpacing() - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Returns the spacing between the bars.
getSpacing() - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Returns the spacing between the bars.
getStartAngle() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
getValue() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
GraphUtils - Class in org.pentaho.reporting.libraries.libsparklines.util
A utility class that computes the scale factor for a given number array to scale the numbers into a predefined height.

I

isCounterClockWise() - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 

L

LineGraphDrawable - Class in org.pentaho.reporting.libraries.libsparklines
A very fast and very simple line-graph drawable.
LineGraphDrawable() - Constructor for class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Creates a default bargraph drawable with some sensible default colors and spacings.

O

org.pentaho.reporting.libraries.libsparklines - package org.pentaho.reporting.libraries.libsparklines
 
org.pentaho.reporting.libraries.libsparklines.util - package org.pentaho.reporting.libraries.libsparklines.util
 

P

PieGraphDrawable - Class in org.pentaho.reporting.libraries.libsparklines
 
PieGraphDrawable() - Constructor for class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 

S

setBackground(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Defines the color for the background of the graph.
setBackground(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Defines the color for the background of the graph.
setBackground(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Defines the main color for the bars.
setColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Defines the main color for the bars.
setColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setCounterClockWise(boolean) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setData(Number[]) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Defines the numeric data for the drawable or null, if the drawable has no data.
setData(Number[]) - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Defines the numeric data for the drawable or null, if the drawable has no data.
setHighColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Defines the color for the highest bars.
setHighColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setHighSlice(Number) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setLastColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Defines the color for the last bar.
setLastColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
 
setLowColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setLowSlice(Number) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setMediumColor(Color) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setMediumSlice(Number) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setSpacing(int) - Method in class org.pentaho.reporting.libraries.libsparklines.BarGraphDrawable
Defines the spacing between the bars.
setSpacing(int) - Method in class org.pentaho.reporting.libraries.libsparklines.LineGraphDrawable
Defines the spacing between the bars.
setStartAngle(int) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
setValue(Number) - Method in class org.pentaho.reporting.libraries.libsparklines.PieGraphDrawable
 
B D G I L O P S 
All Classes All Packages