|
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.ChartDataObj
public final class ChartDataObj
Provides access to the ChartDataObj collection object.
Constructor Summary | |
---|---|
ChartDataObj()
|
Method Summary | |
---|---|
double |
getItem(int series,
int point)
Gets the Item. |
void |
setItem(int series,
int point,
double value)
Gets or Sets the Item in the ChartDataObj collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartDataObj()
Method Detail |
---|
public double getItem(int series, int point)
Gets the Item. For more detail see setItem(int, int, double)
.
public void setItem(int series, int point, double value)
Gets or Sets the Item in the ChartDataObj collection.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |