|
jACOB 2.7 API Documentation. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChart | |
|---|---|
| de.tif.jacob.screen | |
| de.tif.jacob.screen.event | |
| Uses of IChart in de.tif.jacob.screen |
|---|
| Subinterfaces of IChart in de.tif.jacob.screen | |
|---|---|
interface |
IBarChart
|
interface |
ILineChart
|
| Uses of IChart in de.tif.jacob.screen.event |
|---|
| Methods in de.tif.jacob.screen.event with parameters of type IChart | |
|---|---|
abstract java.awt.Color[] |
IChartEventHandler.getColors(IClientContext context,
IChart chart)
Returns the different colors for the chart lines and chart bars. |
abstract double[][] |
IChartEventHandler.getDataElements(IClientContext context,
IChart chart)
Returns an array of data values. |
abstract java.lang.String[] |
IChartEventHandler.getLegendLabels(IClientContext context,
IChart chart)
Returns the legend labels for the chart. |
abstract java.lang.String |
IChartEventHandler.getTitle(IClientContext context,
IChart chart)
Returns the title of the chart. |
abstract java.lang.String[] |
IChartEventHandler.getXAxisLabels(IClientContext context,
IChart chart)
Returns the labels for the x-axis. |
abstract java.lang.String |
IChartEventHandler.getXAxisTitle(IClientContext context,
IChart chart)
Returns the caption of the x-axis. |
abstract java.lang.String |
IChartEventHandler.getYAxisTitle(IClientContext context,
IChart chart)
Returns the caption of the y-axis. |
void |
IBarChartEventHandler.onClick(IClientContext context,
IChart chart,
int barIndex)
This hook method will be called, if the user has clicked on one bar in the chart. |
|
jACOB 2.7 API Documentation. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||