com.steema.teechart.styles
Class PolygonList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.steema.teechart.styles.PolygonList
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
public final class PolygonList
- extends java.util.ArrayList
ValueLists is a collection of objects.
Title: TeeChart for Java
Description: A collection of ValueList
objects.
Copyright (c) 2004-2008 by Steema Software SL. All Rights
Reserved.
Company: Steema Software SL
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
PolygonList
public PolygonList(Map map)
add
public int add(Polygon value)
indexOf
public int indexOf(Series s)
removeRange
public void removeRange(int index,
int count)
- Overrides:
removeRange
in class java.util.ArrayList
assign
public void assign(PolygonList value)
getPolygon
public Polygon getPolygon(int index)
getPolygon
public Polygon getPolygon(java.lang.String name)
setPolygon
public void setPolygon(int index,
Polygon value)
getOwner
public Map getOwner()
- The Map Series that owns the PolygonList.
- Returns:
- Map
setOwner
public void setOwner(Map value)
- Sets the Map Series that owns the PolygonList.
- Parameters:
value
- Map