Update of /cvsroot/jfreechart/jfreechart
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3020
Modified Files:
Tag: STABLE_1-0-0
ChangeLog
Log Message:
2006-09-27 David Gilbert <david.gilbert@...>
* source/org/jfree/chart/plot/PiePlot.java
(PiePlot(PieDataset)): Initialise baseSectionPaint to a non-null value,
(lookupSectionPaint(int)): New method,
(lookupSectionPaint(int, boolean)): Likewise,
(getSectionPaint(int)): Reimplemented without lookup,
(lookupSectionOutlinePaint(int)): New method,
(lookupSectionOutlinePaint(int, boolean)): Likewise,
(getSectionOutlinePaint(int)): Reimplemented without lookup,
(lookupSectionOutlineStroke(int)): New method,
(lookupSectionOutlineStroke(int, boolean)): Likewise,
(getSectionOutlineStroke(int)): Reimplemented without lookup,
(drawItem): Use new lookup methods,
(getLegendItems): Likewise,
* source/org/jfree/chart/plot/PiePlot3D.java
(draw): Use new lookup methods,
* source/org/jfree/chart/plot/RingPlot.java
(drawItem): Use new lookup methods,
* source/org/jfree/chart/plot/junit/PiePlotTests.java
(testGetBaseSectionPaint): New method.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/jfreechart/jfreechart/ChangeLog,v
retrieving revision 1.1.2.189
retrieving revision 1.1.2.190
diff -C2 -d -r1.1.2.189 -r1.1.2.190
*** ChangeLog 25 Sep 2006 13:19:16 -0000 1.1.2.189
--- ChangeLog 27 Sep 2006 13:45:48 -0000 1.1.2.190
***************
*** 1,2 ****
--- 1,24 ----
+ 2006-09-27 David Gilbert <david.gilbert@...>
+
+ * source/org/jfree/chart/plot/PiePlot.java
+ (PiePlot(PieDataset)): Initialise baseSectionPaint to a non-null value,
+ (lookupSectionPaint(int)): New method,
+ (lookupSectionPaint(int, boolean)): Likewise,
+ (getSectionPaint(int)): Reimplemented without lookup,
+ (lookupSectionOutlinePaint(int)): New method,
+ (lookupSectionOutlinePaint(int, boolean)): Likewise,
+ (getSectionOutlinePaint(int)): Reimplemented without lookup,
+ (lookupSectionOutlineStroke(int)): New method,
+ (lookupSectionOutlineStroke(int, boolean)): Likewise,
+ (getSectionOutlineStroke(int)): Reimplemented without lookup,
+ (drawItem): Use new lookup methods,
+ (getLegendItems): Likewise,
+ * source/org/jfree/chart/plot/PiePlot3D.java
+ (draw): Use new lookup methods,
+ * source/org/jfree/chart/plot/RingPlot.java
+ (drawItem): Use new lookup methods,
+ * source/org/jfree/chart/plot/junit/PiePlotTests.java
+ (testGetBaseSectionPaint): New method.
+
2006-09-25 David Gilbert <david.gilbert@...>
|