org.gscg.common.gui.statistics.components
Class StatisticsStockXYChart

java.lang.Object
  extended byorg.gscg.common.gui.statistics.components.StatisticsXYChart
      extended byorg.gscg.common.gui.statistics.components.StatisticsStockXYChart
All Implemented Interfaces:
java.util.EventListener, nl.tudelft.simulation.event.EventListenerInterface, StatisticsChartInterface, StatisticsInterface

public class StatisticsStockXYChart
extends StatisticsXYChart

The StatisticsStockXYChart is used to display a set of values (x,y) using a xy-chart.
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

Field Summary
 
Fields inherited from class org.gscg.common.gui.statistics.components.StatisticsXYChart
actorPanel, cache, eventType, xyChart
 
Constructor Summary
StatisticsStockXYChart(ActorApplicationInterface actorPanel, nl.tudelft.simulation.event.EventType eventType, java.lang.String chartName, java.lang.String domainLabel, java.lang.String rangeLabel, double runLength, java.lang.String titleSubString)
          the StatisticsStockXYChart show the statistics per area which are used in the are infromation frame
 
Method Summary
 void notify(nl.tudelft.simulation.event.EventInterface event)
           
 
Methods inherited from class org.gscg.common.gui.statistics.components.StatisticsXYChart
createXYChart, getChartTitle, getJFreeChart, getSwingable, getXyChart, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsStockXYChart

public StatisticsStockXYChart(ActorApplicationInterface actorPanel,
                              nl.tudelft.simulation.event.EventType eventType,
                              java.lang.String chartName,
                              java.lang.String domainLabel,
                              java.lang.String rangeLabel,
                              double runLength,
                              java.lang.String titleSubString)
the StatisticsStockXYChart show the statistics per area which are used in the are infromation frame

Parameters:
actorPanel - the actor panel
eventType - the event type is used to update the xy chart
chartName - the name of the chart
domainLabel - the label of the domain
rangeLabel - the label of the range
runLength - the run length
titleSubString - the title substring to search for
Method Detail

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.