webmngr.tests
Class RandomDataSources

java.lang.Object
  |
  +--webmngr.tests.RandomDataSources
All Implemented Interfaces:
com.jrefinery.chart.event.DataSourceChangeListener

public class RandomDataSources
extends java.lang.Object
implements com.jrefinery.chart.event.DataSourceChangeListener

Gera valores aleatórios a cada intervalo de tempo para mostrar o gráfico animado desses valores gerados. Title: WebManager v2.0 Description: A web tool to network management. Copyright: Copyright (c) 2002 Company: DSC/UFPB

Author:
Adriano Carolino de Melo

Constructor Summary
RandomDataSources()
           
RandomDataSources(int numValues)
           
 
Method Summary
 void dataSourceChanged(com.jrefinery.chart.event.DataSourceChangeEvent event)
          Receives the event that data source has changed.
 GraphicData getGraphicData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomDataSources

public RandomDataSources()

RandomDataSources

public RandomDataSources(int numValues)
Method Detail

getGraphicData

public GraphicData getGraphicData()

dataSourceChanged

public void dataSourceChanged(com.jrefinery.chart.event.DataSourceChangeEvent event)
Receives the event that data source has changed.
Specified by:
dataSourceChanged in interface com.jrefinery.chart.event.DataSourceChangeListener