org.jfree.util
Class StrokeList
- Cloneable, Serializable
A table of Stroke objects.
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).
|
Stroke | getStroke(int index)- Returns a
Stroke object from the list.
|
int | hashCode()- Returns a hash code value for the object.
|
void | setStroke(int index, Stroke stroke)- Sets the
Stroke for an item in the list.
|
getStroke
public Stroke getStroke(int index)
Returns a Stroke object from the list.
index - the index (zero-based).
setStroke
public void setStroke(int index,
Stroke stroke) Sets the Stroke for an item in the list. The list is expanded if necessary.
index - the index (zero-based).stroke - the Stroke.