org.gscg.common.gui.statistics.components
Class FinanceStatisticsXYChart
java.lang.Object
org.gscg.common.gui.statistics.components.StatisticsXYChart
org.gscg.common.gui.statistics.components.FinanceStatisticsXYChart
- All Implemented Interfaces:
- java.util.EventListener, nl.tudelft.simulation.event.EventListenerInterface, StatisticsChartInterface, StatisticsInterface
- public class FinanceStatisticsXYChart
- extends StatisticsXYChart
(c) copyright 2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
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.1.3
- Version:
- $Revision: 1.1 $ $Date: 2005/06/16 12:33:54 $
- Author:
- Stijn-Pieter
van Houten
Constructor Summary |
FinanceStatisticsXYChart(ActorApplicationInterface actorPanel,
nl.tudelft.simulation.event.EventType eventType,
java.lang.String chartName,
java.lang.String domainLabel,
java.lang.String rangeLabel,
double runLength)
constructs a new FinanceStatisticsXYChart |
Method Summary |
void |
notify(nl.tudelft.simulation.event.EventInterface event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FinanceStatisticsXYChart
public FinanceStatisticsXYChart(ActorApplicationInterface actorPanel,
nl.tudelft.simulation.event.EventType eventType,
java.lang.String chartName,
java.lang.String domainLabel,
java.lang.String rangeLabel,
double runLength)
- constructs a new FinanceStatisticsXYChart
- Parameters:
actorPanel
- the actor paneleventType
- the event typechartName
- the name of the chartdomainLabel
- the label of the domainrangeLabel
- the label of the rangerunLength
- the runlength, most likely expressed in days
notify
public void notify(nl.tudelft.simulation.event.EventInterface event)
throws java.rmi.RemoteException
- Specified by:
notify
in interface nl.tudelft.simulation.event.EventListenerInterface
- Specified by:
notify
in class StatisticsXYChart
- Throws:
java.rmi.RemoteException
- See Also:
EventListenerInterface.notify(nl.tudelft.simulation.event.EventInterface)
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.