public MapPlotResourceManager() {
   for (PlotLineStyle plotLineStyle : PlotLineStyle.values()) {
     for (PlotLineColor plotLineColor : PlotLineColor.values()) {
       preparedLineDefs.add(PlotLineDef.newInstance(plotLineColor.getColor(), plotLineStyle));
     }
   }
 }