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 DataPoolDataPoolPanel. m_Poolthe data pool.Methods in adams.flow.sink.canvas that return DataPool Modifier and Type Method Description DataPoolAbstractDataPoolPaintlet. getDataPool()Returns the data pool to paint.DataPoolDataPoolPaintlet. getDataPool()Returns the data pool to paint.DataPoolDataPoolPanel. getPool()Returns the data pool.Methods in adams.flow.sink.canvas with parameters of type DataPool Modifier and Type Method Description protected StringAbstractDataPoolPostProcessor. check(DataPool pool)Checks whether the pool can be processed,protected abstract StringAbstractDataPoolPostProcessor. doPostProcess(DataPool pool)Does the actual post-processing.protected StringPassThrough. doPostProcess(DataPool pool)Does nothing.StringAbstractDataPoolPostProcessor. 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.
-