/usr/share/dx/java/htmlpages/MutualFund.html is in dxsamples 4.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | <html><head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Open Visualization Data Explorer: Mutual Funds</title>
</head>
<body bgcolor="white">
<h2><img src="javadx-smhd.gif" alt="Java Explorer" height="60" width="240" border="0"></h2>
<hr>
<h2>Mutual Fund Performance</h2>
<table border = 0>
<tr bgcolor="white">
<td>
<APPLET
CODE="MutualFund.class" width = 330 height = 350
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME="name" VALUE="MutualFund">
<PARAM NAME=NETNAME VALUE="MutualFund.net">
<PARAM NAME=DXUIVERS VALUE="4.3.3">
<PARAM NAME=BACKGROUND VALUE="[1.0, 1.0, 1.0]">
<PARAM NAME=EXECUTE_ON_CHANGE VALUE="true">
</APPLET>
</td>
<td>
<h4>...about the visualization</h4>
This application shows the performance of a variety
of mutual funds using data obtained from the web.
A total of 15 parameters are associated with each
fund in the source data and one additional value,
sd, or the standard deviation of the performance,
is calculated within the visual program.
<h4>...about the visual program</h4>
The 3 spatial
axes correspond to the 1, 3, and 5 year performance;
two additional parameters can be assigned to the size
and color of the spheres. Furthermore, by clicking on
a sphere with the mouse you can query any of the
parameters assigned to that fund.
<h4>...about the conversion to web page</h4>
In the <i>Mode</i> menu, select <i>Pick</i>.
Then click the mouse on a sphere. You'll see the <i>Execution</i>
turn green as Data Explorer computes the result of your
query.
</td>
</tr>
</table>
<table border = 0>
<tr bgcolor="white">
<td>
<APPLET
CODE="CaptionLabels.class" WIDTH = 425 HEIGHT = 56
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME="name" VALUE="Caption">
<PARAM NAME=DXLOutput0 VALUE="PickStr">
<PARAM NAME="DXLOutput1" VALUE="SizeStr">
<PARAM NAME=BACKGROUND VALUE="[1.0, 1.0, 1.0]">
<PARAM NAME=FOREGROUND VALUE="[0.0, 0.0, 0.0]">
</APPLET>
</td>
</tr>
<tr>
<td>
<APPLET
CODE="imageWindow.class" WIDTH = 550 HEIGHT = 455
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME=IMAGE_NODE VALUE="Image_2">
<PARAM NAME=INITIAL_IMAGE VALUE="htmlpages/MutualFund2.0.0.gif">
</APPLET>
</td>
<td>
<APPLET
CODE="imageWindow.class" WIDTH = 154 HEIGHT = 450
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME=IMAGE_NODE VALUE="Image_3">
<PARAM NAME=INITIAL_IMAGE VALUE="htmlpages/MutualFund3.0.0.gif">
</APPLET>
</td>
</tr>
</table>
<p>
<div align="center">
<hr>
<b> [
<a href="Status.html">Java Explorer</a> |
<a href="http://www.opendx.org/">OpenDX home page</a> | <a href="http://www.opendx.org/support.html">Help</a> ] </b></div>
</body>
</html>
|