jAER project on SourceForge

Uses of Class
net.sf.jaer.util.chart.Series

Packages that use Series
ch.unizh.ini.jaer.projects.topology Learning topology based on event timing with the silicon retina. 
net.sf.jaer.util.chart This package enables simple chart plotting. 
 

Uses of Series in ch.unizh.ini.jaer.projects.topology
 

Fields in ch.unizh.ini.jaer.projects.topology declared as Series
 Series TopologyTracker.Monitor.progress
           
 Series TopologyTracker.Monitor.utilization
           
 

Uses of Series in net.sf.jaer.util.chart
 

Subclasses of Series in net.sf.jaer.util.chart
 class VectorSeries
          The VectorSeries class.
 

Fields in net.sf.jaer.util.chart declared as Series
protected  Series Category.data
           
 

Methods in net.sf.jaer.util.chart that return Series
 Series Category.getData()
          Get the data displayed by the category using some data transformation.
 

Methods in net.sf.jaer.util.chart with parameters of type Series
 void Category.setData(Series data)
          Set the data displayed by the category using some data transformation.
 

Constructors in net.sf.jaer.util.chart with parameters of type Series
Category(Series data, Axis[] axes)
          Create a new Category
 


jAER project on SourceForge