From afac7b9105c2508eabf849fddf33783a506d8cbc Mon Sep 17 00:00:00 2001 From: pompert <sdos@astron.nl> Date: Tue, 23 May 2006 14:34:22 +0000 Subject: [PATCH] BugID: 701 Additions: -None Mods: -Updated javadoc --- .../src/nl/astron/lofar/java/gui/plotter/PlotController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotController.java b/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotController.java index 78152030ef7..f97e05b9d81 100644 --- a/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotController.java +++ b/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotController.java @@ -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 -- GitLab