Original commit message

ChangeScribe message

Set paint and stroke for drawing lines.

BUG - FEATURE: <type-ID>


This is a small modifier commit that does not change the system significantly. This change set is mainly composed of:


1. Changes to package org.jfree.chart.renderer.xy:


1.1. Modifications to StackedXYAreaRenderer.java:


1.1.1. Add variable declaration statement at drawItem(Graphics2D,XYItemRendererState,Rectangle2D,PlotRenderingInfo,XYPlot,ValueAxis,ValueAxis,XYDataset,int,int,CrosshairState,int) method

1.1.2. Add if statement at drawItem(Graphics2D,XYItemRendererState,Rectangle2D,PlotRenderingInfo,XYPlot,ValueAxis,ValueAxis,XYDataset,int,int,CrosshairState,int) method

1.1.3. Add assignment to seriesFillPaint at drawItem(Graphics2D,XYItemRendererState,Rectangle2D,PlotRenderingInfo,XYPlot,ValueAxis,ValueAxis,XYDataset,int,int,CrosshairState,int) method

1.1.4. Add method invocation to method setPaint of g2 object at drawItem(Graphics2D,XYItemRendererState,Rectangle2D,PlotRenderingInfo,XYPlot,ValueAxis,ValueAxis,XYDataset,int,int,CrosshairState,int) method

1.1.5. Add else part of (getShapeStroke() != null) condition

1.1.6. Add method invocation to method setStroke of g2 object at drawItem(Graphics2D,XYItemRendererState,Rectangle2D,PlotRenderingInfo,XYPlot,ValueAxis,ValueAxis,XYDataset,int,int,CrosshairState,int) method

1.1.7. Remove else part of (getShapeStroke() != null) condition