java.lang.Object
org.jfree.chart.util.AbstractObjectList
org.jfree.chart.util.PaintList
- All Implemented Interfaces:
Serializable
,Cloneable
A table of
Paint
objects.- See Also:
-
Field Summary
Fields inherited from class org.jfree.chart.util.AbstractObjectList
DEFAULT_INITIAL_CAPACITY
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PaintList
public PaintList()Creates a new list.
-
-
Method Details
-
getPaint
Returns aPaint
object from the list.- Parameters:
index
- the index (zero-based).- Returns:
- The object.
-
setPaint
Sets thePaint
for an item in the list. The list is expanded if necessary.- Parameters:
index
- the index (zero-based).paint
- thePaint
.
-
equals
Tests the list for equality with another object (typically also a list).- Overrides:
equals
in classAbstractObjectList
- Parameters:
obj
- the other object (null
permitted).- Returns:
- A boolean.
-
hashCode
public int hashCode()Returns a hash code value for the object.- Overrides:
hashCode
in classAbstractObjectList
- Returns:
- the hashcode
-