|
Doppler models the classical and relativistic Doppler effect.
Doppler is embedded using the following html tag:
<applet code="doppler.Doppler.class" name="Doppler" codebase="../classes/" archive="Doppler4_.jar,STools4.jar" width="200" height="220"> <param name="FPS" value="10" /> <param name="Relativistic" value="false" /> <param name="Speed" value="0.5" /> <param name="ShowControls" value="true" /> </applet>
Doppler Parameters |
||
ShowControls | boolean | Show interface with buttons and slider. |
ShowButtons | boolean | Hides buttons. |
FPS | int | Animation frames per second. |
Relativistic | boolean | Relativistic effect if true; classical if false. |
Speed | double | Initial speed of the source. |
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. |