|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChart
Platform and technology independent Table definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
JTable
Field Summary | |
---|---|
static int |
STYLE_AREA
Style constant for showing bars. |
static int |
STYLE_BARS
Style constant for showing bars. |
static int |
STYLE_LINES
Style constant for showing bars. |
Method Summary | |
---|---|
int |
getChartStyle()
Gets the chart style. |
String |
getTitle()
Gets the title. |
TranslationMap |
getTranslation()
Gets the translation for this table. |
String |
getXAxisTitle()
Gets the x axis title. |
String |
getXColumnName()
Gets the x column name. |
String |
getYAxisTitle()
Gets the y axis title. |
String[] |
getYColumnNames()
Gets the y column names. |
void |
setChartStyle(int pChartStyle)
Sets the chart style. |
void |
setTitle(String pTitle)
Sets the title. |
void |
setTranslation(TranslationMap pTranslation)
Sets the translation for this table. |
void |
setXAxisTitle(String pXAxisTitle)
Sets the x axis title. |
void |
setXColumnName(String pXColumnName)
Sets the x column name. |
void |
setYAxisTitle(String pYAxisTitle)
Sets the y axis title. |
void |
setYColumnNames(String[] pYColumnNames)
Sets the y column names. |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Methods inherited from interface javax.rad.model.ui.ITableControl |
---|
getDataBook, setDataBook, startEditing |
Methods inherited from interface javax.rad.model.ui.IControl |
---|
cancelEditing, notifyRepaint, saveEditing |
Field Detail |
---|
static final int STYLE_LINES
static final int STYLE_AREA
static final int STYLE_BARS
Method Detail |
---|
int getChartStyle()
void setChartStyle(int pChartStyle)
pChartStyle
- the char style.String getTitle()
void setTitle(String pTitle)
pTitle
- the title.String getXAxisTitle()
void setXAxisTitle(String pXAxisTitle)
pXAxisTitle
- the x axis title.String getYAxisTitle()
void setYAxisTitle(String pYAxisTitle)
pYAxisTitle
- the y axis title.String getXColumnName()
void setXColumnName(String pXColumnName)
pXColumnName
- the x column name.String[] getYColumnNames()
void setYColumnNames(String[] pYColumnNames)
pYColumnNames
- y column names.TranslationMap getTranslation()
getTranslation
in interface ITranslatable
void setTranslation(TranslationMap pTranslation)
setTranslation
in interface ITranslatable
pTranslation
- the translation mapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |