com.googlecode.charts4j
Class LinearStripesFill
java.lang.Object
com.googlecode.charts4j.LinearStripesFill
- All Implemented Interfaces:
- Fill
public class LinearStripesFill
- extends Object
Linear stripes fill. This class is constructed with the
Fills.newLinearStripesFill(int, Color, double)
static factory method
- Author:
- Julien Chastang (julien.c.chastang at gmail dot com)
addColorAndWidth
public final void addColorAndWidth(Color color,
double width)
- Color and width for additional stripes.
- Parameters:
color
- color of additional stripe. Cannot be null.width
- width of stripe.