|
|||||||||||
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
org.gscg.common.gui.statistics.components.BoxAndWhiskerChart
The BoxAndWhiskerChart is used to show the minimum, average and maxmimum of a set of values.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Field Summary |
Fields inherited from class nl.tudelft.simulation.jstats.charts.boxAndWhisker.BoxAndWhiskerChart |
TITLE_FONT |
Constructor Summary | |
BoxAndWhiskerChart(java.lang.String description,
ColorInterface actorPanel)
constructs a new BoxAndWhiskerChart |
Method Summary | |
void |
add(GamingPersistent gamingPersistent)
Method add |
java.lang.String |
getChartTitle()
Method getChartTitle |
org.jfree.chart.JFreeChart |
getJFreeChart()
Method getJFreeChart |
nl.tudelft.simulation.jstats.Swingable |
getSwingable()
Method getSwingable. |
void |
setStatus(boolean status)
Method setStatus sets the status of the statistic. |
java.lang.String |
toString()
|
Methods inherited from class nl.tudelft.simulation.jstats.charts.boxAndWhisker.BoxAndWhiskerChart |
add, getChart, getConfidenceInterval, getSwingPanel, setConfidenceInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BoxAndWhiskerChart(java.lang.String description, ColorInterface actorPanel)
description
- the description of the chartactorPanel
- the actor panelMethod Detail |
public java.lang.String getChartTitle()
StatisticsChartInterface
getChartTitle
in interface StatisticsChartInterface
StatisticsChartInterface.getChartTitle()
public org.jfree.chart.JFreeChart getJFreeChart()
StatisticsChartInterface
getJFreeChart
in interface StatisticsChartInterface
StatisticsChartInterface.getJFreeChart()
public nl.tudelft.simulation.jstats.Swingable getSwingable()
StatisticsChartInterface
getSwingable
in interface StatisticsChartInterface
StatisticsChartInterface.getSwingable()
public java.lang.String toString()
Object.toString()
public void add(GamingPersistent gamingPersistent)
gamingPersistent
- the gaming persistent to addpublic void setStatus(boolean status)
StatisticsInterface
setStatus
in interface StatisticsInterface
status
- true if the statistics should be listening to server-side
events; false otherwiseStatisticsInterface.setStatus(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |