Mercurial > dive4elements > gnv-client
diff gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java @ 815:22c18083225e
Removed compiler warnings while JavaDoc generation.
gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 12 Apr 2010 06:59:33 +0000 |
parents | e8a9e84a0328 |
children | 5207d09e4af6 |
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java Fri Apr 09 14:34:45 2010 +0000 +++ b/gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java Mon Apr 12 06:59:33 2010 +0000 @@ -70,7 +70,6 @@ /** * Field of supported colors used for lines and data points in charts. - * Colors are: {@value}. */ protected static Color[] COLOR = { Color.black, Color.red, Color.green, Color.blue, Color.yellow, @@ -83,7 +82,7 @@ protected static int nextColor = 0; /** - * Default <code>PlotOrientation</code>. Its value is {@value}. + * Default <code>PlotOrientation</code>. */ protected PlotOrientation PLOT_ORIENTATION = PlotOrientation.VERTICAL; @@ -172,9 +171,6 @@ } - /** - * @see de.intevation.gnv.chart.AbstractChart#initChart() - */ protected void initChart() { chart = ChartFactory.createXYLineChart( labels.getTitle(), @@ -191,15 +187,12 @@ /** * Method used to adjust the axes after chart generation. Methods for i18n - * support ({@link #localizeDomainAxis and {@link #localizeRangeAxis) are - * called and axes of this series are expanded ({@link org.jfree.data.Range#expand( - * Range, double, double}). + * support ({@link #localizeDomainAxis} and {@link #localizeRangeAxis}) are + * called and axes of this series are expanded. * * @param seriesKey Identifier of an axis which have to be adjusted. * @param idx Set the axis identified by <code>seriesKey</code> to position * <code>idx</code>. - * - * @see org.jfree.data.Range#expand(Range, double, double) */ protected void prepareAxis(String seriesKey, int idx) { log.debug("prepare axis of xychart");