public final class PolygonList
extends java.util.ArrayList
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
| Constructor and Description |
|---|
PolygonList(Map map) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(Polygon value) |
void |
assign(PolygonList value) |
Map |
getOwner()
The Map Series that owns the PolygonList.
|
Polygon |
getPolygon(int index) |
Polygon |
getPolygon(java.lang.String name) |
int |
indexOf(Series s) |
void |
removeRange(int index,
int count) |
void |
setOwner(Map value)
Sets the Map Series that owns the PolygonList.
|
void |
setPolygon(int index,
Polygon value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSizepublic PolygonList(Map map)
public int add(Polygon value)
public int indexOf(Series s)
public void removeRange(int index,
int count)
removeRange in class java.util.ArrayListpublic void assign(PolygonList value)
public Polygon getPolygon(int index)
public Polygon getPolygon(java.lang.String name)
public void setPolygon(int index,
Polygon value)
public Map getOwner()
public void setOwner(Map value)
value - Map