|
Bar displays a bar graph showing a single data value. It is embedded using the following html tag:
<applet codebase="../classes" archive="Bar4_.jar,STools4.jar" code="dataGraph.Bar.class" name="Bar" width="40" height="400"> <param name="Value" value="0" /> <param name="Vertical" value="true" /> <param name="ShowControls" value="true" /> </applet>
Bar Parameters |
|
ShowControls | boolean true to show a text field with the current value of the bar graph |
Vertical | boolean true for vertical bar; false for horizontal bar |
Value | double the initial value |
STools Parameters |
|
AppletNames | string a comma delimited list of applet names occurring within this html page (see OnLoad) |
Debug | int enables debugging messages in Java console; 0 = no messages, 255 = verbose messages |
OnLoad | string a JavaScript function that will be invoked using LiveConnect after all applets have been loaded (see AppletNames) |
Resources | string a file containing translations of internal text such as buttons and labels |