public interface SeriesStrokeAndPaintApplier
Modifier and Type | Method and Description |
---|---|
void |
setSeriesPaint(int seriesIndex,
Color color,
org.jfree.chart.JFreeChart targetChart) |
void |
setSeriesShape(int seriesIndex,
Shape shape,
org.jfree.chart.JFreeChart targetChart) |
void |
setSeriesStroke(int seriesIndex,
Stroke stroke,
org.jfree.chart.JFreeChart targetChart) |
void setSeriesStroke(int seriesIndex, Stroke stroke, org.jfree.chart.JFreeChart targetChart)
void setSeriesPaint(int seriesIndex, Color color, org.jfree.chart.JFreeChart targetChart)
void setSeriesShape(int seriesIndex, Shape shape, org.jfree.chart.JFreeChart targetChart)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.