|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.AbstractObjectList
org.jfree.util.ShapeList
public class ShapeList
A table of Shape
objects.
Field Summary |
---|
Fields inherited from class org.jfree.util.AbstractObjectList |
---|
DEFAULT_INITIAL_CAPACITY |
Constructor Summary | |
---|---|
ShapeList()
Creates a new list. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns an independent copy of the list. |
boolean |
equals(java.lang.Object obj)
Tests the list for equality with another object (typically also a list). |
java.awt.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,
java.awt.Shape shape)
Sets the Shape for an item in the list. |
Methods inherited from class org.jfree.util.AbstractObjectList |
---|
clear, get, indexOf, set, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeList()
Method Detail |
---|
public java.awt.Shape getShape(int index)
Shape
object from the list.
index
- the index (zero-based).
public void setShape(int index, java.awt.Shape shape)
Shape
for an item in the list. The list is expanded
if necessary.
index
- the index (zero-based).shape
- the Shape
.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class AbstractObjectList
java.lang.CloneNotSupportedException
- if an item in the list does not
support cloning.public boolean equals(java.lang.Object obj)
equals
in class AbstractObjectList
obj
- the other object (null
permitted).
public int hashCode()
hashCode
in class AbstractObjectList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |