|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.jstats.charts.boxAndWhisker.BoxAndWhiskerChart
public class BoxAndWhiskerChart
The summaryuChart specifies a summaryChart.
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Field Summary | |
---|---|
static Font |
TITLE_FONT
TITLE_FONT refers to the font to be used for the title of the plot |
Constructor Summary | |
---|---|
BoxAndWhiskerChart(String title)
constructs a new BoxAndWhiskerChart |
Method Summary | |
---|---|
void |
add(Tally tally)
adds a tally to the 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Font TITLE_FONT
Constructor Detail |
---|
public BoxAndWhiskerChart(String title)
title
- the title of the chartMethod Detail |
---|
public void add(Tally tally)
tally
- the tally to be addedpublic JFreeChart getChart()
public Container getSwingPanel()
getSwingPanel
in interface Swingable
public double getConfidenceInterval()
public void setConfidenceInterval(double confidenceInterval)
confidenceInterval
- the confidence interval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |