org.gscg.common.gui.statistics.components
Interface StatisticsChartInterface

All Superinterfaces:
StatisticsInterface
All Known Implementing Classes:
BoxAndWhiskerChart, StatisticsXYChart

public interface StatisticsChartInterface
extends StatisticsInterface

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.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:54 $
Author:
Stijn-Pieter van Houten

Method Summary
 java.lang.String getChartTitle()
          Method getChartTitle
 org.jfree.chart.JFreeChart getJFreeChart()
          Method getJFreeChart
 nl.tudelft.simulation.jstats.Swingable getSwingable()
          Method getSwingable.
 
Methods inherited from interface org.gscg.common.gui.statistics.components.StatisticsInterface
setStatus
 

Method Detail

getChartTitle

public java.lang.String getChartTitle()
Method getChartTitle

Returns:
returns the title of the chart

getSwingable

public nl.tudelft.simulation.jstats.Swingable getSwingable()
Method getSwingable.

Returns:
returns an object implementing the Swingable interface

getJFreeChart

public org.jfree.chart.JFreeChart getJFreeChart()
Method getJFreeChart

Returns:
returns an object which may be placed in a chart panel


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