Uses of Class
adams.flow.sink.canvas.DataPool
-
Packages that use DataPool Package Description adams.flow.sink.canvas -
-
Uses of DataPool in adams.flow.sink.canvas
Fields in adams.flow.sink.canvas declared as DataPool Modifier and Type Field Description protected DataPool
DataPoolPanel. m_Pool
the data pool.Methods in adams.flow.sink.canvas that return DataPool Modifier and Type Method Description DataPool
AbstractDataPoolPaintlet. getDataPool()
Returns the data pool to paint.DataPool
DataPoolPaintlet. getDataPool()
Returns the data pool to paint.DataPool
DataPoolPanel. getPool()
Returns the data pool.Methods in adams.flow.sink.canvas with parameters of type DataPool Modifier and Type Method Description protected String
AbstractDataPoolPostProcessor. check(DataPool pool)
Checks whether the pool can be processed,protected abstract String
AbstractDataPoolPostProcessor. doPostProcess(DataPool pool)
Does the actual post-processing.protected String
PassThrough. doPostProcess(DataPool pool)
Does nothing.String
AbstractDataPoolPostProcessor. postProcess(DataPool pool)
Post-processes the data pool.Constructors in adams.flow.sink.canvas with parameters of type DataPool Constructor Description DataPool(DataPool pool)
Initializes the pool with the content of the specified pool.
-