/**
*
*/
public JRHighLowPlot getHighLowPlot(JRHighLowPlot highLowPlot) {
JRFillHighLowPlot fillHighLowPlot = null;
if (highLowPlot != null){
fillHighLowPlot = (JRFillHighLowPlot)get(highLowPlot);
if (fillHighLowPlot == null){
fillHighLowPlot = new JRFillHighLowPlot(highLowPlot, this);
}
}
return fillHighLowPlot;
}