java.lang.Object
org.jfree.chart.util.AbstractObjectList
org.jfree.chart.util.StrokeList
- All Implemented Interfaces:
- Serializable,- Cloneable
A table of 
Stroke objects.- See Also:
- 
Field SummaryFields inherited from class org.jfree.chart.util.AbstractObjectListDEFAULT_INITIAL_CAPACITY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Returns an independent copy of the list.booleanTests the list for equality with another object (typically also a list).getStroke(int index) Returns aStrokeobject from the list.inthashCode()Returns a hash code value for the object.voidSets theStrokefor an item in the list.
- 
Constructor Details- 
StrokeListpublic StrokeList()Creates a new list.
 
- 
- 
Method Details- 
getStrokeReturns aStrokeobject from the list.- Parameters:
- index- the index (zero-based).
- Returns:
- The object.
 
- 
setStrokeSets theStrokefor an item in the list. The list is expanded if necessary.- Parameters:
- index- the index (zero-based).
- stroke- the- Stroke.
 
- 
cloneReturns an independent copy of the list.- Overrides:
- clonein class- AbstractObjectList
- Returns:
- A clone.
- Throws:
- CloneNotSupportedException- if an item in the list cannot be cloned.
 
- 
equalsTests the list for equality with another object (typically also a list).- Overrides:
- equalsin class- AbstractObjectList
- Parameters:
- o- the other object.
- Returns:
- A boolean.
 
- 
hashCodepublic int hashCode()Returns a hash code value for the object.- Overrides:
- hashCodein class- AbstractObjectList
- Returns:
- the hashcode
 
 
-