-
Notifications
You must be signed in to change notification settings - Fork 2
/
Line.html
82 lines (50 loc) · 2.58 KB
/
Line.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
var tiki_cookie_jar = new Array();
tiki_cookie_jar = {
};
</script>
<script type="text/javascript" src="lib/tiki-js.js"></script><title>JGEX Documentation : Line</title>
<link rel="StyleSheet" href="lib/1.css" type="text/css">
<link rel="StyleSheet" href="styles/cindydoc.css" type="text/css">
<link rel="alternate" type="application/xml" title="RSS Wiki" >
<style type="text/css">
<!--
.style2 {font-size: 18px}
-->
</style>
</head>
<body>
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000;"></div>
<script type="text/javascript" language="JavaScript" src="lib/overlib.js"></script>
<div id="tiki-clean">
<div id="tiki-mid">
<div class="wikitopline"></div>
<div class="wikitext">
<h2>Add a Line</h2>
<br />
<div id="supi"><img src="images/line.gif" alt="" width="30" height="28" border="1" align="left" /></div>
<h3>Add a Line </h3>
<p>To add a line, the user can: (1) Click two point to construct a line. (2) Click a point, drag to a new position, release the mouse and the new line will be constructed.</p>
<p>(1) For <em><strong>Click Mode</strong></em>. </p>
<p>Use the mouse click a point, then click another point (without dragging the mouse). </p>
<ol>
<li>Each time the mouse is clicked, if the pointer is not over an point, this click is the same as <a href="file:///E:/work/public_html/Documentation/files/point.htm">Adding a Point</a>. Otherwise the existing point will be selected. </li>
<li>After the two point are constructed or selected, a line with two points will be constructed automatically. </li>
</ol>
<p>(2) For <em><strong>Drag Mode</strong></em>. </p>
<p>Use the mouse click a point, then click another point (without dragging the mouse). </p>
<ol>
<li>The first click is to select or <a href="file:///E:/work/public_html/Documentation/files/point.htm">Add a Point</a> as we have described in <em><strong>Click Mode</strong></em>. </li>
<li>The release of the mouse also cause another point being selected or constructed. </li>
</ol>
<p> </p>
<p><img src="images2/line.gif" alt="line" height="150" width="150" /> <img src="images2/line2.gif" alt="line2" height="150" width="150" /></p>
<p> </p>
</div>
<p class="editdate">JGEX Help </p>
</div>
</div>
</body></html>