|
Histogram
applet
Parameters and interface
functions of the applet.
1. Parameters
| Name
| Possible values
| Description
|
| BGCOLOR |
Color in HTML format |
Background color for the applet |
| CAPTIONS |
0(false) / 1(true) |
Enables captions for histogram bars |
| COLUMNS_COUNT |
numberic > 0 |
Count of different graphics |
| PERIOD<i> |
any text |
Name of X-point |
| VALUE<i>_<j> |
numberic |
value for point <i> of histogram <j> |
2. Public methods
void setColumnsCount(int nCount)
Sets count of columns
void setColor(int index, String strColor)
Sets color for graphic number index.
void setBgColor(String strColor)
Sets background color for the applet.
void enableCaptions(boolean isEnable)
Enables caption for bars.
addPeriod(String name, double val [, double val1...])
Iserts new histogram pointer with name name and values
for each graphic.

|