java/cewolf-1.0/src/site/demo.html
changeset 1 639991d0808a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/cewolf-1.0/src/site/demo.html	Sat Feb 28 21:31:02 2009 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title></title>
     1.8 +  <meta name="author" content="Guido Laures">
     1.9 +  <link href="cewolf.css" rel="stylesheet" type="text/css">
    1.10 +</head>
    1.11 +<body>
    1.12 +<h1><a name="Demos">Screens</a></h1>
    1.13 +<p> These are some demo shots of charts generated by Cewolf/JFreeChart.
    1.14 +In sum Cewolf supports 20 types of charts. </p>
    1.15 +<img alt="Horizontal3DChart" src="img/examplehoriz3d.png">&nbsp; <img
    1.16 + alt="Overlaid" src="img/exampleoverlaid.png">&nbsp; <img
    1.17 + alt="PieChart" src="img/examplepie.png">&nbsp; <img alt="ScatterPlot"
    1.18 + src="img/examplescatter.png">&nbsp; <img alt="ScatterPlot"
    1.19 + src="img/examplevert3d.png">&nbsp; <img alt="Vertical3DChart"
    1.20 + src="img/examplexy.png">&nbsp;
    1.21 +<p> <a href="http://sourceforge.net" target="new" height="30"><img
    1.22 + src="http://sourceforge.net/sflogo.php?group_id=57282&amp;type=5"
    1.23 + height="30" border="0" alt="SourceForge Logo"></a> </p>
    1.24 +</body>
    1.25 +</html>