nl.tudelft.simulation.jstats.charts.boxAndWhisker
Class BoxAndWhiskerChart

java.lang.Object
  extended bynl.tudelft.simulation.jstats.charts.boxAndWhisker.BoxAndWhiskerChart
All Implemented Interfaces:
Swingable

public class BoxAndWhiskerChart
extends java.lang.Object
implements Swingable

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

Version:
2.0 21.09.2003
Author:
Peter Jacobs , Alexander Verbraeck

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

TITLE_FONT

public static final java.awt.Font TITLE_FONT
TITLE_FONT refers to the font to be used for the title of the plot

Constructor Detail

BoxAndWhiskerChart

public BoxAndWhiskerChart(java.lang.String title)
constructs a new BoxAndWhiskerChart

Parameters:
title - the title of the chart
Method Detail

add

public void add(Tally tally)
adds a tally to the chart

Parameters:
tally - the tally to be added

getChart

public org.jfree.chart.JFreeChart getChart()
returns the chart

Returns:
JFreeChart

getSwingPanel

public java.awt.Container getSwingPanel()
returns the swing panel of this chart

Specified by:
getSwingPanel in interface Swingable
Returns:
Container the swing panel


Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.