com.googlecode.charts4j
Class LinearStripesFill

java.lang.Object
  extended by 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)

Method Summary
 void addColorAndWidth(Color color, double width)
          Color and width for additional stripes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.