org.jfree.util
public class PaintList extends AbstractObjectList
| Constructor Summary | |
|---|---|
| PaintList()
Creates a new list. | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj)
Tests the list for equality with another object (typically also a list).
|
| Paint | getPaint(int index)
Returns a Paint object from the list.
|
| int | hashCode()
Returns a hash code value for the object.
|
| void | setPaint(int index, Paint paint)
Sets the Paint for an item in the list. |
Parameters: obj the other object (null permitted).
Returns: A boolean.
Parameters: index the index (zero-based).
Returns: The object.
Returns: the hashcode
Parameters: index the index (zero-based). paint the Paint.