Interface ChartFactoryAware
-
- All Superinterfaces:
BeanAware
- All Known Implementing Classes:
AbstractAnalyzer,AlignmentDataAnalyzer,DispersionAnalyzer,DispersionMuAnalyzer,KickResponsePlugin,MultiturnDisplaySet,NormalizedDispersionDiffAnalyzer,NormalizedResponseAnalyzer,NormalizedResponseDiffAnalyzer,ResponseTrajAnalyzer,TrajectoryDisplaySet
public interface ChartFactoryAware extends BeanAware
interface to be implemented if the bean needs the chartFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetChartFactory(ChartFactory chartFactory)set the chart factory
-
-
-
Method Detail
-
setChartFactory
void setChartFactory(ChartFactory chartFactory)
set the chart factory- Parameters:
chartFactory- theChartFactoryto set
-
-