org.jfree.util
public class ShapeList extends AbstractObjectList
Constructor Summary | |
---|---|
ShapeList()
Creates a new list. |
Method Summary | |
---|---|
Object | clone()
Returns an independent copy of the list.
|
boolean | equals(Object o)
Tests the list for equality with another object (typically also a list).
|
Shape | getShape(int index)
Returns a Shape object from the list.
|
int | hashCode()
Returns a hash code value for the object.
|
void | setShape(int index, Shape shape)
Sets the Shape for an item in the list. |
Returns: A clone.
Throws: CloneNotSupportedException if an item in the list does not support cloning.
Parameters: o the other object.
Returns: A boolean.
Parameters: index the index (zero-based).
Returns: The object.
Returns: the hashcode
Parameters: index the index (zero-based). shape the Shape.