|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.PointAttributesCollection
public final class PointAttributesCollection
Provides access to the PointAttributesCollection object.
Constructor Summary | |
---|---|
PointAttributesCollection()
|
Method Summary | |
---|---|
void |
clear()
Removes all of the elements from this collection. |
java.util.Enumeration |
elements()
Returns an enumeration of the values in the PointAttributesCollection . |
PointAttributes |
getItem(int point)
Gets the Item. |
PointAttributes |
getItem(int series,
int point)
Gets the Item. |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
java.lang.Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
void |
setItem(int series,
int point,
PointAttributes value)
Gets and Sets the element at the specified position in the PointAttributesCollection. |
void |
setItem(int point,
PointAttributes value)
Gets and Sets the element at the specified position in the PointAttributesCollection. |
int |
size()
Returns the number of elements in this collection. |
java.lang.Object[] |
toArray(java.lang.Object[] obj)
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 |
Constructor Detail |
---|
public PointAttributesCollection()
Method Detail |
---|
public void clear()
Removes all of the elements from this collection.
public java.util.Enumeration elements()
Returns an enumeration of the values in the PointAttributesCollection . Use the Enumeration methods on the returned object to fetch the elements sequentially.
public PointAttributes getItem(int series, int point)
Gets the Item. For more detail see setItem(int, int, SoftwareFX.ChartFX.PointAttributes)
.
public PointAttributes getItem(int point)
Gets the Item. For more detail see setItem(int, int, SoftwareFX.ChartFX.PointAttributes)
.
public boolean hasMoreElements()
Tests if this enumeration contains more elements.
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement
in interface java.util.Enumeration
public void setItem(int series, int point, PointAttributes value)
Gets and Sets the element at the specified position in the PointAttributesCollection.
public void setItem(int point, PointAttributes value)
Gets and Sets the element at the specified position in the PointAttributesCollection.
public int size()
Returns the number of elements in this collection.
public java.lang.Object[] toArray(java.lang.Object[] obj)
Returns an array containing all of the elements in this collection in proper sequence.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |