|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.PointAttributesCollection
public class PointAttributesCollection
Provides access to the PointAttributesCollection object.
Constructor Summary | |
---|---|
PointAttributesCollection()
|
Method Summary | ||
---|---|---|
boolean |
add(PointAttributes o)
Appends the specified element to the PointAttributesCollection collection. |
|
boolean |
addAll(Collection<? extends PointAttributes> c)
Adds all of the elements in the specified collection to the PointAttributesCollection collection. |
|
void |
clear()
Removes all of the elements from this collection. |
|
boolean |
contains(Object o)
Returns true if the PointAttributesCollection contains the specified element. |
|
boolean |
containsAll(Collection<?> c)
Returns true if the PointAttributesCollection collection contains all of the elements in the specified collection. |
|
void |
copyTo(PointAttributes[] items,
int index)
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
|
PointAttributes |
get(int point)
Returns the element at the specified position in the PointAttributesCollection. |
|
PointAttributes |
get(int series,
int point)
Returns the element at the specified position in the PointAttributesCollection. |
|
boolean |
isEmpty()
Returns true if this collection contains no elements. |
|
Iterator<PointAttributes> |
iterator()
Returns an iterator over the elements in this collection. |
|
boolean |
remove(Object o)
Removes the specified element from the PointAttributesCollection collection. |
|
boolean |
removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the PointAttributesCollection collection. |
|
boolean |
retainAll(Collection<?> c)
Retains only the elements in the PointAttributesCollection collection that are contained in the specified collection. |
|
void |
set(int series,
int point,
PointAttributes value)
Replaces the element at the specified position in the PointAttributesCollection collection with the specified element. |
|
void |
set(int point,
PointAttributes value)
Replaces the element at the specified position in the PointAttributesCollection collection with the specified element. |
|
int |
size()
Returns the number of elements in this collection. |
|
Object[] |
toArray()
Returns an array containing all of the elements in this collection in proper sequence. |
|
|
toArray(T[] a)
Returns an array containing all of the elements in this collection in proper sequence. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
public PointAttributesCollection()
Method Detail |
---|
public boolean add(PointAttributes o)
Appends the specified element to the PointAttributesCollection collection.
add
in interface Collection<PointAttributes>
o
- The item to add to the PointAttributesCollection collection.public boolean addAll(Collection<? extends PointAttributes> c)
Adds all of the elements in the specified collection to the PointAttributesCollection collection.
addAll
in interface Collection<PointAttributes>
c
- Elements to be inserted into this collection.public void clear()
Removes all of the elements from this collection.
clear
in interface Collection<PointAttributes>
public boolean contains(Object o)
Returns true if the PointAttributesCollection contains the specified element.
contains
in interface Collection<PointAttributes>
o
- Element whose presence in this collection is to be tested.public boolean containsAll(Collection<?> c)
Returns true if the PointAttributesCollection collection contains all of the elements in the specified collection.
containsAll
in interface Collection<PointAttributes>
c
- Collection to be checked for containment in this collection.public void copyTo(PointAttributes[] items, int index)
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
items
- The one-dimensional Array that is the destination of the elements copied from PointAttributesCollection. The Array must have zero-based indexing.index
- The zero-based index in array at which copying begins.public PointAttributes get(int point)
Returns the element at the specified position in the PointAttributesCollection.
point
- Index of the point to return.public PointAttributes get(int series, int point)
Returns the element at the specified position in the PointAttributesCollection.
series
- Index of the series to return.point
- Index of the point to return.public boolean isEmpty()
Returns true if this collection contains no elements.
isEmpty
in interface Collection<PointAttributes>
public Iterator<PointAttributes> iterator()
Returns an iterator over the elements in this collection.
iterator
in interface Iterable<PointAttributes>
iterator
in interface Collection<PointAttributes>
public boolean remove(Object o)
Removes the specified element from the PointAttributesCollection collection.
remove
in interface Collection<PointAttributes>
o
- The item to remove from the PointAttributesCollection collection.public boolean removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the PointAttributesCollection collection.
removeAll
in interface Collection<PointAttributes>
c
- Elements to be removed from this collection.public boolean retainAll(Collection<?> c)
Retains only the elements in the PointAttributesCollection collection that are contained in the specified collection.
retainAll
in interface Collection<PointAttributes>
c
- Elements to be retained in this collection.public void set(int point, PointAttributes value)
Replaces the element at the specified position in the PointAttributesCollection collection with the specified element.
point
- Index of the point to set.value
- The item to add to the PointAttributesCollection collectionpublic void set(int series, int point, PointAttributes value)
Replaces the element at the specified position in the PointAttributesCollection collection with the specified element.
series
- Index of the series to set.point
- Index of the point to set.value
- The item to add to the PointAttributesCollection collectionpublic int size()
Returns the number of elements in this collection.
size
in interface Collection<PointAttributes>
public Object[] toArray()
Returns an array containing all of the elements in this collection in proper sequence.
toArray
in interface Collection<PointAttributes>
public <T> T[] toArray(T[] a)
Returns an array containing all of the elements in this collection in proper sequence.
toArray
in interface Collection<PointAttributes>
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |