Class PaintList
java.lang.Object
org.jfree.chart.util.AbstractObjectList
org.jfree.chart.util.PaintList
-
Field Summary
Fields inherited from class org.jfree.chart.util.AbstractObjectList
DEFAULT_INITIAL_CAPACITY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaintList
public PaintList()Creates a new list.
-
-
Method Details
-
getPaint
-
setPaint
-
equals
Tests the list for equality with another object (typically also a list).- Overrides:
equalsin classAbstractObjectList- Parameters:
obj- the other object (nullpermitted).- Returns:
- A boolean.
-
hashCode
Returns a hash code value for the object.- Overrides:
hashCodein classAbstractObjectList- Returns:
- the hashcode
-