-
Notifications
You must be signed in to change notification settings - Fork 2
/
property.html
128 lines (96 loc) · 4.46 KB
/
property.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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 : Property</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}
.STYLE3 {
font-size: 14px;
font-weight: bold;
}
-->
</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>Property </h2>
<br />
<p>This action popup the property dialog with which the user can view and edit the proeprty of an element. </p>
<ul>
<li><a href="#basic">Basic</a>
<ul>
<li><a href="#color">Color</a></li>
<li><a href="#type">Line Type</a></li>
<li><a href="#width">Line Width </a></li>
</ul>
</li>
<li><a href="#point">Point</a></li>
<li><a href="#line">Line</a></li>
<li><a href="#circle">Circle</a></li>
<li>Measure</li>
<li>Mark</li>
<li>Polygon</li>
</ul>
<p> </p>
<p class="STYLE3">Basic Property</p>
<p><img src="images3/property_basic.JPG" border="1" /> </p>
<ol>
<li>Color
<a name="color" id="color"></a>
<p>This show the default color of current elements. The above image shows the basic property of a free point. The default color is RED. </p>
</li>
<li>Type
<a name="type" id="type"></a>
<p>This show the line type of the element. If this element doesn't use any line type( for example, a point doesn't have this attribute), then this property doesn't take effect. </p>
</li>
<li>Width
<a name="width" id="width"></a>
<p>This show the line width of the element. If this element doesn't use any line type( for example, a point doesn't have this attribute), then this property doesn't take effect. </p>
</li>
</ol>
<p> </p>
<p> <span class="STYLE3">Point</span><a name="point" id="point"></a></p>
<p><img src="images3/property_point.JPG" width="370" height="276" /></p>
<p>The property of an point includes: Name, Radius, X coordinate, Y coordinate, Freezed.</p>
<p> <strong>Name</strong>: the name of the point. The name can be changed according to the user.</p>
<p><strong>Radius</strong>: the radius of the point. The default radius is -1, indicating that this point use the predefined radius(4pt)</p>
<p><strong>X coordinate</strong>: The x coordinate of the point. </p>
<p><strong>Y coordinate</strong>: The y coordinate of the point. </p>
<p><strong>Freezed</strong>: This decides if the point is freezed. Please refer the command Freeze for detail. </p>
<p> </p>
<p class="STYLE3">Line <a name="line" id="line"></a></p>
<p><img src="images3/property_line.JPG" width="370" height="306" /></p>
<p> <strong>Name</strong>: the name of the point. The name can be changed according to the user.</p>
<p><strong>Point on Line:</strong> List all the points which are on line.</p>
<p><strong>x1, y1:</strong> the coordinate of the first point.</p>
<p><strong>x2, y2: </strong>the coordinate of the second point. </p>
<p class="STYLE3"> </p>
<p class="STYLE3"> </p>
<p class="STYLE3">Circle<a name="circle" id="circle"></a></p>
<p><img src="images3/property_circle.JPG" width="370" height="294" /></p>
<p> <strong>Name</strong>: the name of the circle. The name can be changed according to the user.</p>
<p><strong>Point on circle:</strong> List all the points which are on line.</p>
<p><strong>Center</strong>: the point which acts as the center of the circle. </p>
<p><strong>Center X :</strong> the x coordinate of the center.</p>
<p><strong>Center Y : </strong>the y coordinate of the center. </p>
<p><strong>Radius</strong>: The radius of the circle. </p>
<p> </p>
</div>
<p class="editdate">JGEX Help </p>
</div>
</div>
</body></html>