|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSet
An interface used to encapsulate the DataSets in a ChartDataModel. It's main objective is to store a DataSet to Axis binding.
| Method Summary | |
|---|---|
java.lang.Object |
getColumnValueAt(int index)
Determines the column value at a specific DataSet index. |
int |
getDataSetLength()
Determines the length of the DataSet |
java.lang.String |
getTitle()
Returns the Title of the DataSet. |
java.lang.Object |
getValueAt(int index)
Returns a value in the DataSet |
int |
getYAxis()
Returns the axis to which this DataSet is attached. |
void |
setColumnValueAt(int index,
java.lang.Object col)
Sets the column value |
void |
setTitle(java.lang.String title)
Sets the DataSet's title. |
void |
setValueAt(int index,
java.lang.Object val)
Stores a value in the DataSet. |
void |
setYAxis(int yaxis)
Sets the axis this DataSet is attached to. |
| Method Detail |
|---|
int getDataSetLength()
java.lang.Object getColumnValueAt(int index)
index - the column index
void setColumnValueAt(int index,
java.lang.Object col)
index - the column indexcol - the column valuejava.lang.Object getValueAt(int index)
index - the DataSet index
void setValueAt(int index,
java.lang.Object val)
index - the DataSet indexval - the value to be storedvoid setYAxis(int yaxis)
yaxis - the axis constant.int getYAxis()
java.lang.String getTitle()
void setTitle(java.lang.String title)
title - the String title for the DataSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||