A B C D G L O P S T V

A

AbstractPlotGenerator - Class in org.shredzone.bullshitcharts.chart
Abstract implementation of PlotGenerator.
AbstractPlotGenerator() - Constructor for class org.shredzone.bullshitcharts.chart.AbstractPlotGenerator
 
addChoice(String) - Method in class org.shredzone.bullshitcharts.dataset.PieDatasetCreator
Adds a choice to the pie.
AgreementPieGenerator - Class in org.shredzone.bullshitcharts.chart
Creates a chart showing agreement to a certain topic.
AgreementPieGenerator() - Constructor for class org.shredzone.bullshitcharts.chart.AgreementPieGenerator
 

B

BarChartGenerator - Class in org.shredzone.bullshitcharts.chart
Creates a bar chart of a given choice of slices.
BarChartGenerator() - Constructor for class org.shredzone.bullshitcharts.chart.BarChartGenerator
 

C

ChartServlet - Class in org.shredzone.bullshitcharts.servlet
Servlet that returns a random chart depending on the path name and request parameters.
ChartServlet() - Constructor for class org.shredzone.bullshitcharts.servlet.ChartServlet
 
ChoicePieGenerator - Class in org.shredzone.bullshitcharts.chart
Creates a pie chart of a given choice of slices.
ChoicePieGenerator() - Constructor for class org.shredzone.bullshitcharts.chart.ChoicePieGenerator
 
configure(ServletRequest) - Method in class org.shredzone.bullshitcharts.chart.AbstractPlotGenerator
Configures the PlotGenerator using the ServletRequest parameters.
configure(ServletRequest) - Method in interface org.shredzone.bullshitcharts.chart.PlotGenerator
Configures the PlotGenerator using the given ServletRequest.

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.bullshitcharts.servlet.ChartServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.bullshitcharts.servlet.ChartServlet
 

G

generate() - Method in class org.shredzone.bullshitcharts.chart.AgreementPieGenerator
 
generate() - Method in class org.shredzone.bullshitcharts.chart.BarChartGenerator
 
generate() - Method in class org.shredzone.bullshitcharts.chart.ChoicePieGenerator
 
generate() - Method in class org.shredzone.bullshitcharts.chart.LineChartGenerator
 
generate() - Method in interface org.shredzone.bullshitcharts.chart.PlotGenerator
Generate a Plot.
generate() - Method in class org.shredzone.bullshitcharts.dataset.LineDatasetCreator
Generates a CategoryDataset out of the given parameters.
generate() - Method in class org.shredzone.bullshitcharts.dataset.PieDatasetCreator
Generates a PieDataset out of the given parameters.
getAmplitude() - Method in class org.shredzone.bullshitcharts.chart.AbstractPlotGenerator
Gets the desired amplitude, as a factor between 0.0d and 0.4d.
getResolution() - Method in class org.shredzone.bullshitcharts.chart.AbstractPlotGenerator
Gets the desired resolution, in columns.
getTendency() - Method in class org.shredzone.bullshitcharts.chart.AbstractPlotGenerator
Returns the desired tendency.
getValue(String, String) - Method in class org.shredzone.bullshitcharts.chart.AbstractPlotGenerator
Gets a servlet parameter as value.

L

LineChartGenerator - Class in org.shredzone.bullshitcharts.chart
Creates a line chart of a given choice of slices.
LineChartGenerator() - Constructor for class org.shredzone.bullshitcharts.chart.LineChartGenerator
 
LineDatasetCreator - Class in org.shredzone.bullshitcharts.dataset
Creates a random CategoryDataset.
LineDatasetCreator() - Constructor for class org.shredzone.bullshitcharts.dataset.LineDatasetCreator
 

O

org.shredzone.bullshitcharts.chart - package org.shredzone.bullshitcharts.chart
 
org.shredzone.bullshitcharts.dataset - package org.shredzone.bullshitcharts.dataset
 
org.shredzone.bullshitcharts.servlet - package org.shredzone.bullshitcharts.servlet
 

P

PieDatasetCreator - Class in org.shredzone.bullshitcharts.dataset
Creates a random PieDataset.
PieDatasetCreator() - Constructor for class org.shredzone.bullshitcharts.dataset.PieDatasetCreator
 
PlotGenerator - Interface in org.shredzone.bullshitcharts.chart
Generates Plot about a given topic.

S

setAmplitude(double) - Method in class org.shredzone.bullshitcharts.dataset.LineDatasetCreator
Sets the amplitude of the curve.
setFavouriteChoice(String) - Method in class org.shredzone.bullshitcharts.dataset.PieDatasetCreator
Makes a choice the favourite choice.
setNumberOfValues(int) - Method in class org.shredzone.bullshitcharts.dataset.LineDatasetCreator
Sets the number of values generated by this dataset.
setObnoxiousChoice(String) - Method in class org.shredzone.bullshitcharts.dataset.PieDatasetCreator
Makes a choice the obnoxed choice.
setTendency(Tendency) - Method in class org.shredzone.bullshitcharts.dataset.LineDatasetCreator
Sets the Tendency to be used for this dataset.
setTendency(Tendency) - Method in class org.shredzone.bullshitcharts.dataset.PieDatasetCreator
Sets the Tendency to be used for this pie.

T

Tendency - Enum in org.shredzone.bullshitcharts.dataset
Tendency that the chart tries to express.

V

valueOf(String) - Static method in enum org.shredzone.bullshitcharts.dataset.Tendency
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.shredzone.bullshitcharts.dataset.Tendency
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D G L O P S T V

Copyright © 2009-2011 shredzone.org. All Rights Reserved.