nl.tudelft.simulation.jstats
Interface Swingable

All Known Implementing Classes:
BoxAndWhiskerChart, Histogram, StatisticsObject, 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 2003 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Since:
1.0
Version:
1.4 2004-03-18
Author:
Peter Jacobs

Method Summary
 java.awt.Container getSwingPanel()
          represents this statisticsObject as Swing Container
 

Method Detail

getSwingPanel

public java.awt.Container getSwingPanel()
                                 throws java.rmi.RemoteException
represents this statisticsObject as Swing Container

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


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