Library: Plot
Overview
Plot Layer
  • desc: Plot Layer
Constructors
Timeplot.Plot(timeplot, plotInfo)
A plot layer is the main building block for timeplots and it's the object that is responsible for painting the plot itself. Each plot needs to have a time geometry, either a DataSource (for time series plots) or an EventSource (for event plots) and a value geometry in case of time series plots. Such parameters are passed along in the 'plotInfo' map.
parameters
timeplot
plotInfo
methods
Functions
Timeplot.Plot.initialize()
Initialize the plot layer
Timeplot.Plot.dispose()
Dispose the plot layer and all the data sources and listeners associated to it
Timeplot.Plot.getDataSource()
Return the data source of this plot layer (it could be either a DataSource or an EventSource)
Timeplot.Plot.getTimeGeometry()
Return the time geometry associated with this plot layer
Timeplot.Plot.getValueGeometry()
Return the value geometry associated with this plot layer
Paint this plot layer
Objects
Generated by JsDoc Toolkit on Fri, 27 Jul 2007 04:11:47 GMT