}
public JRTimeSeriesPlot getTimeSeriesPlot( JRTimeSeriesPlot plot ){
JRFillTimeSeriesPlot fillPlot = null;
if( plot != null ){
fillPlot = (JRFillTimeSeriesPlot)get( plot );
if( fillPlot == null ){
fillPlot = new JRFillTimeSeriesPlot( plot, this );
}
}
return fillPlot;