Uses of Interface
de.laures.cewolf.DatasetProducer

Packages that use DatasetProducer
de.laures.cewolf.dp Custom DatasetProducer. 
de.laures.cewolf.taglib Framework classes for the tag library implementation. 
de.laures.cewolf.taglib.tags Implementation of the specific tags. 
 

Uses of DatasetProducer in de.laures.cewolf.dp
 

Classes in de.laures.cewolf.dp that implement DatasetProducer
 class DataSourceXYDatasetProducer
           
 class MovingAverageDatasetProducer
           
 

Uses of DatasetProducer in de.laures.cewolf.taglib
 

Fields in de.laures.cewolf.taglib declared as DatasetProducer
private  DatasetProducer DataContainer.producer
           
 

Methods in de.laures.cewolf.taglib with parameters of type DatasetProducer
 void DataAware.setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)
           
 void DataContainer.setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)
           
 void PlotDefinition.setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)
           
 void SimpleChartDefinition.setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)
           
 

Uses of DatasetProducer in de.laures.cewolf.taglib.tags
 

Methods in de.laures.cewolf.taglib.tags with parameters of type DatasetProducer
 void PlotTag.setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)
           
 void SimpleChartTag.setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)