MyBlackBodyApplet (will appear below
in a Java enabled browser)
Public Methods:
setT(double temp)--sets the temperature of the graph to be 'temp' and graphs the representation.
setAutoscale(boolean x, boolean y)--sets the autoscales for the x and y axis to true or false.
<APPLET> Tags:
<APPLET
code="myblackbody.MyBlackBodyApplet.class"
CODEBASE="Classes" align="middle"
width="500" height="400"
ARCHIVE="bb_mjl.jar" name="TestApplet">
<PARAM name="Temp" value="5321">--sets the initial temperature, in this case 5,321 Kelvin.
<PARAM name="controls" value="1">--for a value of 1, slider and autoscale controls are shown. For 0, they aren't. Saves screen space without it.
<PARAM name="colorSwatch" value="1">--for a value of 1, the color swatches are shown. For 0, they aren't. Saves screen space without it.
<param name="enableCursor" value="1">--for a value of 1, the cursor is enabled (allowing changes in peak wavelength to be made right on the graph). For 0, the cursor isn't enabled.
</APPLET>
For more information contact Mike Lee or Wolfgang Christian.