Uses of Class
org.jrobin.data.Plottable

Packages that use Plottable
org.jrobin.data JRobin data management. 
org.jrobin.graph JRobin graph capabilities. 
 

Uses of Plottable in org.jrobin.data
 

Subclasses of Plottable in org.jrobin.data
 class CubicSplineInterpolator
          Class used to interpolate datasource values from the collection of (timestamp, values) points using natural cubic spline interpolation.
 class LinearInterpolator
          Class used to interpolate datasource values from the collection of (timestamp, values) points.
 

Methods in org.jrobin.data with parameters of type Plottable
 void DataProcessor.addDatasource(String name, Plottable plottable)
          Adds a custom, plottable datasource (PDEF).
 

Uses of Plottable in org.jrobin.graph
 

Methods in org.jrobin.graph with parameters of type Plottable
 void RrdGraphDef.datasource(String name, Plottable plottable)
          Creates a new (plottable) datasource.
 



Copyright © 2003-2008. All Rights Reserved.