| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
2 |
<HTML>
|
|
|
3 |
<HEAD>
|
|
|
4 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
|
5 |
<LINK REL="Start" HREF="index.html">
|
|
|
6 |
<LINK REL="Contents" HREF="toc.html">
|
|
|
7 |
<LINK REL="Prev" HREF="653Commonlyusedmethods.html">
|
|
|
8 |
<LINK REL="Next" HREF="71Thebasicstructureofanimagemapscript.html">
|
|
|
9 |
<STYLE TYPE="text/css"><!--
|
|
|
10 |
BODY { font-family: serif }
|
|
|
11 |
H1 { font-family: sans-serif }
|
|
|
12 |
H2 { font-family: sans-serif }
|
|
|
13 |
H3 { font-family: sans-serif }
|
|
|
14 |
H4 { font-family: sans-serif }
|
|
|
15 |
H5 { font-family: sans-serif }
|
|
|
16 |
H6 { font-family: sans-serif }
|
|
|
17 |
SUB { font-size: smaller }
|
|
|
18 |
SUP { font-size: smaller }
|
|
|
19 |
PRE { font-family: monospace }
|
|
|
20 |
A { text-decoration: none }
|
|
|
21 |
--></STYLE>
|
|
|
22 |
</HEAD>
|
|
|
23 |
<BODY>
|
|
|
24 |
<A HREF="toc.html">Contents</A>
|
|
|
25 |
<A HREF="653Commonlyusedmethods.html">Previous</A>
|
|
|
26 |
<A HREF="71Thebasicstructureofanimagemapscript.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H1><A NAME="7">7 Using image maps with JpGraph</A></H1>
|
|
|
29 |
<P> Image maps, or client side image (CSIM) as they are known is fully
|
|
|
30 |
supported in JpGraph. It gives you the opportunity to create hot-spots
|
|
|
31 |
in the graphs which allows you to build a set of "drill-down" graphs.</P>
|
|
|
32 |
<P> In the following section is based on the assumption that the reader
|
|
|
33 |
is familiar with the basic concepts of client side image map in HTML.</P>
|
|
|
34 |
<P> To shortly recapitulate. Client side image maps consists of two
|
|
|
35 |
parts. The first part is the actual image and the second part is a
|
|
|
36 |
mapping that gives the coordinates for areas in the image which should
|
|
|
37 |
be marked as hot spots (i.e. click-able by the user). The library can
|
|
|
38 |
automatically generate these coordinate maps from a given graph.</P>
|
|
|
39 |
<P> Through out the manual areas of the graph that may be used as a
|
|
|
40 |
hotspot is given in conjuction with the general description of that
|
|
|
41 |
area.</P>
|
|
|
42 |
<HR NOSHADE>
|
|
|
43 |
<A HREF="toc.html">Contents</A>
|
|
|
44 |
<A HREF="653Commonlyusedmethods.html">Previous</A>
|
|
|
45 |
<A HREF="71Thebasicstructureofanimagemapscript.html">Next</A>
|
|
|
46 |
</BODY>
|
|
|
47 |
</HTML>
|