public final class PointAttributesCollection<T> extends java.lang.Object implements java.util.Collection<PointAttributes>
| Constructor and Description |
|---|
PointAttributesCollection()
Constructs a newly allocated PointAttributesCollection object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(PointAttributes o)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends PointAttributes> c)
Description goes here
|
void |
clear()
Description goes here
|
boolean |
contains(java.lang.Object o)
Description goes here
|
boolean |
containsAll(java.util.Collection<?> c)
Description goes here
|
void |
copyTo(PointAttributes[] items,
int index)
Description goes here
|
PointAttributes |
get(int point)
Description goes here
|
PointAttributes |
get(int series,
int point)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<PointAttributes> |
iterator()
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
void |
set(int series,
int point,
PointAttributes value)
Description goes here
|
void |
set(int point,
PointAttributes value)
Description goes here
|
int |
size()
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
public PointAttributesCollection()
public PointAttributes get(int point)
point - public void set(int point,
PointAttributes value)
point - value - public PointAttributes get(int series, int point)
series - point - public void set(int series,
int point,
PointAttributes value)
series - point - value - public boolean add(PointAttributes o)
add in interface java.util.Collection<PointAttributes>o - public boolean addAll(java.util.Collection<? extends PointAttributes> c)
addAll in interface java.util.Collection<PointAttributes>c - public void clear()
clear in interface java.util.Collection<PointAttributes>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<PointAttributes>o - public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<PointAttributes>c - public void copyTo(PointAttributes[] items, int index)
items - index - public boolean isEmpty()
isEmpty in interface java.util.Collection<PointAttributes>public java.util.Iterator<PointAttributes> iterator()
iterator in interface java.lang.Iterable<PointAttributes>iterator in interface java.util.Collection<PointAttributes>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<PointAttributes>o - public boolean removeAll(java.util.Collection<?> c)
removeAll in interface java.util.Collection<PointAttributes>c - public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<PointAttributes>c - public int size()
size in interface java.util.Collection<PointAttributes>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<PointAttributes>2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.