|
Chart FX 7 for Java Desktop | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.desktop.AxisCollection
com.softwarefx.chartfx.desktop.AxisYCollection
public class AxisYCollection
Provides access to the AxisYCollection object.
Constructor Summary | |
---|---|
AxisYCollection()
|
Method Summary | ||
---|---|---|
boolean |
add(AxisY o)
Appends the specified element to the AxisYCollection collection. |
|
boolean |
addAll(Collection<? extends AxisY> c)
Adds all of the elements in the specified collection to the AxisYCollection collection. |
|
void |
addRange(AxisY[] items)
Adds an array of objects to the AxisYCollection collection. |
|
void |
clear()
Removes all of the elements from this collection. |
|
boolean |
contains(Object o)
Returns true if the AxisYCollection contains the specified element. |
|
boolean |
containsAll(Collection<?> c)
Returns true if the AxisYCollection collection contains all of the elements in the specified collection. |
|
void |
copyTo(AxisY[] items,
int item)
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
|
AxisY |
get(int index)
Error: Member AxisYCollection. |
|
void |
insert(int index,
AxisY item)
Inserts an element into the ArrayList at the specified index. |
|
boolean |
isEmpty()
Error: Member AxisYCollection.Empty member not found |
|
Iterator<AxisY> |
iterator()
Returns an iterator over the elements in this collection. |
|
boolean |
remove(Object o)
Removes the specified element from the AxisYCollection collection. |
|
boolean |
removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the AxisYCollection collection. |
|
boolean |
retainAll(Collection<?> c)
Retains only the elements in the AxisYCollection collection that are contained in the specified collection. |
|
void |
set(int index,
AxisY value)
Error: Member AxisYCollection. |
|
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 com.softwarefx.chartfx.desktop.AxisCollection |
---|
removeAt |
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 AxisYCollection()
Method Detail |
---|
public boolean add(AxisY o)
Appends the specified element to the AxisYCollection collection.
add
in interface Collection<AxisY>
o
- The item to add to the AxisYCollection collection.public boolean addAll(Collection<? extends AxisY> c)
Adds all of the elements in the specified collection to the AxisYCollection collection.
addAll
in interface Collection<AxisY>
c
- Elements to be inserted into this collection.public void addRange(AxisY[] items)
Adds an array of objects to the AxisYCollection collection.
items
- An array of objects to add to the collection.public void clear()
Removes all of the elements from this collection.
clear
in interface Collection<AxisY>
clear
in class AxisCollection
public boolean contains(Object o)
Returns true if the AxisYCollection contains the specified element.
contains
in interface Collection<AxisY>
o
- Element whose presence in this collection is to be tested.public boolean containsAll(Collection<?> c)
Returns true if the AxisYCollection collection contains all of the elements in the specified collection.
containsAll
in interface Collection<AxisY>
c
- Collection to be checked for containment in this collection.public void copyTo(AxisY[] items, int item)
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 AxisYCollection. The Array must have zero-based indexing.item
- public AxisY get(int index)
Error: Member AxisYCollection. member not found
ERROR: Doc member not found
public void insert(int index, AxisY item)
Inserts an element into the ArrayList at the specified index.
index
- The zero-based index at which position should be inserted.item
- The item to insert.public boolean isEmpty()
Error: Member AxisYCollection.Empty member not found
ERROR: Doc member not found
isEmpty
in interface Collection<AxisY>
public Iterator<AxisY> iterator()
Returns an iterator over the elements in this collection.
iterator
in interface Iterable<AxisY>
iterator
in interface Collection<AxisY>
public boolean remove(Object o)
Removes the specified element from the AxisYCollection collection.
remove
in interface Collection<AxisY>
o
- The item to remove from the AxisYCollection collection.public boolean removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the AxisYCollection collection.
removeAll
in interface Collection<AxisY>
c
- Elements to be removed from this collection.public boolean retainAll(Collection<?> c)
Retains only the elements in the AxisYCollection collection that are contained in the specified collection.
retainAll
in interface Collection<AxisY>
c
- Elements to be retained in this collection.public void set(int index, AxisY value)
Error: Member AxisYCollection. member not found
ERROR: Doc member not found
public int size()
Returns the number of elements in this collection.
size
in interface Collection<AxisY>
public Object[] toArray()
Returns an array containing all of the elements in this collection in proper sequence.
toArray
in interface Collection<AxisY>
public <T> T[] toArray(T[] a)
Returns an array containing all of the elements in this collection in proper sequence.
toArray
in interface Collection<AxisY>
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |