nl.tudelft.simulation.jstats
Interface Swingable

All Known Implementing Classes:
BoxAndWhiskerChart, Counter, Histogram, Persistent, StatisticsObject, Tally, XYChart

public interface Swingable

An interface implemented by all charts and statistics objects defining their capability to present themselves as Swing component. These components can be dropped on any GUI panel.

(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.

Since:
1.0
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:41 $
Author:
Peter Jacobs

Method Summary
 Container getSwingPanel()
          represents this statisticsObject as Swing Container
 

Method Detail

getSwingPanel

Container getSwingPanel()
                        throws RemoteException
represents this statisticsObject as Swing Container

Returns:
a Container representation of an object
Throws:
RemoteException - on network failure


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