Class StatisticsTable
- java.lang.Object
-
- nl.tudelft.simulation.dsol.swing.statistics.StatisticsTable
-
- All Implemented Interfaces:
Swingable
public class StatisticsTable extends Object implements Swingable
StatisticsTable.java.Copyright (c) 2020-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description StatisticsTable(StatisticsTableModel table)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainergetSwingPanel()represents this statisticsObject as Container.
-
-
-
Constructor Detail
-
StatisticsTable
public StatisticsTable(StatisticsTableModel table)
Constructor.- Parameters:
table- StatisticsTableModel; the statistics table that is represented on the screen
-
-
Method Detail
-
getSwingPanel
public Container getSwingPanel() throws RemoteException
represents this statisticsObject as Container.- Specified by:
getSwingPanelin interfaceSwingable- Returns:
- Container; the result
- Throws:
RemoteException- on network failure
-
-