You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(165) |
Nov
(296) |
Dec
(92) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(84) |
Feb
(20) |
Mar
(20) |
Apr
(42) |
May
(26) |
Jun
(30) |
Jul
(77) |
Aug
(151) |
Sep
(61) |
Oct
(259) |
Nov
(160) |
Dec
(76) |
2007 |
Jan
(159) |
Feb
(155) |
Mar
(183) |
Apr
(113) |
May
(110) |
Jun
(178) |
Jul
(56) |
Aug
(21) |
Sep
(50) |
Oct
(251) |
Nov
(218) |
Dec
(42) |
2008 |
Jan
(14) |
Feb
(37) |
Mar
(60) |
Apr
(77) |
May
(146) |
Jun
(256) |
Jul
(72) |
Aug
(51) |
Sep
(283) |
Oct
(22) |
Nov
(55) |
Dec
(53) |
2009 |
Jan
(56) |
Feb
(45) |
Mar
(56) |
Apr
(98) |
May
(84) |
Jun
(87) |
Jul
(32) |
Aug
(6) |
Sep
(19) |
Oct
|
Nov
(10) |
Dec
(6) |
2010 |
Jan
(2) |
Feb
(6) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(158) |
Nov
(17) |
Dec
(15) |
2012 |
Jan
(9) |
Feb
(3) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(22) |
Aug
(1) |
Sep
(29) |
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(259) |
Aug
(125) |
Sep
(24) |
Oct
(8) |
Nov
(132) |
Dec
(3) |
2014 |
Jan
(3) |
Feb
(26) |
Mar
(17) |
Apr
(8) |
May
|
Jun
(31) |
Jul
(126) |
Aug
(22) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(21) |
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
(19) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mu...@us...> - 2014-07-01 10:11:34
|
Revision: 3197 http://sourceforge.net/p/jfreechart/code/3197 Author: mungady Date: 2014-07-01 10:11:26 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/DefaultHeatMapDataset.java branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/HeatMapDataset.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/DefaultHeatMapDataset.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/DefaultHeatMapDataset.java 2014-07-01 10:09:50 UTC (rev 3196) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/DefaultHeatMapDataset.java 2014-07-01 10:11:26 UTC (rev 3197) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * -------------------------- * DefaultHeatMapDataset.java * -------------------------- - * (C) Copyright 2009, by Object Refinery Limited. + * (C) Copyright 2009-2014, by Object Refinery Limited. * * Original Author: David Gilbert (for Object Refinery Limited); * Contributor(s): -; @@ -123,7 +123,7 @@ * values are evenly spaced between {@link #getMinimumXValue()} and * {@link #getMaximumXValue()}. * - * @return The number of x-values (always > 0). + * @return The number of x-values (always > 0). */ @Override public int getXSampleCount() { @@ -135,7 +135,7 @@ * values are evenly spaced between {@link #getMinimumYValue()} and * {@link #getMaximumYValue()}. * - * @return The number of y-values (always > 0). + * @return The number of y-values (always > 0). */ @Override public int getYSampleCount() { @@ -322,7 +322,8 @@ * * @return A clone. * - * @throws java.lang.CloneNotSupportedException + * @throws java.lang.CloneNotSupportedException if there is a problem + * cloning. */ @Override public Object clone() throws CloneNotSupportedException { Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/HeatMapDataset.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/HeatMapDataset.java 2014-07-01 10:09:50 UTC (rev 3196) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/general/HeatMapDataset.java 2014-07-01 10:11:26 UTC (rev 3197) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ------------------- * HeatMapDataset.java * ------------------- - * (C) Copyright 2009, by Object Refinery Limited. + * (C) Copyright 2009-2014, by Object Refinery Limited. * * Original Author: David Gilbert (for Object Refinery Limited); * Contributor(s): -; @@ -54,7 +54,7 @@ * values are evenly spaced between {@link #getMinimumXValue()} and * {@link #getMaximumXValue()}. * - * @return The number of x-values (always > 0). + * @return The number of x-values (always > 0). */ public int getXSampleCount(); @@ -63,7 +63,7 @@ * values are evenly spaced between {@link #getMinimumYValue()} and * {@link #getMaximumYValue()}. * - * @return The number of y-values (always > 0). + * @return The number of y-values (always > 0). */ public int getYSampleCount(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:09:53
|
Revision: 3196 http://sourceforge.net/p/jfreechart/code/3196 Author: mungady Date: 2014-07-01 10:09:50 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/data/statistics/Regression.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/statistics/Regression.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/statistics/Regression.java 2014-07-01 10:07:53 UTC (rev 3195) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/statistics/Regression.java 2014-07-01 10:09:50 UTC (rev 3196) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * --------------- * Regression.java * --------------- - * (C) Copyright 2002-2013, by Object Refinery Limited. + * (C) Copyright 2002-2014, by Object Refinery Limited. * * Original Author: David Gilbert (for Object Refinery Limited); * Contributor(s): Peter Kolb (patch 2795746); @@ -57,7 +57,7 @@ /** * Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to * the data using ordinary least squares regression. The result is - * returned as a double[], where result[0] --> a, and result[1] --> b. + * returned as a double[], where result[0] --> a, and result[1] --> b. * * @param data the data. * @@ -100,7 +100,7 @@ /** * Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to * the data using ordinary least squares regression. The result is returned - * as a double[], where result[0] --> a, and result[1] --> b. + * as a double[], where result[0] --> a, and result[1] --> b. * * @param data the data. * @param series the series (zero-based index). @@ -144,7 +144,7 @@ /** * Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to * the data using a power regression equation. The result is returned as - * an array, where double[0] --> a, and double[1] --> b. + * an array, where double[0] --> a, and double[1] --> b. * * @param data the data. * @@ -187,7 +187,7 @@ /** * Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to * the data using a power regression equation. The result is returned as - * an array, where double[0] --> a, and double[1] --> b. + * an array, where double[0] --> a, and double[1] --> b. * * @param data the data. * @param series the series to fit the regression line against. @@ -233,7 +233,7 @@ * function of order n, y = a0 + a1 * x + a2 * x^2 + ... + an * x^n, * fitted to the data using a polynomial regression equation. * The result is returned as an array with a length of n + 2, - * where double[0] --> a0, double[1] --> a1, .., double[n] --> an. + * where double[0] --> a0, double[1] --> a1, .., double[n] --> an. * and double[n + 1] is the correlation coefficient R2 * Reference: J. D. Faires, R. L. Burden, Numerische Methoden (german * edition), pp. 243ff and 327ff. @@ -241,7 +241,7 @@ * @param dataset the dataset (<code>null</code> not permitted). * @param series the series to fit the regression line against (the series * must have at least order + 1 non-NaN items). - * @param order the order of the function (> 0). + * @param order the order of the function (> 0). * * @return The parameters. * @@ -319,7 +319,7 @@ /** * Returns a matrix with the following features: (1) the number of rows * and columns is 1 less than that of the original matrix; (2)the matrix - * is triangular, i.e. all elements a (row, column) with column > row are + * is triangular, i.e. all elements a (row, column) with column > row are * zero. This method is used for calculating a polynomial regression. * * @param matrix the start matrix. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:07:57
|
Revision: 3195 http://sourceforge.net/p/jfreechart/code/3195 Author: mungady Date: 2014-07-01 10:07:53 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeries.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeries.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeries.java 2014-07-01 10:07:20 UTC (rev 3194) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeries.java 2014-07-01 10:07:53 UTC (rev 3195) @@ -288,7 +288,7 @@ * automatically removed, ensuring that the maximum item count is not * exceeded. * - * @param maximum the maximum (requires >= 0). + * @param maximum the maximum (requires >= 0). * * @see #getMaximumItemCount() */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:07:27
|
Revision: 3194 http://sourceforge.net/p/jfreechart/code/3194 Author: mungady Date: 2014-07-01 10:07:20 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesTableModel.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesTableModel.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesTableModel.java 2014-07-01 10:07:02 UTC (rev 3193) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesTableModel.java 2014-07-01 10:07:20 UTC (rev 3194) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ------------------------- * TimeSeriesTableModel.java * ------------------------- - * (C) Copyright 2001-2008, by Object Refinery Limited. + * (C) Copyright 2001-2014, by Object Refinery Limited. * * Original Author: David Gilbert (for Object Refinery Limited); * Contributor(s): -; @@ -53,7 +53,7 @@ * a <code>JTable</code>. */ public class TimeSeriesTableModel extends AbstractTableModel - implements SeriesChangeListener { + implements SeriesChangeListener { /** The series. */ private TimeSeries series; @@ -87,7 +87,7 @@ * Creates a table model based on a time series. * * @param series the time series. - * @param editable if <ocde>true</code>, the table is editable. + * @param editable if {@code true}, the table is editable. */ public TimeSeriesTableModel(TimeSeries series, boolean editable) { this.series = series; @@ -109,7 +109,7 @@ /** * Returns the column class in the table model. * - * @param column The column index. + * @param column the column index. * * @return The column class in the table model. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:07:09
|
Revision: 3193 http://sourceforge.net/p/jfreechart/code/3193 Author: mungady Date: 2014-07-01 10:07:02 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeTableXYDataset.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeTableXYDataset.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeTableXYDataset.java 2014-07-01 10:05:11 UTC (rev 3192) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeTableXYDataset.java 2014-07-01 10:07:02 UTC (rev 3193) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ----------------------- * TimeTableXYDataset.java * ----------------------- - * (C) Copyright 2004-2013, by Andreas Schroeder and Contributors. + * (C) Copyright 2004-2014, by Andreas Schroeder and Contributors. * * Original Author: Andreas Schroeder; * Contributor(s): David Gilbert (for Object Refinery Limited); @@ -294,7 +294,7 @@ * Returns the time period for the specified item. Bear in mind that all * series share the same set of time periods. * - * @param item the item index (0 <= i <= {@link #getItemCount()}). + * @param item the item index (0 <= i <= {@link #getItemCount()}). * * @return The time period. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:05:18
|
Revision: 3192 http://sourceforge.net/p/jfreechart/code/3192 Author: mungady Date: 2014-07-01 10:05:11 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ModuloAxis.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ModuloAxis.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ModuloAxis.java 2014-07-01 10:04:40 UTC (rev 3191) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ModuloAxis.java 2014-07-01 10:05:11 UTC (rev 3192) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * --------------- * ModuloAxis.java * --------------- - * (C) Copyright 2004-2008, by Object Refinery Limited. + * (C) Copyright 2004-2014, by Object Refinery Limited. * * Original Author: David Gilbert (for Object Refinery Limited); * Contributor(s): -; @@ -60,7 +60,7 @@ private Range fixedRange; /** - * The display start value (this will sometimes be > displayEnd, in which + * The display start value (this will sometimes be > displayEnd, in which * case the axis wraps around at some point in the middle of the axis). */ private double displayStart; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:04:51
|
Revision: 3191 http://sourceforge.net/p/jfreechart/code/3191 Author: mungady Date: 2014-07-01 10:04:40 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ValueAxis.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ValueAxis.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ValueAxis.java 2014-07-01 10:02:53 UTC (rev 3190) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/ValueAxis.java 2014-07-01 10:04:40 UTC (rev 3191) @@ -274,7 +274,7 @@ /** * The number of minor ticks per major tick unit. This is an override - * field, if the value is > 0 it is used, otherwise the axis refers to the + * field, if the value is > 0 it is used, otherwise the axis refers to the * minorTickCount in the current tickUnit. */ private int minorTickCount; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:02:56
|
Revision: 3190 http://sourceforge.net/p/jfreechart/code/3190 Author: mungady Date: 2014-07-01 10:02:53 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/ChartMouseEventFX.java branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/DispatchHandlerFX.java branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/package-info.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/ChartMouseEventFX.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/ChartMouseEventFX.java 2014-07-01 10:01:03 UTC (rev 3189) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/ChartMouseEventFX.java 2014-07-01 10:02:53 UTC (rev 3190) @@ -51,7 +51,7 @@ * A mouse event for a chart that is displayed in a (JavaFX) * {@link ChartViewer}. * - * @see FXChartMouseListener + * @see ChartMouseListenerFX * * <p>THE API FOR THIS CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES. This is * so that we can incorporate feedback on the (new) JavaFX support in Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/DispatchHandlerFX.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/DispatchHandlerFX.java 2014-07-01 10:01:03 UTC (rev 3189) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/DispatchHandlerFX.java 2014-07-01 10:02:53 UTC (rev 3190) @@ -24,9 +24,9 @@ * [Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners.] * - * ------------------- + * ---------------------- * DispatchHandlerFX.java - * ------------------- + * ---------------------- * (C) Copyright 2014, by Object Refinery Limited and Contributors. * * Original Author: David Gilbert (for Object Refinery Limited); @@ -43,6 +43,7 @@ import java.awt.geom.Point2D; import javafx.scene.input.MouseEvent; import org.jfree.chart.fx.ChartCanvas; +import org.jfree.chart.fx.ChartViewer; /** * Handles mouse move and click events on the {@link ChartCanvas} by Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/package-info.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/package-info.java 2014-07-01 10:01:03 UTC (rev 3189) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/interaction/package-info.java 2014-07-01 10:02:53 UTC (rev 3190) @@ -1,5 +1,6 @@ /** * Contains classes that implement most of the interactivity for the - * {@link ChartViewer} and {@link ChartCanvas} components. + * {@link org.jfree.chart.fx.ChartViewer} and + * {@link org.jfree.chart.fx.ChartCanvas} components. */ package org.jfree.chart.fx.interaction; \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 10:01:06
|
Revision: 3189 http://sourceforge.net/p/jfreechart/code/3189 Author: mungady Date: 2014-07-01 10:01:03 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Check setOutlineStroke() arg. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java 2014-07-01 09:57:00 UTC (rev 3188) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java 2014-07-01 10:01:03 UTC (rev 3189) @@ -917,13 +917,14 @@ /** * Sets the outline stroke. * - * @param stroke the stroke (never <code>null</code>). + * @param stroke the stroke (<code>null</code> not permitted). * * @see #getOutlineStroke() * * @since 1.0.14 */ public void setOutlineStroke(Stroke stroke) { + ParamChecks.nullNotPermitted(stroke, "stroke"); this.outlineStroke = stroke; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:57:07
|
Revision: 3188 http://sourceforge.net/p/jfreechart/code/3188 Author: mungady Date: 2014-07-01 09:57:00 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Add setLineStroke() method. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java 2014-07-01 09:55:38 UTC (rev 3187) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LegendItem.java 2014-07-01 09:57:00 UTC (rev 3188) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * --------------- * LegendItem.java * --------------- - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Original Author: David Gilbert (for Object Refinery Limited); * Contributor(s): Andrzej Porebski; @@ -123,14 +123,14 @@ private String label; /** - * The label font (<code>null</code> is permitted). + * The label font ({@code null} is permitted). * * @since 1.0.11 */ private Font labelFont; /** - * The label paint (<code>null</code> is permitted). + * The label paint ({@code null} is permitted). * * @since 1.0.11 */ @@ -206,7 +206,7 @@ * Creates a legend item with the specified label. The remaining * attributes take default values. * - * @param label the label (<code>null</code> not permitted). + * @param label the label ({@code null} not permitted). * * @since 1.0.10 */ @@ -218,8 +218,8 @@ * Creates a legend item with the specified label and fill paint. The * remaining attributes take default values. * - * @param label the label (<code>null</code> not permitted). - * @param paint the paint (<code>null</code> not permitted). + * @param label the label ({@code null} not permitted). + * @param paint the paint ({@code null} not permitted). * * @since 1.0.12 */ @@ -232,12 +232,12 @@ * Creates a legend item with a filled shape. The shape is not outlined, * and no line is visible. * - * @param label the label (<code>null</code> not permitted). - * @param description the description (<code>null</code> permitted). - * @param toolTipText the tool tip text (<code>null</code> permitted). - * @param urlText the URL text (<code>null</code> permitted). - * @param shape the shape (<code>null</code> not permitted). - * @param fillPaint the paint used to fill the shape (<code>null</code> + * @param label the label ({@code null} not permitted). + * @param description the description ({@code null} permitted). + * @param toolTipText the tool tip text ({@code null} permitted). + * @param urlText the URL text ({@code null} permitted). + * @param shape the shape ({@code null} not permitted). + * @param fillPaint the paint used to fill the shape ({@code null} * not permitted). */ public LegendItem(String label, String description, @@ -256,22 +256,21 @@ /** * Creates a legend item with a filled and outlined shape. * - * @param label the label (<code>null</code> not permitted). - * @param description the description (<code>null</code> permitted). - * @param toolTipText the tool tip text (<code>null</code> permitted). - * @param urlText the URL text (<code>null</code> permitted). - * @param shape the shape (<code>null</code> not permitted). - * @param fillPaint the paint used to fill the shape (<code>null</code> + * @param label the label ({@code null} not permitted). + * @param description the description ({@code null} permitted). + * @param toolTipText the tool tip text ({@code null} permitted). + * @param urlText the URL text ({@code null} permitted). + * @param shape the shape ({@code null} not permitted). + * @param fillPaint the paint used to fill the shape ({@code null} * not permitted). - * @param outlineStroke the outline stroke (<code>null</code> not + * @param outlineStroke the outline stroke ({@code null} not * permitted). - * @param outlinePaint the outline paint (<code>null</code> not + * @param outlinePaint the outline paint ({@code null} not * permitted). */ - public LegendItem(String label, String description, - String toolTipText, String urlText, - Shape shape, Paint fillPaint, - Stroke outlineStroke, Paint outlinePaint) { + public LegendItem(String label, String description, String toolTipText, + String urlText, Shape shape, Paint fillPaint, Stroke outlineStroke, + Paint outlinePaint) { this(label, description, toolTipText, urlText, /* shape visible = */ true, shape, @@ -285,17 +284,16 @@ /** * Creates a legend item using a line. * - * @param label the label (<code>null</code> not permitted). - * @param description the description (<code>null</code> permitted). - * @param toolTipText the tool tip text (<code>null</code> permitted). - * @param urlText the URL text (<code>null</code> permitted). - * @param line the line (<code>null</code> not permitted). - * @param lineStroke the line stroke (<code>null</code> not permitted). - * @param linePaint the line paint (<code>null</code> not permitted). + * @param label the label ({@code null} not permitted). + * @param description the description ({@code null} permitted). + * @param toolTipText the tool tip text ({@code null} permitted). + * @param urlText the URL text ({@code null} permitted). + * @param line the line ({@code null} not permitted). + * @param lineStroke the line stroke ({@code null} not permitted). + * @param linePaint the line paint ({@code null} not permitted). */ - public LegendItem(String label, String description, - String toolTipText, String urlText, - Shape line, Stroke lineStroke, Paint linePaint) { + public LegendItem(String label, String description, String toolTipText, + String urlText, Shape line, Stroke lineStroke, Paint linePaint) { this(label, description, toolTipText, urlText, /* shape visible = */ false, UNUSED_SHAPE, @@ -307,7 +305,7 @@ /** * Creates a new legend item. * - * @param label the label (<code>null</code> not permitted). + * @param label the label ({@code null} not permitted). * @param description the description (not currently used, * <code>null</code> permitted). * @param toolTipText the tool tip text (<code>null</code> permitted). @@ -850,6 +848,18 @@ public Stroke getLineStroke() { return this.lineStroke; } + + /** + * Sets the line stroke. + * + * @param stroke the stroke (<code>null</code> not permitted). + * + * @since 1.0.18 + */ + public void setLineStroke(Stroke stroke) { + ParamChecks.nullNotPermitted(stroke, "stroke"); + this.lineStroke = stroke; + } /** * Returns the paint used for lines. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:55:46
|
Revision: 3187 http://sourceforge.net/p/jfreechart/code/3187 Author: mungady Date: 2014-07-01 09:55:38 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Update demo to use real data. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/BarChartDemo1.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/BarChartDemo1.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/BarChartDemo1.java 2014-07-01 09:54:30 UTC (rev 3186) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/BarChartDemo1.java 2014-07-01 09:55:38 UTC (rev 3187) @@ -1,41 +1,42 @@ -/* =========================================================== - * JFreeChart : a free chart library for the Java(tm) platform - * =========================================================== +/* ================== + * BarChartDemo1.java + * ================== * - * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. + * Copyright (c) 2005-2014, Object Refinery Limited. + * All rights reserved. * - * Project Info: http://www.jfree.org/jfreechart/index.html + * http://www.jfree.org/jfreechart/index.html * - * This library is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * - Neither the name of the Object Refinery Limited nor the + * names of its contributors may be used to endorse or promote products + * derived from this software without specific prior written permission. * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - * License for more details. + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. - * - * [Oracle and Java are registered trademarks of Oracle and/or its affiliates. - * Other names may be trademarks of their respective owners.] - * - * ------------------ - * BarChartDemo1.java - * ------------------ - * (C) Copyright 2003-2014, by Object Refinery Limited and Contributors. - * * Original Author: David Gilbert (for Object Refinery Limited); - * Contributor(s): ; + * Contributor(s): -; * * Changes * ------- * 09-Mar-2005 : Version 1 (DG); * 11-Mar-2014 : Use new ChartFactory method (DG); + * 25-Jun-2014 : Update to use real data (DG); * */ @@ -43,17 +44,16 @@ import java.awt.Color; import java.awt.Dimension; -import java.awt.GradientPaint; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.StandardChartTheme; -import org.jfree.chart.axis.CategoryAxis; -import org.jfree.chart.axis.CategoryLabelPositions; import org.jfree.chart.axis.NumberAxis; +import org.jfree.chart.block.BlockBorder; import org.jfree.chart.plot.CategoryPlot; import org.jfree.chart.renderer.category.BarRenderer; +import org.jfree.chart.title.TextTitle; import org.jfree.data.category.CategoryDataset; import org.jfree.data.category.DefaultCategoryDataset; import org.jfree.ui.ApplicationFrame; @@ -66,7 +66,7 @@ private static final long serialVersionUID = 1L; - { + static { // set a theme using the new shadow generator feature available in // 1.0.14 - for backwards compatibility it is not enabled by default ChartFactory.setChartTheme(new StandardChartTheme("JFree/Shadow", @@ -95,42 +95,12 @@ * @return The dataset. */ private static CategoryDataset createDataset() { - - // row keys... - String series1 = "First"; - String series2 = "Second"; - String series3 = "Third"; - - // column keys... - String category1 = "Category 1"; - String category2 = "Category 2"; - String category3 = "Category 3"; - String category4 = "Category 4"; - String category5 = "Category 5"; - - // create the dataset... DefaultCategoryDataset dataset = new DefaultCategoryDataset(); - - dataset.addValue(1.0, series1, category1); - dataset.addValue(4.0, series1, category2); - dataset.addValue(3.0, series1, category3); - dataset.addValue(5.0, series1, category4); - dataset.addValue(5.0, series1, category5); - - dataset.addValue(5.0, series2, category1); - dataset.addValue(7.0, series2, category2); - dataset.addValue(6.0, series2, category3); - dataset.addValue(8.0, series2, category4); - dataset.addValue(4.0, series2, category5); - - dataset.addValue(4.0, series3, category1); - dataset.addValue(3.0, series3, category2); - dataset.addValue(2.0, series3, category3); - dataset.addValue(3.0, series3, category4); - dataset.addValue(6.0, series3, category5); - + dataset.addValue(7445, "JFreeSVG", "Warm-up"); + dataset.addValue(24448, "Batik", "Warm-up"); + dataset.addValue(4297, "JFreeSVG", "Test"); + dataset.addValue(21022, "Batik", "Test"); return dataset; - } /** @@ -141,18 +111,12 @@ * @return The chart. */ private static JFreeChart createChart(CategoryDataset dataset) { - - // create the chart... JFreeChart chart = ChartFactory.createBarChart( - "Bar Chart Demo 1", // chart title - "Category", // domain axis label - "Value", // range axis label - dataset); - - // NOW DO SOME OPTIONAL CUSTOMISATION OF THE CHART... + "Performance: JFreeSVG vs Batik", null /* x-axis label*/, + "Milliseconds" /* y-axis label */, dataset); + chart.addSubtitle(new TextTitle("Time to generate 1000 charts in SVG " + + "format (lower bars = better performance)")); chart.setBackgroundPaint(Color.white); - - // get a reference to the plot for further customisation... CategoryPlot plot = (CategoryPlot) chart.getPlot(); // ****************************************************************** @@ -163,33 +127,12 @@ // // ****************************************************************** - // set the range axis to display integers only... NumberAxis rangeAxis = (NumberAxis) plot.getRangeAxis(); rangeAxis.setStandardTickUnits(NumberAxis.createIntegerTickUnits()); - - // disable bar outlines... BarRenderer renderer = (BarRenderer) plot.getRenderer(); renderer.setDrawBarOutline(false); - - // set up gradient paints for series... - GradientPaint gp0 = new GradientPaint(0.0f, 0.0f, Color.blue, - 0.0f, 0.0f, new Color(0, 0, 64)); - GradientPaint gp1 = new GradientPaint(0.0f, 0.0f, Color.green, - 0.0f, 0.0f, new Color(0, 64, 0)); - GradientPaint gp2 = new GradientPaint(0.0f, 0.0f, Color.red, - 0.0f, 0.0f, new Color(64, 0, 0)); - renderer.setSeriesPaint(0, gp0); - renderer.setSeriesPaint(1, gp1); - renderer.setSeriesPaint(2, gp2); - - CategoryAxis domainAxis = plot.getDomainAxis(); - domainAxis.setCategoryLabelPositions( - CategoryLabelPositions.createUpRotationLabelPositions( - Math.PI / 6.0)); - // OPTIONAL CUSTOMISATION COMPLETED. - + chart.getLegend().setFrame(BlockBorder.NONE); return chart; - } /** @@ -198,7 +141,7 @@ * @param args ignored. */ public static void main(String[] args) { - BarChartDemo1 demo = new BarChartDemo1("Bar Chart Demo 1"); + BarChartDemo1 demo = new BarChartDemo1("JFreeChart: BarChartDemo1.java"); demo.pack(); RefineryUtilities.centerFrameOnScreen(demo); demo.setVisible(true); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:54:34
|
Revision: 3186 http://sourceforge.net/p/jfreechart/code/3186 Author: mungady Date: 2014-07-01 09:54:30 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/SegmentedTimeline.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/SegmentedTimeline.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/SegmentedTimeline.java 2014-07-01 09:46:50 UTC (rev 3185) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/SegmentedTimeline.java 2014-07-01 09:54:30 UTC (rev 3186) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ----------------------- * SegmentedTimeline.java * ----------------------- - * (C) Copyright 2003-2008, by Bill Kelemen and Contributors. + * (C) Copyright 2003-2014, by Bill Kelemen and Contributors. * * Original Author: Bill Kelemen; * Contributor(s): David Gilbert (for Object Refinery Limited); @@ -65,12 +65,10 @@ /** * A {@link Timeline} that implements a "segmented" timeline with included, * excluded and exception segments. - * <P> - * A Timeline will present a series of values to be used for an axis. Each + * <p>A Timeline will present a series of values to be used for an axis. Each * Timeline must provide transformation methods between domain values and - * timeline values. - * <P> - * A timeline can be used as parameter to a + * timeline values.</p> + * <p>A timeline can be used as parameter to a * {@link org.jfree.chart.axis.DateAxis} to define the values that this axis * supports. This class implements a timeline formed by segments of equal * length (ex. days, hours, minutes) where some segments can be included in the @@ -78,31 +76,25 @@ * "working hours" can be created where non-working days or non-working hours * respectively can be removed from the timeline, and therefore from the axis. * This creates a smooth plot with equal separation between all included - * segments. - * <P> - * Because Timelines were created mainly for Date related axis, values are + * segments.</p> + * <p>Because Timelines were created mainly for Date related axis, values are * represented as longs instead of doubles. In this case, the domain value is * just the number of milliseconds since January 1, 1970, 00:00:00 GMT as - * defined by the getTime() method of {@link java.util.Date}. - * <P> - * In this class, a segment is defined as a unit of time of fixed length. + * defined by the getTime() method of {@link java.util.Date}.</p> + * <p>In this class, a segment is defined as a unit of time of fixed length. * Examples of segments are: days, hours, minutes, etc. The size of a segment * is defined as the number of milliseconds in the segment. Some useful segment * sizes are defined as constants in this class: DAY_SEGMENT_SIZE, - * HOUR_SEGMENT_SIZE, FIFTEEN_MINUTE_SEGMENT_SIZE and MINUTE_SEGMENT_SIZE. - * <P> - * Segments are group together to form a Segment Group. Each Segment Group will + * HOUR_SEGMENT_SIZE, FIFTEEN_MINUTE_SEGMENT_SIZE and MINUTE_SEGMENT_SIZE.</p> + * <p>Segments are group together to form a Segment Group. Each Segment Group will * contain a number of Segments included and a number of Segments excluded. This - * Segment Group structure will repeat for the whole timeline. - * <P> - * For example, a working days SegmentedTimeline would be formed by a group of + * Segment Group structure will repeat for the whole timeline.</p> + * <p>For example, a working days SegmentedTimeline would be formed by a group of * 7 daily segments, where there are 5 included (Monday through Friday) and 2 - * excluded (Saturday and Sunday) segments. - * <P> - * Following is a diagram that explains the major attributes that define a + * excluded (Saturday and Sunday) segments.</p> + * <p>Following is a diagram that explains the major attributes that define a * segment. Each box is one segment and must be of fixed length (ms, second, - * hour, day, etc). - * <p> + * hour, day, etc).</p> * <pre> * start time * | @@ -122,8 +114,7 @@ * Legend:<br> * <space> = Included segment<br> * EE = Excluded segments in the base timeline<br> - * <p> - * In the example, the following segment attributes are presented: + * <p>In the example, the following segment attributes are presented:</p> * <ul> * <li>segment size: the size of each segment in ms. * <li>start time: the start of the first segment of the first segment group to @@ -131,22 +122,19 @@ * <li>included segments: the number of segments to include in the group. * <li>excluded segments: the number of segments to exclude in the group. * </ul> - * <p> - * Exception Segments are allowed. These exception segments are defined as + * <p>Exception Segments are allowed. These exception segments are defined as * segments that would have been in the included segments of the Segment Group, * but should be excluded for special reasons. In the previous working days - * SegmentedTimeline example, holidays would be considered exceptions. - * <P> - * Additionally the <code>startTime</code>, or start of the first Segment of + * SegmentedTimeline example, holidays would be considered exceptions.</p> + * <p>Additionally the {@code startTime}, or start of the first Segment of * the smallest segment group needs to be defined. This startTime could be * relative to January 1, 1970, 00:00:00 GMT or any other date. This creates a * point of reference to start counting Segment Groups. For example, for the - * working days SegmentedTimeline, the <code>startTime</code> could be + * working days SegmentedTimeline, the {@code startTime} could be * 00:00:00 GMT of the first Monday after January 1, 1970. In this class, the * constant FIRST_MONDAY_AFTER_1900 refers to a reference point of the first - * Monday of the last century. - * <p> - * A SegmentedTimeline can include a baseTimeline. This combination of + * Monday of the last century.</p> + * <p>A SegmentedTimeline can include a baseTimeline. This combination of * timelines allows the creation of more complex timelines. For example, in * order to implement a SegmentedTimeline for an intraday stock trading * application, where the trading period is defined as 9:00 AM through 4:00 PM @@ -156,11 +144,10 @@ * that maps the 9:00 AM to 4:00 PM period. Because the baseTimeline defines a * timeline of Monday through Friday, the resulting (combined) timeline will * expose the period 9:00 AM through 4:00 PM only on Monday through Friday, - * and will remove all other intermediate intervals. - * <P> - * Two factory methods newMondayThroughFridayTimeline() and + * and will remove all other intermediate intervals.</p> + * <p>Two factory methods newMondayThroughFridayTimeline() and * newFifteenMinuteTimeline() are provided as examples to create special - * SegmentedTimelines. + * SegmentedTimelines.</p> * * @see org.jfree.chart.axis.DateAxis */ @@ -218,7 +205,7 @@ * calculations. * * @deprecated As of 1.0.7. When the default time zone is required, - * just call <code>TimeZone.getDefault()</code>. + * just call {@code TimeZone.getDefault()}. */ public static TimeZone DEFAULT_TIME_ZONE = TimeZone.getDefault(); @@ -371,7 +358,7 @@ /** * Factory method to create a Monday through Friday SegmentedTimeline. * <P> - * The <code>startTime</code> of the resulting timeline will be midnight + * The {@code startTime} of the resulting timeline will be midnight * of the first Monday after 1/1/1900. * * @return A fully initialized SegmentedTimeline. @@ -394,7 +381,7 @@ * In order to exclude Saturdays and Sundays it uses a baseTimeline that * only includes Monday through Friday days. * <P> - * The <code>startTime</code> of the resulting timeline will be 9:00 AM + * The {@code startTime} of the resulting timeline will be 9:00 AM * after the startTime of the baseTimeline. This will correspond to 9:00 AM * of the first Monday after 1/1/1900. * @@ -539,7 +526,7 @@ } /** - * Returns our baseTimeline, or <code>null</code> if none. + * Returns our baseTimeline, or {@code null} if none. * * @return The base timeline. */ @@ -738,11 +725,11 @@ } /** - * Returns <code>true</code> if a value is contained in the timeline. + * Returns {@code true} if a value is contained in the timeline. * * @param millisecond the value to verify. * - * @return <code>true</code> if value is contained in the timeline. + * @return {@code true} if value is contained in the timeline. */ @Override public boolean containsDomainValue(long millisecond) { @@ -751,11 +738,11 @@ } /** - * Returns <code>true</code> if a value is contained in the timeline. + * Returns {@code true} if a value is contained in the timeline. * * @param date date to verify * - * @return <code>true</code> if value is contained in the timeline + * @return {@code true} if value is contained in the timeline */ @Override public boolean containsDomainValue(Date date) { @@ -763,14 +750,14 @@ } /** - * Returns <code>true</code> if a range of values are contained in the + * Returns {@code true} if a range of values are contained in the * timeline. This is implemented verifying that all segments are in the * range. * * @param domainValueStart start of the range to verify * @param domainValueEnd end of the range to verify * - * @return <code>true</code> if the range is contained in the timeline + * @return {@code true} if the range is contained in the timeline */ @Override public boolean containsDomainRange(long domainValueStart, @@ -796,14 +783,14 @@ } /** - * Returns <code>true</code> if a range of values are contained in the + * Returns {@code true} if a range of values are contained in the * timeline. This is implemented verifying that all segments are in the * range. * * @param dateDomainValueStart start of the range to verify * @param dateDomainValueEnd end of the range to verify * - * @return <code>true</code> if the range is contained in the timeline + * @return {@code true} if the range is contained in the timeline */ @Override public boolean containsDomainRange(Date dateDomainValueStart, @@ -820,7 +807,7 @@ * proposed exception segment will be discarded). * <p> * The segment is identified by a domainValue into any part of the segment. - * Therefore the segmentStart <= domainValue <= segmentEnd. + * Therefore the segmentStart <= domainValue <= segmentEnd. * * @param millisecond domain value to treat as an exception */ @@ -838,7 +825,7 @@ * The segment range is identified by a domainValue that begins a valid * segment and ends with a domainValue that ends a valid segment. * Therefore the range will contain all segments whose segmentStart - * <= domainValue and segmentEnd <= toDomainValue. + * <= domainValue and segmentEnd <= toDomainValue. * * @param fromDomainValue start of domain range to treat as an exception * @param toDomainValue end of domain range to treat as an exception @@ -954,7 +941,7 @@ * no action will occure (the proposed exception segment will be discarded). * <p> * The segment is identified by a domainValue into any part of the segment. - * Therefore the segmentStart <= domainValue <= segmentEnd. + * Therefore the segmentStart <= domainValue <= segmentEnd. * * @param date date domain value to treat as a baseTimeline exception */ @@ -1053,8 +1040,8 @@ * Returns a segment that contains a domainValue. If the domainValue is * not contained in the timeline (because it is not contained in the * baseTimeline), a Segment that contains - * <code>index + segmentSize*m</code> will be returned for the smallest - * <code>m</code> possible. + * {@code index + segmentSize*m} will be returned for the smallest + * {@code m} possible. * * @param millisecond index into the segment * @@ -1071,8 +1058,8 @@ * * If the date is not contained in the timeline (because it is not * contained in the baseTimeline), a Segment that contains - * <code>date + segmentSize*m</code> will be returned for the smallest - * <code>m</code> possible. + * {@code date + segmentSize*m} will be returned for the smallest + * {@code m} possible. * * @param date date into the segment * @@ -1089,8 +1076,8 @@ * @param o first object to compare * @param p second object to compare * - * @return <code>true</code> if both objects are equal or both - * <code>null</code>, <code>false</code> otherwise. + * @return {@code true} if both objects are equal or both + * {@code null}, {@code false} otherwise. */ private boolean equals(Object o, Object p) { return (o == p || ((o != null) && o.equals(p))); @@ -1101,7 +1088,7 @@ * * @param o Object to verify with us * - * @return <code>true</code> or <code>false</code> + * @return {@code true} or {@code false} */ @Override public boolean equals(Object o) { @@ -1355,7 +1342,7 @@ * * @param millis the millisecond to verify. * - * @return <code>true</code> if the millisecond is contained in the + * @return {@code true} if the millisecond is contained in the * segment. */ public boolean contains(long millis) { @@ -1363,13 +1350,13 @@ } /** - * Returns <code>true</code> if an interval is contained in this + * Returns {@code true} if an interval is contained in this * segment. * * @param from the start of the interval. * @param to the end of the interval. * - * @return <code>true</code> if the interval is contained in the + * @return {@code true} if the interval is contained in the * segment. */ public boolean contains(long from, long to) { @@ -1377,11 +1364,11 @@ } /** - * Returns <code>true</code> if a segment is contained in this segment. + * Returns {@code true} if a segment is contained in this segment. * * @param segment the segment to test for inclusion * - * @return <code>true</code> if the segment is contained in this + * @return {@code true} if the segment is contained in this * segment. */ public boolean contains(Segment segment) { @@ -1389,14 +1376,12 @@ } /** - * Returns <code>true</code> if this segment is contained in an - * interval. + * Returns {@code true} if this segment is contained in an interval. * * @param from the start of the interval. * @param to the end of the interval. * - * @return <code>true</code> if this segment is contained in the - * interval. + * @return {@code true} if this segment is contained in the interval. */ public boolean contained(long from, long to) { return (from <= this.segmentStart && this.segmentEnd <= to); @@ -1421,7 +1406,7 @@ } /** - * Returns <code>true</code> if this segment is wholly before another + * Returns {@code true} if this segment is wholly before another * segment. * * @param other the other segment. @@ -1433,7 +1418,7 @@ } /** - * Returns <code>true</code> if this segment is wholly after another + * Returns {@code true} if this segment is wholly after another * segment. * * @param other the other segment. @@ -1445,12 +1430,12 @@ } /** - * Tests an object (usually another <code>Segment</code>) for equality + * Tests an object (usually another {@code Segment}) for equality * with this segment. * * @param object The other segment to compare with us * - * @return <code>true</code> if we are the same segment + * @return {@code true} if we are the same segment */ @Override public boolean equals(Object object) { @@ -1467,7 +1452,7 @@ } /** - * Returns a copy of ourselves or <code>null</code> if there was an + * Returns a copy of ourselves or {@code null} if there was an * exception during cloning. * * @return A copy of this segment. @@ -1487,8 +1472,8 @@ * * @param object The other Segment to compare with * - * @return -1: this < object, 0: this.equal(object) and - * +1: this > object + * @return -1: this < object, 0: this.equal(object) and + * +1: this > object */ @Override public int compareTo(Object object) { @@ -1508,7 +1493,7 @@ * Returns true if we are an included segment and we are not an * exception. * - * @return <code>true</code> or <code>false</code>. + * @return {@code true} or {@code false}. */ public boolean inIncludeSegments() { if (getSegmentNumberRelativeToGroup() @@ -1523,7 +1508,7 @@ /** * Returns true if we are an excluded segment. * - * @return <code>true</code> or <code>false</code>. + * @return {@code true} or {@code false}. */ public boolean inExcludeSegments() { return getSegmentNumberRelativeToGroup() @@ -1556,7 +1541,7 @@ * an excluded segment from our base. If so, it is also considered an * exception. * - * @return <code>true</code> if we are an exception segment. + * @return {@code true} if we are an exception segment. */ public boolean inExceptionSegments() { return binarySearchExceptionSegments(this) >= 0; @@ -1702,7 +1687,7 @@ * Returns true if all Segments of this SegmentRenge are an included * segment and are not an exception. * - * @return <code>true</code> or </code>false</code>. + * @return {@code true} or {@code false}. */ @Override public boolean inIncludeSegments() { @@ -1719,7 +1704,7 @@ /** * Returns true if we are an excluded segment. * - * @return <code>true</code> or </code>false</code>. + * @return {@code true} or {@code false}. */ @Override public boolean inExcludeSegments() { @@ -1748,7 +1733,7 @@ } /** - * Special <code>SegmentRange</code> that came from the BaseTimeline. + * Special {@code SegmentRange} that came from the BaseTimeline. */ protected class BaseTimelineSegmentRange extends SegmentRange { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:46:57
|
Revision: 3185 http://sourceforge.net/p/jfreechart/code/3185 Author: mungady Date: 2014-07-01 09:46:50 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/demo/BarChartFXDemo1.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/demo/BarChartFXDemo1.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/demo/BarChartFXDemo1.java 2014-07-01 09:45:41 UTC (rev 3184) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/demo/BarChartFXDemo1.java 2014-07-01 09:46:50 UTC (rev 3185) @@ -101,7 +101,7 @@ * Adds a chart viewer to the stage and displays it. * * @param stage the stage. - * @throws Exception + * @throws Exception if something goes wrong. */ @Override public void start(Stage stage) throws Exception { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:45:49
|
Revision: 3184 http://sourceforge.net/p/jfreechart/code/3184 Author: mungady Date: 2014-07-01 09:45:41 +0000 (Tue, 01 Jul 2014) Log Message: ----------- No tabs allowed. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/FXGraphics2D.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/FXGraphics2D.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/FXGraphics2D.java 2014-07-01 09:45:17 UTC (rev 3183) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/FXGraphics2D.java 2014-07-01 09:45:41 UTC (rev 3184) @@ -1602,7 +1602,7 @@ */ private static BufferedImage convertRenderedImage(RenderedImage img) { if (img instanceof BufferedImage) { - return (BufferedImage) img; + return (BufferedImage) img; } ColorModel cm = img.getColorModel(); int width = img.getWidth(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:45:19
|
Revision: 3183 http://sourceforge.net/p/jfreechart/code/3183 Author: mungady Date: 2014-07-01 09:45:17 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartViewerSkin.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartViewerSkin.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartViewerSkin.java 2014-07-01 09:44:51 UTC (rev 3182) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartViewerSkin.java 2014-07-01 09:45:17 UTC (rev 3183) @@ -142,7 +142,7 @@ /** * Sets the visibility of the zoom rectangle. * - * @param visible + * @param visible the new flag value. */ public void setZoomRectangleVisible(boolean visible) { this.zoomRectangle.setVisible(visible); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:44:53
|
Revision: 3182 http://sourceforge.net/p/jfreechart/code/3182 Author: mungady Date: 2014-07-01 09:44:51 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartCanvas.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartCanvas.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartCanvas.java 2014-07-01 09:43:31 UTC (rev 3181) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/fx/ChartCanvas.java 2014-07-01 09:44:51 UTC (rev 3182) @@ -195,7 +195,7 @@ /** * Returns the flag that controls whether or not tooltips are enabled. - * The default value is {@code true}. The {@link ToolTipHandlerFX} + * The default value is {@code true}. The {@link TooltipHandlerFX} * class will only update the tooltip if this flag is set to * {@code true}. * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:43:39
|
Revision: 3181 http://sourceforge.net/p/jfreechart/code/3181 Author: mungady Date: 2014-07-01 09:43:31 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/SunPNGEncoderAdapter.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/SunPNGEncoderAdapter.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/SunPNGEncoderAdapter.java 2014-07-01 09:43:05 UTC (rev 3180) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/SunPNGEncoderAdapter.java 2014-07-01 09:43:31 UTC (rev 3181) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ------------------------- * SunPNGEncoderAdapter.java * ------------------------- - * (C) Copyright 2004-2013, by Richard Atkinson and Contributors. + * (C) Copyright 2004-2014, by Richard Atkinson and Contributors. * * Original Author: Richard Atkinson; * Contributor(s): -; @@ -107,7 +107,7 @@ * * @return The byte[] that is the encoded image. * - * @throws IOException + * @throws IOException if there is an IO problem. */ @Override public byte[] encode(BufferedImage bufferedImage) throws IOException { @@ -121,7 +121,7 @@ * * @param bufferedImage The image to be encoded. * @param outputStream The OutputStream to write the encoded image to. - * @throws IOException + * @throws IOException if there is an IO problem. */ @Override public void encode(BufferedImage bufferedImage, OutputStream outputStream) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:43:12
|
Revision: 3180 http://sourceforge.net/p/jfreechart/code/3180 Author: mungady Date: 2014-07-01 09:43:05 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java 2014-07-01 09:42:26 UTC (rev 3179) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java 2014-07-01 09:43:05 UTC (rev 3180) @@ -52,7 +52,7 @@ /** * Adapter class for the Keypoint PNG Encoder. The ImageEncoderFactory will * only return a reference to this class by default if the library has been - * compiled under a JDK < 1.4 or is being run using a JDK < 1.4. + * compiled under a JDK < 1.4 or is being run using a JDK < 1.4. */ public class KeypointPNGEncoderAdapter implements ImageEncoder { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:42:33
|
Revision: 3179 http://sourceforge.net/p/jfreechart/code/3179 Author: mungady Date: 2014-07-01 09:42:26 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java 2014-07-01 09:41:14 UTC (rev 3178) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java 2014-07-01 09:42:26 UTC (rev 3179) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ------------------------------ * KeypointPNGEncoderAdapter.java * ------------------------------ - * (C) Copyright 2004-2013, by Richard Atkinson and Contributors. + * (C) Copyright 2004-2014, by Richard Atkinson and Contributors. * * Original Author: Richard Atkinson; * Contributor(s): -; @@ -113,7 +113,7 @@ * * @param bufferedImage The image to be encoded. * @return The byte[] that is the encoded image. - * @throws IOException + * @throws IOException if there is an IO problem. */ @Override public byte[] encode(BufferedImage bufferedImage) throws IOException { @@ -129,7 +129,7 @@ * * @param bufferedImage The image to be encoded. * @param outputStream The OutputStream to write the encoded image to. - * @throws IOException + * @throws IOException if there is an IO problem. */ @Override public void encode(BufferedImage bufferedImage, OutputStream outputStream) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:41:19
|
Revision: 3178 http://sourceforge.net/p/jfreechart/code/3178 Author: mungady Date: 2014-07-01 09:41:14 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/ImageEncoder.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/ImageEncoder.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/ImageEncoder.java 2014-07-01 09:39:41 UTC (rev 3177) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/ImageEncoder.java 2014-07-01 09:41:14 UTC (rev 3178) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ----------------- * ImageEncoder.java * ----------------- - * (C) Copyright 2004-2008, by Richard Atkinson and Contributors. + * (C) Copyright 2004-2014, by Richard Atkinson and Contributors. * * Original Author: Richard Atkinson; * Contributor(s): -; @@ -57,17 +57,16 @@ * * @return The byte[] that is the encoded image. * - * @throws IOException + * @throws IOException if there is an IO problem. */ public byte[] encode(BufferedImage bufferedImage) throws IOException; - /** * Encodes an image in a particular format and writes it to an OutputStream. * * @param bufferedImage The image to be encoded. * @param outputStream The OutputStream to write the encoded image to. - * @throws IOException + * @throws IOException if there is an IO problem. */ public void encode(BufferedImage bufferedImage, OutputStream outputStream) throws IOException; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:39:49
|
Revision: 3177 http://sourceforge.net/p/jfreechart/code/3177 Author: mungady Date: 2014-07-01 09:39:41 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/EncoderUtil.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/EncoderUtil.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/EncoderUtil.java 2014-07-01 09:34:23 UTC (rev 3176) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/encoders/EncoderUtil.java 2014-07-01 09:39:41 UTC (rev 3177) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * ---------------- * EncoderUtil.java * ---------------- - * (C) Copyright 2004-2008, by Richard Atkinson and Contributors. + * (C) Copyright 2004-2014, by Richard Atkinson and Contributors. * * Original Author: Richard Atkinson; * Contributor(s): -; @@ -58,10 +58,10 @@ * @param format The {@link ImageFormat} to use. * * @return The byte[] that is the encoded image. - * @throws IOException + * @throws IOException if there is an IO problem. */ public static byte[] encode(BufferedImage image, String format) - throws IOException { + throws IOException { ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format); return imageEncoder.encode(image); } @@ -74,12 +74,12 @@ * @param encodeAlpha Whether to encode alpha transparency (not supported * by all ImageEncoders). * @return The byte[] that is the encoded image. - * @throws IOException + * @throws IOException if there is an IO problem. */ public static byte[] encode(BufferedImage image, String format, - boolean encodeAlpha) throws IOException { - ImageEncoder imageEncoder - = ImageEncoderFactory.newInstance(format, encodeAlpha); + boolean encodeAlpha) throws IOException { + ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format, + encodeAlpha); return imageEncoder.encode(image); } @@ -91,12 +91,12 @@ * @param quality The quality to use for the image encoding (not supported * by all ImageEncoders). * @return The byte[] that is the encoded image. - * @throws IOException + * @throws IOException if there is an IO problem. */ public static byte[] encode(BufferedImage image, String format, - float quality) throws IOException { - ImageEncoder imageEncoder - = ImageEncoderFactory.newInstance(format, quality); + float quality) throws IOException { + ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format, + quality); return imageEncoder.encode(image); } @@ -110,13 +110,12 @@ * @param encodeAlpha Whether to encode alpha transparency (not supported * by all ImageEncoders). * @return The byte[] that is the encoded image. - * @throws IOException + * @throws IOException if there is an IO problem. */ public static byte[] encode(BufferedImage image, String format, - float quality, boolean encodeAlpha) - throws IOException { - ImageEncoder imageEncoder - = ImageEncoderFactory.newInstance(format, quality, encodeAlpha); + float quality, boolean encodeAlpha) throws IOException { + ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format, + quality, encodeAlpha); return imageEncoder.encode(image); } @@ -126,10 +125,10 @@ * @param image The image to be encoded. * @param format The {@link ImageFormat} to use. * @param outputStream The OutputStream to write the encoded image to. - * @throws IOException + * @throws IOException if there is an IO problem. */ public static void writeBufferedImage(BufferedImage image, String format, - OutputStream outputStream) throws IOException { + OutputStream outputStream) throws IOException { ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format); imageEncoder.encode(image, outputStream); } @@ -142,12 +141,12 @@ * @param outputStream The OutputStream to write the encoded image to. * @param quality The quality to use for the image encoding (not * supported by all ImageEncoders). - * @throws IOException + * @throws IOException if there is an IO problem. */ public static void writeBufferedImage(BufferedImage image, String format, OutputStream outputStream, float quality) throws IOException { - ImageEncoder imageEncoder - = ImageEncoderFactory.newInstance(format, quality); + ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format, + quality); imageEncoder.encode(image, outputStream); } @@ -159,12 +158,12 @@ * @param outputStream The OutputStream to write the encoded image to. * @param encodeAlpha Whether to encode alpha transparency (not * supported by all ImageEncoders). - * @throws IOException + * @throws IOException if there is an IO problem. */ public static void writeBufferedImage(BufferedImage image, String format, - OutputStream outputStream, boolean encodeAlpha) throws IOException { - ImageEncoder imageEncoder - = ImageEncoderFactory.newInstance(format, encodeAlpha); + OutputStream outputStream, boolean encodeAlpha) throws IOException { + ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format, + encodeAlpha); imageEncoder.encode(image, outputStream); } @@ -178,13 +177,13 @@ * supported by all ImageEncoders). * @param encodeAlpha Whether to encode alpha transparency (not supported * by all ImageEncoders). - * @throws IOException + * @throws IOException if there is an IO problem. */ public static void writeBufferedImage(BufferedImage image, String format, - OutputStream outputStream, float quality, boolean encodeAlpha) - throws IOException { - ImageEncoder imageEncoder - = ImageEncoderFactory.newInstance(format, quality, encodeAlpha); + OutputStream outputStream, float quality, boolean encodeAlpha) + throws IOException { + ImageEncoder imageEncoder = ImageEncoderFactory.newInstance(format, + quality, encodeAlpha); imageEncoder.encode(image, outputStream); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:34:30
|
Revision: 3176 http://sourceforge.net/p/jfreechart/code/3176 Author: mungady Date: 2014-07-01 09:34:23 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYSplineRenderer.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYSplineRenderer.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYSplineRenderer.java 2014-07-01 09:34:08 UTC (rev 3175) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYSplineRenderer.java 2014-07-01 09:34:23 UTC (rev 3176) @@ -188,7 +188,7 @@ * Set the resolution of splines and sends a {@link RendererChangeEvent} * to all registered listeners. * - * @param p number of line segments between points (must be > 0). + * @param p number of line segments between points (must be > 0). * * @see #getPrecision() */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 09:34:12
|
Revision: 3175 http://sourceforge.net/p/jfreechart/code/3175 Author: mungady Date: 2014-07-01 09:34:08 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java 2014-07-01 08:53:37 UTC (rev 3174) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java 2014-07-01 09:34:08 UTC (rev 3175) @@ -1196,7 +1196,7 @@ * @param datasetIndex the dataset index (zero-based). * @param series the series index (zero-based). * - * @return A legend item for the series (possibly <code>null</code). + * @return A legend item for the series (possibly {@code null}). */ @Override public LegendItem getLegendItem(int datasetIndex, int series) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 08:53:41
|
Revision: 3174 http://sourceforge.net/p/jfreechart/code/3174 Author: mungady Date: 2014-07-01 08:53:37 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/util/PaintAlpha.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/util/PaintAlpha.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/util/PaintAlpha.java 2014-07-01 08:52:30 UTC (rev 3173) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/util/PaintAlpha.java 2014-07-01 08:53:37 UTC (rev 3174) @@ -2,7 +2,7 @@ * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * - * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. + * (C) Copyright 2000-2014, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/index.html * @@ -27,7 +27,7 @@ * --------------- * PaintAlpha.java * --------------- - * (C) Copyright 2011-2013 by DaveLaw and Contributors. + * (C) Copyright 2011-2014 by DaveLaw and Contributors. * * Original Author: DaveLaw (dave ATT davelaw D0TT de); * Contributor(s): David Gilbert (for Object Refinery Limited); @@ -363,7 +363,7 @@ * Clone a {@link BufferedImage}. * <p> * Note: when constructing the clone, the original Color Model Object is - * reused.<br> That keeps things simple & should not be a problem, as all + * reused.<br> That keeps things simple and should not be a problem, as all * known Color Models<br> * ({@link java.awt.image.IndexColorModel IndexColorModel}, * {@link java.awt.image.DirectColorModel DirectColorModel}, @@ -372,7 +372,7 @@ * * @param image original BufferedImage to clone * - * @return a new BufferedImage reusing the original's Color Model & + * @return a new BufferedImage reusing the original's Color Model and * containing a clone of its pixels */ public static BufferedImage cloneImage(BufferedImage image) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2014-07-01 08:52:33
|
Revision: 3173 http://sourceforge.net/p/jfreechart/code/3173 Author: mungady Date: 2014-07-01 08:52:30 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Fix Javadoc warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/data/Range.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/Range.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/data/Range.java 2014-07-01 08:50:56 UTC (rev 3172) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/Range.java 2014-07-01 08:52:30 UTC (rev 3173) @@ -83,8 +83,8 @@ /** * Creates a new range. * - * @param lower the lower bound (must be <= upper bound). - * @param upper the upper bound (must be >= lower bound). + * @param lower the lower bound (must be <= upper bound). + * @param upper the upper bound (must be >= lower bound). */ public Range(double lower, double upper) { if (lower > upper) { @@ -148,8 +148,8 @@ * Returns <code>true</code> if the range intersects with the specified * range, and <code>false</code> otherwise. * - * @param b0 the lower bound (should be <= b1). - * @param b1 the upper bound (should be >= b0). + * @param b0 the lower bound (should be <= b1). + * @param b1 the upper bound (should be >= b0). * * @return A boolean. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |