Skip to content
Snippets Groups Projects
Commit afac7b91 authored by pompert's avatar pompert
Browse files

BugID: 701

Additions:
-None
Mods:
-Updated javadoc
parent 12d7195d
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class PlotController{
* @param type A plot type (as defined in PlotConstants.PLOT_*)
* @param separateLegend True to generate a separate legend JComponent,
* false to have a legend embedded in the plot
* @param constraints A data access identifier array
* @param constraints A data access object to be passed on to the data access layer
* @return the JComponent plot that has been generated by the configured
* framework
* @throws PlotterException will be thrown when either the Data Access
......@@ -163,7 +163,7 @@ public class PlotController{
/**
* This method will create an Image of a plot. It works identically to
* getPlot() as this method too reads an array of constraints.
* @param constraints The array of string constraints to be passed to the data access layer
* @param constraints The Object with constraints to be passed to the data access layer
* @return image file of the plot requested
* @throws PlotterException will be thrown when either the Data Access
* layer or the Plotter Framework have run into an exception that the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment