Statistics
| Revision:

root / trunk / docs / Cresques / javadocs / org / cresques / px / dxf / DxfCalArcs.html @ 11445

History | View | Annotate | Download (10.6 KB)

1 2256 igbrotru
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5 2845 nacho
<!-- Generated by javadoc (build 1.4.2_03) on Fri Sep 02 13:43:19 CEST 2005 -->
6 2256 igbrotru
<TITLE>
7
DxfCalArcs
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="org.cresques.px.dxf.DxfCalArcs class">
11
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="DxfCalArcs";
18
}
19
</SCRIPT>
20
21
</HEAD>
22
23
<BODY BGCOLOR="white" onload="windowTitle();">
24
25
26
<!-- ========= START OF TOP NAVBAR ======= -->
27
<A NAME="navbar_top"><!-- --></A>
28
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30
<TR>
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32
<A NAME="navbar_top_firstrow"><!-- --></A>
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34
  <TR ALIGN="center" VALIGN="top">
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfBlock.html" title="class in org.cresques.px.dxf"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfCalXtru.html" title="class in org.cresques.px.dxf"><B>NEXT CLASS</B></A></FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="DxfCalArcs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67
68
</FONT></TD>
69
</TR>
70
<TR>
71
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79
80
<HR>
81
<!-- ======== START OF CLASS DATA ======== -->
82
<H2>
83
<FONT SIZE="-1">
84
org.cresques.px.dxf</FONT>
85
<BR>
86
Class DxfCalArcs</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.px.dxf.DxfCalArcs</B>
90
</PRE>
91
<HR>
92
<DL>
93
<DT>public class <B>DxfCalArcs</B><DT>extends java.lang.Object</DL>
94
95
<P>
96 2845 nacho
Calcula puntos sobre un arco. Originalmente implementada para calcular los puntos
97
 con un espaciamiento de un grado sexagesimal. Para el c?lculo de los puntos del arco
98
 utiliza el primer y el ?tlimo punto del arco y un par?metro de curvatura.
99 2256 igbrotru
<P>
100
101
<P>
102
<DL>
103
<DT><B>Author:</B></DT>
104
  <DD>jmorell</DD>
105
</DL>
106
<HR>
107
108
<P>
109
<!-- ======== NESTED CLASS SUMMARY ======== -->
110
111
112
<!-- =========== FIELD SUMMARY =========== -->
113
114
115
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
116
117
<A NAME="constructor_summary"><!-- --></A>
118
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
119
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120
<TD COLSPAN=2><FONT SIZE="+2">
121
<B>Constructor Summary</B></FONT></TD>
122
</TR>
123
<TR BGCOLOR="white" CLASS="TableRowColor">
124
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfCalArcs.html#DxfCalArcs(java.awt.geom.Point2D, java.awt.geom.Point2D, double)">DxfCalArcs</A></B>(java.awt.geom.Point2D&nbsp;p1,
125
           java.awt.geom.Point2D&nbsp;p2,
126
           double&nbsp;bulge)</CODE>
127
128
<BR>
129 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor de DxfCalArcs.</TD>
130 2256 igbrotru
</TR>
131
</TABLE>
132
&nbsp;
133
<!-- ========== METHOD SUMMARY =========== -->
134
135
<A NAME="method_summary"><!-- --></A>
136
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
138
<TD COLSPAN=2><FONT SIZE="+2">
139
<B>Method Summary</B></FONT></TD>
140
</TR>
141
<TR BGCOLOR="white" CLASS="TableRowColor">
142
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143
<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
144
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfCalArcs.html#getCentralPoint()">getCentralPoint</A></B>()</CODE>
145
146
<BR>
147 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve un Vector con puntos pertenecientes al arco y situados cerca de su
148
 punto central.</TD>
149 2256 igbrotru
</TR>
150
<TR BGCOLOR="white" CLASS="TableRowColor">
151
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152
<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
153
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfCalArcs.html#getPoints(double)">getPoints</A></B>(double&nbsp;inc)</CODE>
154
155
<BR>
156 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve un Vector con los puntos que conforman el arco.</TD>
157 2256 igbrotru
</TR>
158
</TABLE>
159
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
160
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
161
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
162
<TD><B>Methods inherited from class java.lang.Object</B></TD>
163
</TR>
164
<TR BGCOLOR="white" CLASS="TableRowColor">
165
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
166
</TR>
167
</TABLE>
168
&nbsp;
169
<P>
170
171
<!-- ============ FIELD DETAIL =========== -->
172
173
174
<!-- ========= CONSTRUCTOR DETAIL ======== -->
175
176
<A NAME="constructor_detail"><!-- --></A>
177
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179
<TD COLSPAN=1><FONT SIZE="+2">
180
<B>Constructor Detail</B></FONT></TD>
181
</TR>
182
</TABLE>
183
184
<A NAME="DxfCalArcs(java.awt.geom.Point2D, java.awt.geom.Point2D, double)"><!-- --></A><H3>
185
DxfCalArcs</H3>
186
<PRE>
187
public <B>DxfCalArcs</B>(java.awt.geom.Point2D&nbsp;p1,
188
                  java.awt.geom.Point2D&nbsp;p2,
189
                  double&nbsp;bulge)</PRE>
190
<DL>
191 2845 nacho
<DD>Constructor de DxfCalArcs.
192
<P>
193 2256 igbrotru
</DL>
194
195
<!-- ============ METHOD DETAIL ========== -->
196
197
<A NAME="method_detail"><!-- --></A>
198
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
199
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
200
<TD COLSPAN=1><FONT SIZE="+2">
201
<B>Method Detail</B></FONT></TD>
202
</TR>
203
</TABLE>
204
205
<A NAME="getPoints(double)"><!-- --></A><H3>
206
getPoints</H3>
207
<PRE>
208
public java.util.Vector <B>getPoints</B>(double&nbsp;inc)</PRE>
209
<DL>
210 2845 nacho
<DD>Devuelve un Vector con los puntos que conforman el arco.
211
<P>
212 2256 igbrotru
<DD><DL>
213 2845 nacho
214
<DT><B>Returns:</B><DD>Vector de puntos.</DL>
215 2256 igbrotru
</DD>
216
</DL>
217
<HR>
218
219
<A NAME="getCentralPoint()"><!-- --></A><H3>
220
getCentralPoint</H3>
221
<PRE>
222
public java.util.Vector <B>getCentralPoint</B>()</PRE>
223
<DL>
224 2845 nacho
<DD>Devuelve un Vector con puntos pertenecientes al arco y situados cerca de su
225
 punto central.
226 2256 igbrotru
<P>
227
<DD><DL>
228
229 2845 nacho
<DT><B>Returns:</B><DD>Vector</DL>
230 2256 igbrotru
</DD>
231
</DL>
232
<!-- ========= END OF CLASS DATA ========= -->
233
<HR>
234
235
236
<!-- ======= START OF BOTTOM NAVBAR ====== -->
237
<A NAME="navbar_bottom"><!-- --></A>
238
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
239
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
240
<TR>
241
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
242
<A NAME="navbar_bottom_firstrow"><!-- --></A>
243
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
244
  <TR ALIGN="center" VALIGN="top">
245
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
246
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
247
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
248
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
249
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
250
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
251
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
252
  </TR>
253
</TABLE>
254
</TD>
255
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
256
</EM>
257
</TD>
258
</TR>
259
260
<TR>
261
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
262
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfBlock.html" title="class in org.cresques.px.dxf"><B>PREV CLASS</B></A>&nbsp;
263
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfCalXtru.html" title="class in org.cresques.px.dxf"><B>NEXT CLASS</B></A></FONT></TD>
264
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
265
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
266
&nbsp;<A HREF="DxfCalArcs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
267
&nbsp;<SCRIPT type="text/javascript">
268
  <!--
269
  if(window==top) {
270
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
271
  }
272
  //-->
273
</SCRIPT>
274
<NOSCRIPT>
275
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
276
</NOSCRIPT>
277
278
</FONT></TD>
279
</TR>
280
<TR>
281
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
282
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
283
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
284
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
285
</TR>
286
</TABLE>
287
<A NAME="skip-navbar_bottom"></A>
288
<!-- ======== END OF BOTTOM NAVBAR ======= -->
289
290
<HR>
291
292
</BODY>
293
</HTML>