public class BoxAndWhiskerChart extends Object implements Swingable
Modifier and Type | Field and Description |
---|---|
static Font |
TITLE_FONT
TITLE_FONT refers to the font to be used for the title of the plot
|
Constructor and Description |
---|
BoxAndWhiskerChart(String title)
constructs a new BoxAndWhiskerChart
|
Modifier and Type | Method and Description |
---|---|
void |
add(Tally tally)
adds a tally to the chart
|
org.jfree.chart.JFreeChart |
getChart()
returns the chart
|
double |
getConfidenceInterval()
Returns the confidence interval of the BoxAndWhiskerPlot
|
Container |
getSwingPanel()
returns the swing panel of this chart
|
void |
setConfidenceInterval(double confidenceInterval)
sets the confidence interval of the plot.
|
public static final Font TITLE_FONT
public BoxAndWhiskerChart(String title)
title
- the title of the chartpublic void add(Tally tally)
tally
- the tally to be addedpublic org.jfree.chart.JFreeChart getChart()
public Container getSwingPanel()
getSwingPanel
in interface Swingable
public double getConfidenceInterval()
public void setConfidenceInterval(double confidenceInterval)
confidenceInterval
- the confidence intervalCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.