public MapReport(String filename, String title, LayerList ll, int period, int width, int height, int captionX, int captionY, boolean showLegend)
LayerList - This variable defines the layer to be used to draw your map. Variables defined in your legends can also be used here. See example below.
LayerList
width - The width of the map.
width
height - The height of the map.
height
captionX - The position of the legend as units from the left margin.
captionX
captionY - The position of the legend as units from the top margin.
captionY
boolean showLegend - This parameter shall be "true" if the legend is to be shown and "false" if not.
boolean showLegend