|
||||||||||
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.StrokeList
A table of Stroke
objects.
Field Summary |
Fields inherited from class org.jfree.util.AbstractObjectList |
DEFAULT_INITIAL_CAPACITY |
Constructor Summary | |
StrokeList()
Creates a new list. |
Method Summary | |
java.lang.Object |
clone()
Returns an independent copy of the list. |
boolean |
equals(java.lang.Object o)
Tests the list for equality with another object (typically also a list). |
java.awt.Stroke |
getStroke(int index)
Returns a Stroke object from the list. |
void |
setStroke(int index,
java.awt.Stroke stroke)
Sets the Stroke 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, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StrokeList()
Method Detail |
public java.awt.Stroke getStroke(int index)
Stroke
object from the list.
index
- the index (zero-based).
public void setStroke(int index, java.awt.Stroke stroke)
Stroke
for an item in the list. The list is expanded if necessary.
index
- the index (zero-based).stroke
- the Stroke
.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class AbstractObjectList
java.lang.CloneNotSupportedException
- if an item in the list cannot be cloned.public boolean equals(java.lang.Object o)
equals
in class AbstractObjectList
o
- the other object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |