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