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 08:51:04
|
Revision: 3172
http://sourceforge.net/p/jfreechart/code/3172
Author: mungady
Date: 2014-07-01 08:50:56 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/SpiderWebPlot.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/SpiderWebPlot.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/SpiderWebPlot.java 2014-07-01 08:50:15 UTC (rev 3171)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/SpiderWebPlot.java 2014-07-01 08:50:56 UTC (rev 3172)
@@ -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 @@
* ------------------
* SpiderWebPlot.java
* ------------------
- * (C) Copyright 2005-2013, by Heaps of Flavour Pty Ltd and Contributors.
+ * (C) Copyright 2005-2014, by Heaps of Flavour Pty Ltd and Contributors.
*
* Company Info: http://www.i4-talent.com
*
@@ -211,7 +211,7 @@
/** The starting angle. */
private double startAngle;
- /** The direction for drawing the radar axis & plots. */
+ /** The direction for drawing the radar axis and plots. */
private Rotation direction;
/** The legend item shape. */
@@ -655,11 +655,11 @@
}
/**
- * Sets the paint for ALL series in the plot. If this is set to</code> null
- * </code>, then a list of paints is used instead (to allow different colors
- * to be used for each series of the radar group).
+ * Sets the paint for ALL series in the plot. If this is set to
+ * {@code null}, then a list of paints is used instead (to allow different
+ * colors to be used for each series of the radar group).
*
- * @param paint the paint (<code>null</code> permitted).
+ * @param paint the paint ({@code null} permitted).
*
* @see #getSeriesPaint()
*/
@@ -753,10 +753,10 @@
/**
* Sets the outline paint for ALL series in the plot. If this is set to
- * </code> null</code>, then a list of paints is used instead (to allow
+ * {@code null}, then a list of paints is used instead (to allow
* different colors to be used for each series).
*
- * @param paint the paint (<code>null</code> permitted).
+ * @param paint the paint ({@code null} permitted).
*/
public void setSeriesOutlinePaint(Paint paint) {
this.seriesOutlinePaint = paint;
@@ -829,10 +829,10 @@
/**
* Sets the outline stroke for ALL series in the plot. If this is set to
- * </code> null</code>, then a list of paints is used instead (to allow
+ * {@code null}, then a list of paints is used instead (to allow
* different colors to be used for each series).
*
- * @param stroke the stroke (<code>null</code> permitted).
+ * @param stroke the stroke ({@code null} permitted).
*/
public void setSeriesOutlineStroke(Stroke stroke) {
this.seriesOutlineStroke = 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 08:50:23
|
Revision: 3171
http://sourceforge.net/p/jfreechart/code/3171
Author: mungady
Date: 2014-07-01 08:50:15 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/gantt/XYTaskDataset.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/gantt/XYTaskDataset.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/gantt/XYTaskDataset.java 2014-07-01 08:48:46 UTC (rev 3170)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/gantt/XYTaskDataset.java 2014-07-01 08:50:15 UTC (rev 3171)
@@ -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 @@
* ------------------
* XYTaskDataset.java
* ------------------
- * (C) Copyright 2008-2013, by Object Refinery Limited.
+ * (C) Copyright 2008-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -68,7 +68,7 @@
/** The underlying tasks. */
private TaskSeriesCollection underlying;
- /** The series interval width (typically 0.0 < w <= 1.0). */
+ /** The series interval width (typically 0.0 < w <= 1.0). */
private double seriesWidth;
/** A flag that controls whether or not the data values are transposed. */
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:48:49
|
Revision: 3170
http://sourceforge.net/p/jfreechart/code/3170
Author: mungady
Date: 2014-07-01 08:48:46 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java 2014-07-01 08:38:33 UTC (rev 3169)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java 2014-07-01 08:48:46 UTC (rev 3170)
@@ -189,7 +189,7 @@
*/
private boolean domainIsPointsInTime;
- /** index for mapping: points to the oldest valid time & data. */
+ /** index for mapping: points to the oldest valid time and data. */
private int oldestAt; // as a class variable, initializes == 0
/** Index of the newest data item. */
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:38:41
|
Revision: 3169
http://sourceforge.net/p/jfreechart/code/3169
Author: mungady
Date: 2014-07-01 08:38:33 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/editor/DefaultAxisEditor.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/editor/DefaultAxisEditor.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/editor/DefaultAxisEditor.java 2014-07-01 08:37:55 UTC (rev 3168)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/editor/DefaultAxisEditor.java 2014-07-01 08:38:33 UTC (rev 3169)
@@ -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 @@
* ----------------------
* DefaultAxisEditor.java
* ----------------------
- * (C) Copyright 2005-2008, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2005-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert;
* Contributor(s): Andrzej Porebski;
@@ -145,7 +145,7 @@
* @param axis the axis whose properties are to be displayed/edited in
* the panel.
*
- * @return A panel or <code>null</code< if axis is <code>null</code>.
+ * @return A panel or {@code null} if axis is {@code null}.
*/
public static DefaultAxisEditor getInstance(Axis axis) {
@@ -324,7 +324,7 @@
/**
* Returns a flag that indicates whether or not the tick labels are visible.
*
- * @return <code>true</code> if ick mark labels are visible.
+ * @return {@code true} if tick mark labels are visible.
*/
public boolean isTickLabelsVisible() {
return this.showTickLabelsCheckBox.isSelected();
@@ -352,7 +352,7 @@
* Returns the current value of the flag that determines whether or not
* tick marks are visible.
*
- * @return <code>true</code> if tick marks are visible.
+ * @return {@code true} if tick marks are visible.
*/
public boolean isTickMarksVisible() {
return this.showTickMarksCheckBox.isSelected();
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:37:59
|
Revision: 3168
http://sourceforge.net/p/jfreechart/code/3168
Author: mungady
Date: 2014-07-01 08:37:55 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/PiePlot.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/PiePlot.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/PiePlot.java 2014-07-01 08:37:10 UTC (rev 3167)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/PiePlot.java 2014-07-01 08:37:55 UTC (rev 3168)
@@ -245,8 +245,7 @@
* The example shown here is generated by the <code>PieChartDemo2.java</code>
* program included in the JFreeChart Demo Collection:
* <br><br>
- * <img src="../../../../images/PiePlotSample.png"
- * alt="PiePlotSample.png" />
+ * <img src="../../../../images/PiePlotSample.png" alt="PiePlotSample.png">
* <P>
* Special notes:
* <ol>
@@ -955,7 +954,7 @@
/**
* Sets the paint for ALL sections in the plot. If this is set to
- * </code>null</code>, then a list of paints is used instead (to allow
+ * {@code null}, then a list of paints is used instead (to allow
* different colors to be used for each section).
*
* @param paint the paint (<code>null</code> permitted).
@@ -2346,7 +2345,7 @@
/**
* Handles a mouse wheel rotation (this method is intended for use by the
- * {@link org.jfree.chart.MouseWheelHandler} class).
+ * {@code MouseWheelHandler} class).
*
* @param rotateClicks the number of rotate clicks on the the mouse wheel.
*
@@ -3635,7 +3634,7 @@
/**
* Sets the outline paint for ALL sections in the plot. If this is set to
- * </code>null</code>, then a list of paints is used instead (to allow
+ * {@code null}, then a list of paints is used instead (to allow
* different colors to be used for each section).
*
* @param paint the paint (<code>null</code> permitted).
@@ -3697,7 +3696,7 @@
/**
* Sets the outline stroke for ALL sections in the plot. If this is set to
- * </code>null</code>, then a list of paints is used instead (to allow
+ * {@code null}, then a list of paints is used instead (to allow
* different colors to be used for each section).
*
* @param stroke the stroke (<code>null</code> permitted).
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:37:14
|
Revision: 3167
http://sourceforge.net/p/jfreechart/code/3167
Author: mungady
Date: 2014-07-01 08:37:10 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/AreaRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer3D.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/ScatterRenderer.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/AreaRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/AreaRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/AreaRenderer.java 2014-07-01 08:37:10 UTC (rev 3167)
@@ -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 @@
* -----------------
* AreaRenderer.java
* -----------------
- * (C) Copyright 2002-2013, by Jon Iles and Contributors.
+ * (C) Copyright 2002-2014, by Jon Iles and Contributors.
*
* Original Author: Jon Iles;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -102,7 +102,7 @@
* Demo Collection:
* <br><br>
* <img src="../../../../../images/AreaRendererSample.png"
- * alt="AreaRendererSample.png" />
+ * alt="AreaRendererSample.png">
*/
public class AreaRenderer extends AbstractCategoryItemRenderer
implements Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer.java 2014-07-01 08:37:10 UTC (rev 3167)
@@ -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 @@
* ----------------
* BarRenderer.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): Christian W. Zuckschwerdt;
@@ -139,7 +139,7 @@
* program included in the JFreeChart Demo Collection:
* <br><br>
* <img src="../../../../../images/BarRendererSample.png"
- * alt="BarRendererSample.png" />
+ * alt="BarRendererSample.png">
*/
public class BarRenderer extends AbstractCategoryItemRenderer
implements Cloneable, PublicCloneable, Serializable {
@@ -446,7 +446,7 @@
* artificially increase the length of bars representing small values,
* which may misrepresent your data.
*
- * @param min the minimum bar length (in Java2D units, must be >= 0.0).
+ * @param min the minimum bar length (in Java2D units, must be >= 0.0).
*
* @see #getMinimumBarLength()
*/
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer3D.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer3D.java 2014-07-01 08:35:39 UTC (rev 3166)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/BarRenderer3D.java 2014-07-01 08:37:10 UTC (rev 3167)
@@ -152,7 +152,7 @@
* Demo Collection:
* <br><br>
* <img src="../../../../../images/BarRenderer3DSample.png"
- * alt="BarRenderer3DSample.png" />
+ * alt="BarRenderer3DSample.png">
*/
public class BarRenderer3D extends BarRenderer
implements Effect3D, Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/ScatterRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/ScatterRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/category/ScatterRenderer.java 2014-07-01 08:37:10 UTC (rev 3167)
@@ -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 @@
* --------------------
* ScatterRenderer.java
* --------------------
- * (C) Copyright 2007-2009, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2007-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): David Forslund;
@@ -76,11 +76,11 @@
* A renderer that handles the multiple values from a
* {@link MultiValueCategoryDataset} by plotting a shape for each value for
* each given item in the dataset. The example shown here is generated by
- * the <code>ScatterRendererDemo1.java</code> program included in the
+ * the {@code ScatterRendererDemo1.java} program included in the
* JFreeChart Demo Collection:
* <br><br>
* <img src="../../../../../images/ScatterRendererSample.png"
- * alt="ScatterRendererSample.png" />
+ * alt="ScatterRendererSample.png">
*
* @since 1.0.7
*/
@@ -186,7 +186,7 @@
* (expressed as a percentage of the overall category width), and sends
* a {@link RendererChangeEvent} to all registered listeners.
*
- * @param margin the margin (0.0 <= margin < 1.0).
+ * @param margin the margin (0.0 <= margin < 1.0).
*
* @see #getItemMargin()
* @see #getUseSeriesOffset()
@@ -200,8 +200,8 @@
}
/**
- * Returns <code>true</code> if outlines should be drawn for shapes, and
- * <code>false</code> otherwise.
+ * Returns {@code true} if outlines should be drawn for shapes, and
+ * {@code false} otherwise.
*
* @return A boolean.
*
@@ -215,9 +215,8 @@
* Sets the flag that controls whether outlines are drawn for
* shapes, and sends a {@link RendererChangeEvent} to all registered
* listeners.
- * <p/>
- * In some cases, shapes look better if they do NOT have an outline, but
- * this flag allows you to set your own preference.
+ * <p>In some cases, shapes look better if they do NOT have an outline, but
+ * this flag allows you to set your own preference.</p>
*
* @param flag the flag.
*
@@ -259,7 +258,7 @@
/**
* Returns the flag used to control whether or not the shape for an item
* is filled. The default implementation passes control to the
- * <code>getSeriesShapesFilled</code> method. You can override this method
+ * {@code getSeriesShapesFilled} method. You can override this method
* if you require different behaviour.
*
* @param series the series index (zero-based).
@@ -334,8 +333,8 @@
}
/**
- * Returns <code>true</code> if the renderer should use the fill paint
- * setting to fill shapes, and <code>false</code> if it should just
+ * Returns {@code true} if the renderer should use the fill paint
+ * setting to fill shapes, and {@code false} if it should just
* use the regular paint.
*
* @return A boolean.
@@ -361,10 +360,10 @@
* items from the specified dataset. This takes into account the range
* between the min/max values, possibly ignoring invisible series.
*
- * @param dataset the dataset (<code>null</code> permitted).
+ * @param dataset the dataset ({@code null} permitted).
*
- * @return The range (or <code>null</code> if the dataset is
- * <code>null</code> or empty).
+ * @return The range (or {@code null} if the dataset is
+ * {@code null} or empty).
*/
@Override
public Range findRangeBounds(CategoryDataset dataset) {
@@ -518,7 +517,7 @@
/**
* Tests this renderer for equality with an arbitrary object.
*
- * @param obj the object (<code>null</code> permitted).
+ * @param obj the object ({@code null} permitted).
* @return A boolean.
*/
@Override
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:35:49
|
Revision: 3166
http://sourceforge.net/p/jfreechart/code/3166
Author: mungady
Date: 2014-07-01 08:35:39 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/CandlestickRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/ClusteredXYBarRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/DeviationRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/HighLowRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYBarRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/VectorRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/WindItemRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer2.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBarRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBlockRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBubbleRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDotRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYErrorRenderer.java
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/XYShapeRenderer.java
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/XYStepAreaRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepRenderer.java
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/YIntervalRenderer.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/CandlestickRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/CandlestickRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/CandlestickRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ------------------------
* CandlestickRenderer.java
* ------------------------
- * (C) Copyright 2001-2013, by Object Refinery Limited.
+ * (C) Copyright 2001-2014, by Object Refinery Limited.
*
* Original Authors: David Gilbert (for Object Refinery Limited);
* Sylvain Vieujot;
@@ -127,7 +127,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/CandlestickRendererSample.png"
- * alt="CandlestickRendererSample.png" />
+ * alt="CandlestickRendererSample.png">
* <P>
* This renderer does not include code to calculate the crosshair point for the
* plot.
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/ClusteredXYBarRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/ClusteredXYBarRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/ClusteredXYBarRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ---------------------------
* ClusteredXYBarRenderer.java
* ---------------------------
- * (C) Copyright 2003-2013, by Paolo Cova and Contributors.
+ * (C) Copyright 2003-2014, by Paolo Cova and Contributors.
*
* Original Author: Paolo Cova;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -94,7 +94,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/ClusteredXYBarRendererSample.png"
- * alt="ClusteredXYBarRendererSample.png" />
+ * alt="ClusteredXYBarRendererSample.png">
* <P>
* This renderer does not include code to calculate the crosshair point for the
* plot.
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/DeviationRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/DeviationRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/DeviationRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ----------------------
* DeviationRenderer.java
* ----------------------
- * (C) Copyright 2007-2012, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2007-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -73,7 +73,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/DeviationRendererSample.png"
- * alt="DeviationRendererSample.png" />
+ * alt="DeviationRendererSample.png">
*
* @since 1.0.5
*/
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/HighLowRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/HighLowRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/HighLowRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* --------------------
* HighLowRenderer.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): Richard Atkinson;
@@ -105,7 +105,7 @@
* Collection:
* <br><br>
* <img src="../../../../../images/HighLowRendererSample.png"
- * alt="HighLowRendererSample.png" />
+ * alt="HighLowRendererSample.png">
*/
public class HighLowRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* --------------------------
* StackedXYAreaRenderer.java
* --------------------------
- * (C) Copyright 2003-2008, by Richard Atkinson and Contributors.
+ * (C) Copyright 2003-2014, by Richard Atkinson and Contributors.
*
* Original Author: Richard Atkinson;
* Contributor(s): Christian W. Zuckschwerdt;
@@ -110,7 +110,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/StackedXYAreaRendererSample.png"
- * alt="StackedXYAreaRendererSample.png" />
+ * alt="StackedXYAreaRendererSample.png">
* <br><br>
* SPECIAL NOTE: This renderer does not currently handle negative data values
* correctly. This should get fixed at some point, but the current workaround
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ---------------------------
* StackedXYAreaRenderer2.java
* ---------------------------
- * (C) Copyright 2004-2008, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2004-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited), based on
* the StackedXYAreaRenderer class by Richard Atkinson;
@@ -85,7 +85,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/StackedXYAreaRenderer2Sample.png"
- * alt="StackedXYAreaRenderer2Sample.png" />
+ * alt="StackedXYAreaRenderer2Sample.png">
*/
public class StackedXYAreaRenderer2 extends XYAreaRenderer2
implements Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYBarRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYBarRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/StackedXYBarRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* -------------------------
* StackedXYBarRenderer.java
* -------------------------
- * (C) Copyright 2004-2011, 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);
@@ -89,7 +89,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/StackedXYBarRendererSample.png"
- * alt="StackedXYBarRendererSample.png" />
+ * alt="StackedXYBarRendererSample.png">
*/
public class StackedXYBarRenderer extends XYBarRenderer {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/VectorRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/VectorRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/VectorRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* -------------------
* VectorRenderer.java
* -------------------
- * (C) Copyright 2007-2013, by Object Refinery Limited.
+ * (C) Copyright 2007-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -72,7 +72,7 @@
* program included in the JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/VectorRendererSample.png"
- * alt="VectorRendererSample.png" />
+ * alt="VectorRendererSample.png">
*
* @since 1.0.6
*/
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/WindItemRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/WindItemRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/WindItemRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ---------------------
* WindItemRenderer.java
* ---------------------
- * (C) Copyright 2001-2008, by Achilleus Mantzios and Contributors.
+ * (C) Copyright 2001-2014, by Achilleus Mantzios and Contributors.
*
* Original Author: Achilleus Mantzios;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -81,7 +81,7 @@
* program included in the JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/WindItemRendererSample.png"
- * alt="WindItemRendererSample.png" />
+ * alt="WindItemRendererSample.png">
*/
public class WindItemRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* -------------------
* XYAreaRenderer.java
* -------------------
- * (C) Copyright 2002-2013, by Hari and Contributors.
+ * (C) Copyright 2002-2014, by Hari and Contributors.
*
* Original Author: Hari (ou...@ho...);
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -127,7 +127,7 @@
* in the JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/XYAreaRendererSample.png"
- * alt="XYAreaRendererSample.png" />
+ * alt="XYAreaRendererSample.png">
*/
public class XYAreaRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, PublicCloneable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer2.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer2.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYAreaRenderer2.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* --------------------
* XYAreaRenderer2.java
* --------------------
- * (C) Copyright 2004-2013, by Hari and Contributors.
+ * (C) Copyright 2004-2014, by Hari and Contributors.
*
* Original Author: Hari (ou...@ho...);
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -117,7 +117,7 @@
* the JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/XYAreaRenderer2Sample.png"
- * alt="XYAreaRenderer2Sample.png" />
+ * alt="XYAreaRenderer2Sample.png">
*/
public class XYAreaRenderer2 extends AbstractXYItemRenderer
implements XYItemRenderer, PublicCloneable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBarRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBarRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBarRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ------------------
* XYBarRenderer.java
* ------------------
- * (C) Copyright 2001-2013, by Object Refinery Limited.
+ * (C) Copyright 2001-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): Richard Atkinson;
@@ -148,7 +148,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYBarRendererSample.png"
- * alt="XYBarRendererSample.png" />
+ * alt="XYBarRendererSample.png">
*/
public class XYBarRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBlockRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBlockRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBlockRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* --------------------
* XYBlockRenderer.java
* --------------------
- * (C) Copyright 2006-2013, by Object Refinery Limited.
+ * (C) Copyright 2006-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -77,7 +77,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYBlockRendererSample.png"
- * alt="XYBlockRendererSample.png" />
+ * alt="XYBlockRendererSample.png">
*
* @since 1.0.4
*/
@@ -133,7 +133,7 @@
* Sets the width of the blocks used to represent each data item and
* sends a {@link RendererChangeEvent} to all registered listeners.
*
- * @param width the new width, in data/axis units (must be > 0.0).
+ * @param width the new width, in data/axis units (must be > 0.0).
*
* @see #getBlockWidth()
*/
@@ -162,7 +162,7 @@
* Sets the height of the blocks used to represent each data item and
* sends a {@link RendererChangeEvent} to all registered listeners.
*
- * @param height the new height, in data/axis units (must be > 0.0).
+ * @param height the new height, in data/axis units (must be > 0.0).
*
* @see #getBlockHeight()
*/
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ----------------------------
* XYBoxAndWhiskerRenderer.java
* ----------------------------
- * (C) Copyright 2003-2013, by David Browning and Contributors.
+ * (C) Copyright 2003-2014, by David Browning and Contributors.
*
* Original Author: David Browning (for Australian Institute of Marine
* Science);
@@ -123,7 +123,7 @@
* included in the JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/XYBoxAndWhiskerRendererSample.png"
- * alt="XYBoxAndWhiskerRendererSample.png" />
+ * alt="XYBoxAndWhiskerRendererSample.png">
* <P>
* This renderer does not include any code to calculate the crosshair point.
*/
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBubbleRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBubbleRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYBubbleRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ---------------------
* XYBubbleRenderer.java
* ---------------------
- * (C) Copyright 2003-2008, by Object Refinery Limited.
+ * (C) Copyright 2003-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): Christian W. Zuckschwerdt;
@@ -90,7 +90,7 @@
* included in the JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/XYBubbleRendererSample.png"
- * alt="XYBubbleRendererSample.png" />
+ * alt="XYBubbleRendererSample.png">
*/
public class XYBubbleRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, PublicCloneable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* -------------------------
* XYDifferenceRenderer.java
* -------------------------
- * (C) Copyright 2003-2013, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2003-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): Richard West, Advanced Micro Devices, Inc. (major rewrite
@@ -122,7 +122,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYDifferenceRendererSample.png"
- * alt="XYDifferenceRendererSample.png" />
+ * alt="XYDifferenceRendererSample.png">
*/
public class XYDifferenceRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, PublicCloneable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDotRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDotRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYDotRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ------------------
* XYDotRenderer.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): Christian W. Zuckschwerdt;
@@ -83,7 +83,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYDotRendererSample.png"
- * alt="XYDotRendererSample.png" />
+ * alt="XYDotRendererSample.png">
*/
public class XYDotRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, PublicCloneable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYErrorRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYErrorRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYErrorRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* --------------------
* XYErrorRenderer.java
* --------------------
- * (C) Copyright 2006-2011, by Object Refinery Limited.
+ * (C) Copyright 2006-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -74,7 +74,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/XYErrorRendererSample.png"
- * alt="XYErrorRendererSample.png" />
+ * alt="XYErrorRendererSample.png">
*
* @since 1.0.3
*/
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:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ---------------------------
* XYLineAndShapeRenderer.java
* ---------------------------
- * (C) Copyright 2004-2013, by Object Refinery Limited.
+ * (C) Copyright 2004-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -110,7 +110,7 @@
* JFreeChart demo collection:
* <br><br>
* <img src="../../../../../images/XYLineAndShapeRendererSample.png"
- * alt="XYLineAndShapeRendererSample.png" />
+ * alt="XYLineAndShapeRendererSample.png">
*
*/
public class XYLineAndShapeRenderer extends AbstractXYItemRenderer
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYShapeRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYShapeRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYShapeRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* --------------------
* XYShapeRenderer.java
* --------------------
- * (C) Copyright 2008-2013 by Andreas Haumer, xS+S and Contributors.
+ * (C) Copyright 2008-2014 by Andreas Haumer, xS+S and Contributors.
*
* Original Author: Martin Hoeller (x Software + Systeme xS+S - Andreas
* Haumer);
@@ -89,7 +89,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYShapeRendererSample.png"
- * alt="XYShapeRendererSample.png" />
+ * alt="XYShapeRendererSample.png">
* <br><br>
* This renderer has similarities to, but also differences from, the
* {@link XYLineAndShapeRenderer}.
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 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYSplineRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ---------------------
* XYSplineRenderer.java
* ---------------------
- * (C) Copyright 2007-2013, by Klaus Rheinwald and Contributors.
+ * (C) Copyright 2007-2014, by Klaus Rheinwald and Contributors.
*
* Original Author: Klaus Rheinwald;
* Contributor(s): Tobias von Petersdorff (tv...@ma...,
@@ -78,7 +78,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYSplineRendererSample.png"
- * alt="XYSplineRendererSample.png" />
+ * alt="XYSplineRendererSample.png">
*
* @since 1.0.7
*/
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -85,7 +85,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYStepAreaRendererSample.png"
- * alt="XYStepAreaRendererSample.png" />
+ * alt="XYStepAreaRendererSample.png">
*/
public class XYStepAreaRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* -------------------
* XYStepRenderer.java
* -------------------
- * (C) Copyright 2002-2009, by Roger Studner and Contributors.
+ * (C) Copyright 2002-2014, by Roger Studner and Contributors.
*
* Original Author: Roger Studner;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -99,7 +99,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/XYStepRendererSample.png"
- * alt="XYStepRendererSample.png" />
+ * alt="XYStepRendererSample.png">
*/
public class XYStepRenderer extends XYLineAndShapeRenderer
implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/YIntervalRenderer.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/YIntervalRenderer.java 2014-07-01 08:09:22 UTC (rev 3165)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/YIntervalRenderer.java 2014-07-01 08:35:39 UTC (rev 3166)
@@ -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 @@
* ----------------------
* YIntervalRenderer.java
* ----------------------
- * (C) Copyright 2002-2009, by Object Refinery Limited.
+ * (C) Copyright 2002-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -85,7 +85,7 @@
* demo collection:
* <br><br>
* <img src="../../../../../images/YIntervalRendererSample.png"
- * alt="YIntervalRendererSample.png" />
+ * alt="YIntervalRendererSample.png">
*/
public class YIntervalRenderer extends AbstractXYItemRenderer
implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {
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:09:25
|
Revision: 3165
http://sourceforge.net/p/jfreechart/code/3165
Author: mungady
Date: 2014-07-01 08:09:22 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/ContourPlot.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/ContourPlot.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/ContourPlot.java 2014-07-01 08:04:37 UTC (rev 3164)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/plot/ContourPlot.java 2014-07-01 08:09:22 UTC (rev 3165)
@@ -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 @@
* ----------------
* ContourPlot.java
* ----------------
- * (C) Copyright 2002-2013, by David M. O'Donnell and Contributors.
+ * (C) Copyright 2002-2014, by David M. O'Donnell and Contributors.
*
* Original Author: David M. O'Donnell;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -184,11 +184,11 @@
/**
* Defines dataArea rectangle as the ratio formed from dividing height by
* width (of the dataArea). Modifies plot area calculations.
- * ratio>0 will attempt to layout the plot so that the
+ * ratio > 0 will attempt to layout the plot so that the
* dataArea.height/dataArea.width = ratio.
- * ratio<0 will attempt to layout the plot so that the
+ * ratio < 0 will attempt to layout the plot so that the
* dataArea.height/dataArea.width in plot units (not java2D units as when
- * ratio>0) = -1.*ratio.
+ * ratio > 0) = -1.*ratio.
*/ //dmo
private double dataAreaRatio = 0.0; //zero when the parameter is not set
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:04:45
|
Revision: 3164
http://sourceforge.net/p/jfreechart/code/3164
Author: mungady
Date: 2014-07-01 08:04:37 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix SONAR warning.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/package.html
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/package.html
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/package.html 2014-07-01 07:28:08 UTC (rev 3163)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/demo/package.html 2014-07-01 08:04:37 UTC (rev 3164)
@@ -8,5 +8,6 @@
<a href="http://www.object-refinery.com/jfreechart/guide.html" target="_blank">
http://www.object-refinery.com/jfreechart/guide.html
</a>
+</p>
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-07-01 07:28:15
|
Revision: 3163
http://sourceforge.net/p/jfreechart/code/3163
Author: mungady
Date: 2014-07-01 07:28:08 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/CategoryTableXYDataset.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultOHLCDataset.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultTableXYDataset.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultWindDataset.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/MatrixSeriesCollection.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/CategoryTableXYDataset.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/CategoryTableXYDataset.java 2014-07-01 07:22:49 UTC (rev 3162)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/CategoryTableXYDataset.java 2014-07-01 07:28:08 UTC (rev 3163)
@@ -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 @@
* ---------------------------
* CategoryTableXYDataset.java
* ---------------------------
- * (C) Copyright 2004-2011, 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);
@@ -356,7 +356,7 @@
* Sets the interval width to a fixed value, and sends a
* {@link DatasetChangeEvent} to all registered listeners.
*
- * @param d the new interval width (must be > 0).
+ * @param d the new interval width (must be > 0).
*/
public void setIntervalWidth(double d) {
this.intervalDelegate.setFixedIntervalWidth(d);
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultOHLCDataset.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultOHLCDataset.java 2014-07-01 07:22:49 UTC (rev 3162)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultOHLCDataset.java 2014-07-01 07:28:08 UTC (rev 3163)
@@ -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 @@
* -----------------------
* DefaultOHLCDataset.java
* -----------------------
- * (C) Copyright 2003-2008, by Object Refinery Limited.
+ * (C) Copyright 2003-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -343,7 +343,7 @@
*
* @return A clone.
*
- * @throws CloneNotSupportedException
+ * @throws CloneNotSupportedException if there is a cloning problem.
*/
@Override
public Object clone() throws CloneNotSupportedException {
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultTableXYDataset.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultTableXYDataset.java 2014-07-01 07:22:49 UTC (rev 3162)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultTableXYDataset.java 2014-07-01 07:28:08 UTC (rev 3163)
@@ -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 @@
* --------------------------
* DefaultTableXYDataset.java
* --------------------------
- * (C) Copyright 2003-2013, by Richard Atkinson and Contributors.
+ * (C) Copyright 2003-2014, by Richard Atkinson and Contributors.
*
* Original Author: Richard Atkinson;
* Contributor(s): Jody Brownell;
@@ -635,7 +635,7 @@
* Sets the interval width to a fixed value, and sends a
* {@link DatasetChangeEvent} to all registered listeners.
*
- * @param d the new interval width (must be > 0).
+ * @param d the new interval width (must be > 0).
*/
public void setIntervalWidth(double d) {
this.intervalDelegate.setFixedIntervalWidth(d);
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultWindDataset.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultWindDataset.java 2014-07-01 07:22:49 UTC (rev 3162)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/DefaultWindDataset.java 2014-07-01 07:28:08 UTC (rev 3163)
@@ -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 @@
* -----------------------
* DefaultWindDataset.java
* -----------------------
- * (C) Copyright 2001-2013, by Achilleus Mantzios and Contributors.
+ * (C) Copyright 2001-2014, by Achilleus Mantzios and Contributors.
*
* Original Author: Achilleus Mantzios;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -302,7 +302,7 @@
* <code>DefaultWindDataset</code>;</li>
* <li>both datasets have the same number of series containing identical
* values.</li>
- * <ul>
+ * </ul>
*
* @param obj the object (<code>null</code> permitted).
*
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/MatrixSeriesCollection.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/MatrixSeriesCollection.java 2014-07-01 07:22:49 UTC (rev 3162)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/MatrixSeriesCollection.java 2014-07-01 07:28:08 UTC (rev 3163)
@@ -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 @@
* ---------------------------
* MatrixSeriesCollection.java
* ---------------------------
- * (C) Copyright 2003-2013, by Barak Naveh and Contributors.
+ * (C) Copyright 2003-2014, by Barak Naveh and Contributors.
*
* Original Author: Barak Naveh;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -108,8 +108,6 @@
* @param seriesIndex zero-based series index.
*
* @return The series.
- *
- * @throws IllegalArgumentException
*/
public MatrixSeries getSeries(int seriesIndex) {
if ((seriesIndex < 0) || (seriesIndex > getSeriesCount())) {
@@ -316,8 +314,6 @@
* Notifies all registered listeners that the dataset has changed.
*
* @param seriesIndex the series (zero based index).
- *
- * @throws IllegalArgumentException
*/
public void removeSeries(int seriesIndex) {
// check arguments...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-07-01 07:22:57
|
Revision: 3162
http://sourceforge.net/p/jfreechart/code/3162
Author: mungady
Date: 2014-07-01 07:22:49 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Day.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Hour.java
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/RegularTimePeriod.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Day.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Day.java 2014-07-01 07:08:51 UTC (rev 3161)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Day.java 2014-07-01 07:22:49 UTC (rev 3162)
@@ -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 @@
* --------
* Day.java
* --------
- * (C) Copyright 2001-2013, by Object Refinery Limited.
+ * (C) Copyright 2001-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -89,19 +89,19 @@
/** A standard date formatter. */
protected static final DateFormat DATE_FORMAT
- = new SimpleDateFormat("yyyy-MM-dd");
+ = new SimpleDateFormat("yyyy-MM-dd");
/** A date formatter for the default locale. */
- protected static final DateFormat
- DATE_FORMAT_SHORT = DateFormat.getDateInstance(DateFormat.SHORT);
+ protected static final DateFormat DATE_FORMAT_SHORT
+ = DateFormat.getDateInstance(DateFormat.SHORT);
/** A date formatter for the default locale. */
- protected static final DateFormat
- DATE_FORMAT_MEDIUM = DateFormat.getDateInstance(DateFormat.MEDIUM);
+ protected static final DateFormat DATE_FORMAT_MEDIUM
+ = DateFormat.getDateInstance(DateFormat.MEDIUM);
/** A date formatter for the default locale. */
- protected static final DateFormat
- DATE_FORMAT_LONG = DateFormat.getDateInstance(DateFormat.LONG);
+ protected static final DateFormat DATE_FORMAT_LONG
+ = DateFormat.getDateInstance(DateFormat.LONG);
/** The day (uses SerialDate for convenience). */
private SerialDate serialDate;
@@ -125,7 +125,7 @@
*
* @param day the day-of-the-month.
* @param month the month (1 to 12).
- * @param year the year (1900 <= year <= 9999).
+ * @param year the year (1900 <= year <= 9999).
*/
public Day(int day, int month, int year) {
this.serialDate = SerialDate.createInstance(day, month, year);
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java 2014-07-01 07:08:51 UTC (rev 3161)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java 2014-07-01 07:22:49 UTC (rev 3162)
@@ -81,7 +81,7 @@
* real-time applications this subclass adds the ability to append new
* data and discard the oldest.
* In this class, the arrays used in FastTimeSeriesCollection become FIFO's.
- * NOTE:As presented here, all data is assumed >= 0, an assumption which is
+ * NOTE:As presented here, all data is assumed >= 0, an assumption which is
* embodied only in methods associated with interface RangeInfo.
*/
public class DynamicTimeSeriesCollection extends AbstractIntervalXYDataset
@@ -675,7 +675,7 @@
* @param newData the data
* @param insertionIndex the index value at which to put it
* @param refresh value of n in "refresh the display on every nth call"
- * (ignored if <= 0 )
+ * (ignored if <= 0 )
*/
public void appendData(float[] newData, int insertionIndex, int refresh) {
int nDataPoints = newData.length;
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Hour.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Hour.java 2014-07-01 07:08:51 UTC (rev 3161)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/Hour.java 2014-07-01 07:22:49 UTC (rev 3162)
@@ -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 @@
* ---------
* Hour.java
* ---------
- * (C) Copyright 2001-2013, by Object Refinery Limited.
+ * (C) Copyright 2001-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -183,7 +183,7 @@
/**
* Returns the hour.
*
- * @return The hour (0 <= hour <= 23).
+ * @return The hour (0 <= hour <= 23).
*/
public int getHour() {
return this.hour;
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/RegularTimePeriod.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/RegularTimePeriod.java 2014-07-01 07:08:51 UTC (rev 3161)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/RegularTimePeriod.java 2014-07-01 07:22:49 UTC (rev 3162)
@@ -70,7 +70,7 @@
* This class is immutable, and all subclasses should be immutable also.
*/
public abstract class RegularTimePeriod implements TimePeriod, Comparable,
- MonthConstants {
+ MonthConstants {
/**
* Creates a time period that includes the specified millisecond, assuming
@@ -83,7 +83,7 @@
* @return The time period.
*/
public static RegularTimePeriod createInstance(Class c, Date millisecond,
- TimeZone zone) {
+ TimeZone zone) {
RegularTimePeriod result = null;
try {
Constructor constructor = c.getDeclaredConstructor(
@@ -248,8 +248,7 @@
*
* @return The first millisecond of the time period.
*
- * @throws NullPointerException if <code>calendar,/code> is
- * </code>null</code>.
+ * @throws NullPointerException if {@code calendar} is {@code null}.
*
* @see #getLastMillisecond(Calendar)
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-07-01 07:09:00
|
Revision: 3161
http://sourceforge.net/p/jfreechart/code/3161
Author: mungady
Date: 2014-07-01 07:08:51 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
2014-07-01 David Gilbert <dav...@ob...>
* org/jfree/data/time/DynamicTimeSeriesCollection.java
(DynamicTimeSeriesCollection): Recognise Millisecond time period.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/ChangeLog
Modified: branches/jfreechart-1.0.x-branch/ChangeLog
===================================================================
--- branches/jfreechart-1.0.x-branch/ChangeLog 2014-07-01 07:08:13 UTC (rev 3160)
+++ branches/jfreechart-1.0.x-branch/ChangeLog 2014-07-01 07:08:51 UTC (rev 3161)
@@ -1,3 +1,9 @@
+2014-07-01 David Gilbert <dav...@ob...>
+
+ Patch #310 by Ricardo JL Rufino:
+ * org/jfree/data/time/DynamicTimeSeriesCollection.java
+ (DynamicTimeSeriesCollection): Recognise Millisecond time period.
+
2014-06-27 David Gilbert <dav...@ob...>
* org/jfree/chart/fx/ChartCanvas.java: New 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 07:08:22
|
Revision: 3160
http://sourceforge.net/p/jfreechart/code/3160
Author: mungady
Date: 2014-07-01 07:08:13 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
2014-07-01 David Gilbert <dav...@ob...>
* org/jfree/data/time/DynamicTimeSeriesCollection.java
(DynamicTimeSeriesCollection): Recognise Millisecond time period.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java 2014-07-01 07:07:00 UTC (rev 3159)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/DynamicTimeSeriesCollection.java 2014-07-01 07:08:13 UTC (rev 3160)
@@ -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,10 +27,11 @@
* --------------------------------
* DynamicTimeSeriesCollection.java
* --------------------------------
- * (C) Copyright 2002-2008, by I. H. Thomae and Contributors.
+ * (C) Copyright 2002-2014, by I. H. Thomae and Contributors.
*
* Original Author: I. H. Thomae (it...@is...);
* Contributor(s): David Gilbert (for Object Refinery Limited);
+ * Ricardo JL Rufino (patch #310);
*
* Changes
* -------
@@ -54,6 +55,8 @@
* 11-Jan-2004 : Removed deprecated code in preparation for the 1.0.0
* release (DG);
* 02-Feb-2007 : Removed author tags all over JFreeChart sources (DG);
+ * 01-Jul-2014 : Add millisecond time period - see patch #310 by Ricardo JL
+ * Rufino (DG);
*
*/
@@ -82,9 +85,7 @@
* embodied only in methods associated with interface RangeInfo.
*/
public class DynamicTimeSeriesCollection extends AbstractIntervalXYDataset
- implements IntervalXYDataset,
- DomainInfo,
- RangeInfo {
+ implements IntervalXYDataset, DomainInfo, RangeInfo {
/**
* Useful constant for controlling the x-value returned for a time
@@ -228,10 +229,8 @@
* @param nMoments the number of TimePeriods to be spanned.
*/
public DynamicTimeSeriesCollection(int nSeries, int nMoments) {
-
this(nSeries, nMoments, new Millisecond(), TimeZone.getDefault());
this.newestAt = nMoments - 1;
-
}
/**
@@ -242,7 +241,7 @@
* @param zone the timezone.
*/
public DynamicTimeSeriesCollection(int nSeries, int nMoments,
- TimeZone zone) {
+ TimeZone zone) {
this(nSeries, nMoments, new Millisecond(), zone);
this.newestAt = nMoments - 1;
}
@@ -254,9 +253,8 @@
* @param nMoments the number of items per series.
* @param timeSample a time period sample.
*/
- public DynamicTimeSeriesCollection(int nSeries,
- int nMoments,
- RegularTimePeriod timeSample) {
+ public DynamicTimeSeriesCollection(int nSeries, int nMoments,
+ RegularTimePeriod timeSample) {
this(nSeries, nMoments, timeSample, TimeZone.getDefault());
}
@@ -268,10 +266,8 @@
* @param timeSample a time period sample.
* @param zone the time zone.
*/
- public DynamicTimeSeriesCollection(int nSeries,
- int nMoments,
- RegularTimePeriod timeSample,
- TimeZone zone) {
+ public DynamicTimeSeriesCollection(int nSeries, int nMoments,
+ RegularTimePeriod timeSample, TimeZone zone) {
// the first initialization must precede creation of the ValueSet array:
this.maximumItemCount = nMoments; // establishes length of each array
@@ -286,13 +282,13 @@
this.timePeriodClass = timeSample.getClass();
/// Expand the following for all defined TimePeriods:
- if (this.timePeriodClass == Second.class) {
+ if (this.timePeriodClass == Millisecond.class) {
+ this.pointsInTime = new Millisecond[nMoments];
+ } else if (this.timePeriodClass == Second.class) {
this.pointsInTime = new Second[nMoments];
- }
- else if (this.timePeriodClass == Minute.class) {
+ } else if (this.timePeriodClass == Minute.class) {
this.pointsInTime = new Minute[nMoments];
- }
- else if (this.timePeriodClass == Hour.class) {
+ } else if (this.timePeriodClass == Hour.class) {
this.pointsInTime = new Hour[nMoments];
}
/// .. etc....
@@ -313,7 +309,6 @@
* @return ??.
*/
public synchronized long setTimeBase(RegularTimePeriod start) {
-
if (this.pointsInTime[0] == null) {
this.pointsInTime[0] = start;
for (int i = 1; i < this.historyCount; i++) {
@@ -321,17 +316,14 @@
}
}
long oldestL = this.pointsInTime[0].getFirstMillisecond(
- this.workingCalendar
- );
+ this.workingCalendar);
long nextL = this.pointsInTime[1].getFirstMillisecond(
- this.workingCalendar
- );
+ this.workingCalendar);
this.deltaTime = nextL - oldestL;
this.oldestAt = 0;
this.newestAt = this.historyCount - 1;
findDomainLimits();
return this.deltaTime;
-
}
/**
@@ -339,7 +331,6 @@
* because it's called from within another method that already is.
*/
protected void findDomainLimits() {
-
long startL = getOldestTime().getFirstMillisecond(this.workingCalendar);
long endL;
if (this.domainIsPointsInTime) {
@@ -351,7 +342,6 @@
this.domainStart = new Long(startL);
this.domainEnd = new Long(endL);
this.domainRange = new Range(startL, endL);
-
}
/**
@@ -383,8 +373,8 @@
* Use this as-is during setup only, or add the synchronized keyword around
* the copy loop.
*/
- public void addSeries(float[] values,
- int seriesNumber, Comparable seriesKey) {
+ public void addSeries(float[] values, int seriesNumber,
+ Comparable seriesKey) {
invalidateRangeInfo();
int i;
@@ -426,7 +416,6 @@
this.seriesKeys[seriesNumber] = seriesKey;
}
fireSeriesChanged();
-
}
/**
@@ -447,7 +436,6 @@
* @param value the value.
*/
public void addValue(int seriesNumber, int index, float value) {
-
invalidateRangeInfo();
if (seriesNumber >= this.valueHistory.length) {
throw new IllegalArgumentException(
@@ -667,8 +655,7 @@
int nDataPoints = newData.length;
if (nDataPoints > this.valueHistory.length) {
throw new IllegalArgumentException(
- "More data than series to put them in"
- );
+ "More data than series to put them in");
}
int s; // index to select the "series"
for (s = 0; s < nDataPoints; s++) {
@@ -690,25 +677,24 @@
* @param refresh value of n in "refresh the display on every nth call"
* (ignored if <= 0 )
*/
- public void appendData(float[] newData, int insertionIndex, int refresh) {
- int nDataPoints = newData.length;
- if (nDataPoints > this.valueHistory.length) {
- throw new IllegalArgumentException(
- "More data than series to put them " + "in"
- );
- }
- for (int s = 0; s < nDataPoints; s++) {
- if (this.valueHistory[s] == null) {
+ public void appendData(float[] newData, int insertionIndex, int refresh) {
+ int nDataPoints = newData.length;
+ if (nDataPoints > this.valueHistory.length) {
+ throw new IllegalArgumentException(
+ "More data than series to put them in");
+ }
+ for (int s = 0; s < nDataPoints; s++) {
+ if (this.valueHistory[s] == null) {
this.valueHistory[s] = new ValueSequence(this.historyCount);
- }
- this.valueHistory[s].enterData(insertionIndex, newData[s]);
- }
- if (refresh > 0) {
- insertionIndex++;
- if (insertionIndex % refresh == 0) {
- fireSeriesChanged();
- }
- }
+ }
+ this.valueHistory[s].enterData(insertionIndex, newData[s]);
+ }
+ if (refresh > 0) {
+ insertionIndex++;
+ if (insertionIndex % refresh == 0) {
+ fireSeriesChanged();
+ }
+ }
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-07-01 07:07:08
|
Revision: 3159
http://sourceforge.net/p/jfreechart/code/3159
Author: mungady
Date: 2014-07-01 07:07:00 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesCollection.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesCollection.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesCollection.java 2014-06-30 14:45:59 UTC (rev 3158)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/time/TimeSeriesCollection.java 2014-07-01 07:07:00 UTC (rev 3159)
@@ -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 @@
* -------------------------
* TimeSeriesCollection.java
* -------------------------
- * (C) Copyright 2001-2013, by Object Refinery Limited.
+ * (C) Copyright 2001-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -825,7 +825,8 @@
*
* @return A clone.
*
- * @throws java.lang.CloneNotSupportedException
+ * @throws java.lang.CloneNotSupportedException if there is a problem
+ * cloning.
*/
@Override
public Object clone() throws CloneNotSupportedException {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:46:02
|
Revision: 3158
http://sourceforge.net/p/jfreechart/code/3158
Author: mungady
Date: 2014-06-30 14:45:59 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateTickUnit.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateTickUnit.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateTickUnit.java 2014-06-30 14:44:00 UTC (rev 3157)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateTickUnit.java 2014-06-30 14:45:59 UTC (rev 3158)
@@ -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 @@
* -----------------
* DateTickUnit.java
* -----------------
- * (C) Copyright 2000-2013, by Object Refinery Limited.
+ * (C) Copyright 2000-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): Chris Boek;
@@ -101,7 +101,7 @@
* Creates a new date tick unit.
*
* @param unitType the unit type (<code>null</code> not permitted).
- * @param multiple the multiple (of the unit type, must be > 0).
+ * @param multiple the multiple (of the unit type, must be > 0).
*
* @since 1.0.13
*/
@@ -113,7 +113,7 @@
* Creates a new date tick unit.
*
* @param unitType the unit type (<code>null</code> not permitted).
- * @param multiple the multiple (of the unit type, must be > 0).
+ * @param multiple the multiple (of the unit type, must be > 0).
* @param formatter the date formatter (<code>null</code> not permitted).
*
* @since 1.0.13
@@ -170,7 +170,7 @@
/**
* Returns the unit multiple.
*
- * @return The unit multiple (always > 0).
+ * @return The unit multiple (always > 0).
*/
public int getMultiple() {
return this.count;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:44:08
|
Revision: 3157
http://sourceforge.net/p/jfreechart/code/3157
Author: mungady
Date: 2014-06-30 14:44:00 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CyclicNumberAxis.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CyclicNumberAxis.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CyclicNumberAxis.java 2014-06-30 14:39:26 UTC (rev 3156)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CyclicNumberAxis.java 2014-06-30 14:44:00 UTC (rev 3157)
@@ -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 @@
* ---------------------
* CyclicNumberAxis.java
* ---------------------
- * (C) Copyright 2003-2013, by Nicolas Brodu and Contributors.
+ * (C) Copyright 2003-2014, by Nicolas Brodu and Contributors.
*
* Original Author: Nicolas Brodu;
* Contributor(s): David Gilbert (for Object Refinery Limited);
@@ -90,7 +90,7 @@
"cycles", or "time frames", or the same duration : the period.
A cycle axis cannot by definition handle a larger interval
-than the period : <pre>x1 - x0 >= period</pre>. Thus, at most a full
+than the period : <pre>x1 - x0 >= period</pre>. Thus, at most a full
period can be represented with such an axis.
The cycle bound is the number between x0 and x1 which marks
@@ -98,7 +98,7 @@
<pre>
|---------------------|----------------------------|
x0 cb x1
-<---previous cycle---><-------current cycle-------->
+<---previous cycle---><-------current cycle-------->
</pre>
It is actually a multiple of the period, plus optionally
@@ -112,7 +112,7 @@
<pre>
|----------------------------|---------------------|
cb x1|x0 cb
-<-------current cycle--------><---previous cycle--->
+<-------current cycle--------><---previous cycle--->
</pre>
The cycle bound is at the axis ends, then current
@@ -913,8 +913,7 @@
/**
* The cycle bound is a multiple of the period, plus optionally a start
* offset.
- * <P>
- * <pre>cb = n * period + offset</pre><br>
+ * <p><pre>cb = n * period + offset</pre></p>
*
* @return The current offset.
*
@@ -927,8 +926,7 @@
/**
* The cycle bound is a multiple of the period, plus optionally a start
* offset.
- * <P>
- * <pre>cb = n * period + offset</pre><br>
+ * <p><pre>cb = n * period + offset</pre></p>
*
* @param offset The offset to set.
*
@@ -941,8 +939,7 @@
/**
* The cycle bound is a multiple of the period, plus optionally a start
* offset.
- * <P>
- * <pre>cb = n * period + offset</pre><br>
+ * <p><pre>cb = n * period + offset</pre></p>
*
* @return The current period.
*
@@ -955,8 +952,7 @@
/**
* The cycle bound is a multiple of the period, plus optionally a start
* offset.
- * <P>
- * <pre>cb = n * period + offset</pre><br>
+ * <p><pre>cb = n * period + offset</pre></p>
*
* @param period The period to set.
*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:39:28
|
Revision: 3156
http://sourceforge.net/p/jfreechart/code/3156
Author: mungady
Date: 2014-06-30 14:39:26 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CompassFormat.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CompassFormat.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CompassFormat.java 2014-06-30 14:36:52 UTC (rev 3155)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CompassFormat.java 2014-06-30 14:39:26 UTC (rev 3156)
@@ -66,6 +66,11 @@
* Creates a new formatter using the specified identifiers for
* the base wind directions.
*
+ * @param n the code for NORTH.
+ * @param e the code for EAST.
+ * @param s the code for SOUTH.
+ * @param w the code for WEST.
+ *
* @since 1.0.18
*/
public CompassFormat(String n, String e, String s, String w) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:36:59
|
Revision: 3155
http://sourceforge.net/p/jfreechart/code/3155
Author: mungady
Date: 2014-06-30 14:36:52 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelWidthType.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelWidthType.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelWidthType.java 2014-06-30 14:35:53 UTC (rev 3154)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelWidthType.java 2014-06-30 14:36:52 UTC (rev 3155)
@@ -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 @@
* ---------------------------
* CategoryLabelWidthType.java
* ---------------------------
- * (C) Copyright 2004-2013, by Object Refinery Limited.
+ * (C) Copyright 2004-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -77,7 +77,7 @@
/**
* Returns a string representing the object.
*
- * @return The string (never </code>null</code>).
+ * @return The string (never <code>null</code>).
*/
@Override
public String toString() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:35:56
|
Revision: 3154
http://sourceforge.net/p/jfreechart/code/3154
Author: mungady
Date: 2014-06-30 14:35:53 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelPositions.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelPositions.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelPositions.java 2014-06-30 14:34:13 UTC (rev 3153)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryLabelPositions.java 2014-06-30 14:35:53 UTC (rev 3154)
@@ -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 @@
* ---------------------------
* CategoryLabelPositions.java
* ---------------------------
- * (C) Copyright 2004-2013, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2004-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -129,7 +129,7 @@
* Creates a new instance where the category labels angled upwards by the
* specified amount.
*
- * @param angle the rotation angle (should be < Math.PI / 2.0).
+ * @param angle the rotation angle (should be < Math.PI / 2.0).
*
* @return A category label position specification.
*/
@@ -159,7 +159,7 @@
* Creates a new instance where the category labels angled downwards by the
* specified amount.
*
- * @param angle the rotation angle (should be < Math.PI / 2.0).
+ * @param angle the rotation angle (should be < Math.PI / 2.0).
*
* @return A category label position specification.
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:34:16
|
Revision: 3153
http://sourceforge.net/p/jfreechart/code/3153
Author: mungady
Date: 2014-06-30 14:34:13 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryAxis.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryAxis.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryAxis.java 2014-06-30 14:32:39 UTC (rev 3152)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/CategoryAxis.java 2014-06-30 14:34:13 UTC (rev 3153)
@@ -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 @@
* -----------------
* CategoryAxis.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;
* Contributor(s): Pady Srinivasan (patch 1217634);
@@ -746,7 +746,7 @@
* @param category the category (<code>null</code> not permitted).
* @param seriesKey the series key (<code>null</code> not permitted).
* @param dataset the dataset (<code>null</code> not permitted).
- * @param itemMargin the item margin (0.0 <= itemMargin < 1.0);
+ * @param itemMargin the item margin (0.0 <= itemMargin < 1.0);
* @param area the area (<code>null</code> not permitted).
* @param edge the edge (<code>null</code> not permitted).
*
@@ -784,7 +784,7 @@
* @param categoryCount the category count.
* @param seriesIndex the series index.
* @param seriesCount the series count.
- * @param itemMargin the item margin (0.0 <= itemMargin < 1.0);
+ * @param itemMargin the item margin (0.0 <= itemMargin < 1.0);
* @param area the area (<code>null</code> not permitted).
* @param edge the edge (<code>null</code> not permitted).
*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:32:46
|
Revision: 3152
http://sourceforge.net/p/jfreechart/code/3152
Author: mungady
Date: 2014-06-30 14:32:39 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/StandardChartTheme.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/StandardChartTheme.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/StandardChartTheme.java 2014-06-30 14:29:47 UTC (rev 3151)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/StandardChartTheme.java 2014-06-30 14:32:39 UTC (rev 3152)
@@ -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 @@
* -----------------------
* StandardChartTheme.java
* -----------------------
- * (C) Copyright 2008-2013, by Object Refinery Limited.
+ * (C) Copyright 2008-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -1411,7 +1411,8 @@
/**
* Applies the attributes of this theme to a {@link FastScatterPlot}.
- * @param plot
+ *
+ * @param plot the plot ({@code null} not permitted).
*/
protected void applyToFastScatterPlot(FastScatterPlot plot) {
plot.setDomainGridlinePaint(this.domainGridlinePaint);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:29:49
|
Revision: 3151
http://sourceforge.net/p/jfreechart/code/3151
Author: mungady
Date: 2014-06-30 14:29:47 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartTransferable.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartTransferable.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartTransferable.java 2014-06-30 14:28:33 UTC (rev 3150)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartTransferable.java 2014-06-30 14:29:47 UTC (rev 3151)
@@ -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 @@
* ----------------------
* ChartTransferable.java
* ----------------------
- * (C) Copyright 2009-2013, by Object Refinery Limited.
+ * (C) Copyright 2009-2014, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
@@ -196,19 +196,18 @@
*
* @return The content.
*
- * @throws java.awt.datatransfer.UnsupportedFlavorException
- * @throws java.io.IOException
+ * @throws java.awt.datatransfer.UnsupportedFlavorException if the flavor
+ * is not supported.
+ * @throws java.io.IOException if there is an IO problem.
*/
@Override
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException, IOException {
-
if (this.imageFlavor.equals(flavor)) {
return createBufferedImage(this.chart, this.width, this.height,
this.minDrawWidth, this.minDrawHeight, this.maxDrawWidth,
this.maxDrawHeight);
- }
- else {
+ } else {
throw new UnsupportedFlavorException(flavor);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:28:41
|
Revision: 3150
http://sourceforge.net/p/jfreechart/code/3150
Author: mungady
Date: 2014-06-30 14:28:33 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartFactory.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartFactory.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartFactory.java 2014-06-30 14:23:43 UTC (rev 3149)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartFactory.java 2014-06-30 14:28:33 UTC (rev 3150)
@@ -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 @@
* -----------------
* ChartFactory.java
* -----------------
- * (C) Copyright 2001-2013, by Object Refinery Limited and Contributors.
+ * (C) Copyright 2001-2014, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): Serge V. Grachov;
@@ -358,12 +358,12 @@
/**
* Creates a pie chart with default settings that compares 2 datasets.
* The colour of each section will be determined by the move from the value
- * for the same key in <code>previousDataset</code>. ie if value1 > value2
- * then the section will be in green (unless <code>greenForIncrease</code>
- * is <code>false</code>, in which case it would be <code>red</code>).
- * Each section can have a shade of red or green as the difference can be
- * tailored between 0% (black) and percentDiffForMaxScale% (bright
- * red/green).
+ * for the same key in <code>previousDataset</code>. ie if value1 >
+ * value2 then the section will be in green (unless
+ * <code>greenForIncrease</code> is <code>false</code>, in which case it
+ * would be <code>red</code>). Each section can have a shade of red or
+ * green as the difference can be tailored between 0% (black) and
+ * percentDiffForMaxScale% (bright red/green).
* <p>
* For instance if <code>percentDiffForMaxScale</code> is 10 (10%), a
* difference of 5% will have a half shade of red/green, a difference of
@@ -478,12 +478,12 @@
/**
* Creates a pie chart with default settings that compares 2 datasets.
* The colour of each section will be determined by the move from the value
- * for the same key in <code>previousDataset</code>. ie if value1 > value2
- * then the section will be in green (unless <code>greenForIncrease</code>
- * is <code>false</code>, in which case it would be <code>red</code>).
- * Each section can have a shade of red or green as the difference can be
- * tailored between 0% (black) and percentDiffForMaxScale% (bright
- * red/green).
+ * for the same key in <code>previousDataset</code>. ie if value1 >
+ * value2 then the section will be in green (unless
+ * <code>greenForIncrease</code> is <code>false</code>, in which case it
+ * would be <code>red</code>). Each section can have a shade of red or
+ * green as the difference can be tailored between 0% (black) and
+ * percentDiffForMaxScale% (bright red/green).
* <p>
* For instance if <code>percentDiffForMaxScale</code> is 10 (10%), a
* difference of 5% will have a half shade of red/green, a difference of
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:23:46
|
Revision: 3149
http://sourceforge.net/p/jfreechart/code/3149
Author: mungady
Date: 2014-06-30 14:23:43 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/YIntervalSeries.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/YIntervalSeries.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/YIntervalSeries.java 2014-06-30 14:23:23 UTC (rev 3148)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/YIntervalSeries.java 2014-06-30 14:23:43 UTC (rev 3149)
@@ -44,6 +44,7 @@
import org.jfree.data.ComparableObjectItem;
import org.jfree.data.ComparableObjectSeries;
+import org.jfree.data.general.SeriesChangeEvent;
/**
* A list of (x, y, y-low, y-high) data items.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mu...@us...> - 2014-06-30 14:23:32
|
Revision: 3148
http://sourceforge.net/p/jfreechart/code/3148
Author: mungady
Date: 2014-06-30 14:23:23 +0000 (Mon, 30 Jun 2014)
Log Message:
-----------
Fix Javadoc warnings.
Modified Paths:
--------------
branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/XYIntervalSeries.java
Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/XYIntervalSeries.java
===================================================================
--- branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/XYIntervalSeries.java 2014-06-30 14:21:57 UTC (rev 3147)
+++ branches/jfreechart-1.0.x-branch/source/org/jfree/data/xy/XYIntervalSeries.java 2014-06-30 14:23:23 UTC (rev 3148)
@@ -44,6 +44,7 @@
import org.jfree.data.ComparableObjectItem;
import org.jfree.data.ComparableObjectSeries;
+import org.jfree.data.general.SeriesChangeEvent;
/**
* A list of (x, x-low, x-high, y, y-low, y-high) data items.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|