Statistics
| Revision:

svn-gvsig-desktop / branches / CqCMSDvp / libraries / libCq CMS for java.old / doc-files / javadocs / org / cresques / px / dxf / DxfPolyline.html @ 2312

History | View | Annotate | Download (23 KB)

1
<!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
<!-- Generated by javadoc (build 1.4.2_03) on Thu Jun 23 14:38:26 CEST 2005 -->
6
<TITLE>
7
DxfPolyline
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="org.cresques.px.dxf.DxfPolyline 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="DxfPolyline";
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/DxfPoint.html" title="class in org.cresques.px.dxf"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfSolid.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="DxfPolyline.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;<A HREF="#fields_inherited_from_class_org.cresques.px.PxObj">FIELD</A>&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 DxfPolyline</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">org.cresques.px.PxObj</A>
90
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../org/cresques/px/dxf/DxfEntity.html" title="class in org.cresques.px.dxf">org.cresques.px.dxf.DxfEntity</A>
91
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.px.dxf.DxfPolyline</B>
92
</PRE>
93
<DL>
94
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/cresques/px/Drawable.html" title="interface in org.cresques.px">Drawable</A>, <A HREF="../../../../org/cresques/px/Extent.Has.html" title="interface in org.cresques.px">Extent.Has</A>, <A HREF="../../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></DD>
95
</DL>
96
<DL>
97
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/cresques/px/dxf/DxfLwPolyline.html" title="class in org.cresques.px.dxf">DxfLwPolyline</A>, <A HREF="../../../../org/cresques/px/dxf/DxfSpline.html" title="class in org.cresques.px.dxf">DxfSpline</A></DD>
98
</DL>
99
<HR>
100
<DL>
101
<DT>public class <B>DxfPolyline</B><DT>extends <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html" title="class in org.cresques.px.dxf">DxfEntity</A></DL>
102

    
103
<P>
104
Polilynea de autocad
105
 jmorell: Implementaci?n extra de bulges necesaria para el piloto de CAD.
106
<P>
107

    
108
<P>
109
<DL>
110
<DT><B>Author:</B></DT>
111
  <DD>"Luis W. Sevilla" <sevilla_lui@gva.es>* @author administrador</DD>
112
</DL>
113
<HR>
114

    
115
<P>
116
<!-- ======== NESTED CLASS SUMMARY ======== -->
117

    
118

    
119
<!-- =========== FIELD SUMMARY =========== -->
120

    
121
<A NAME="field_summary"><!-- --></A>
122
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124
<TD COLSPAN=2><FONT SIZE="+2">
125
<B>Field Summary</B></FONT></TD>
126
</TR>
127
</TABLE>
128
&nbsp;<A NAME="fields_inherited_from_class_org.cresques.px.PxObj"><!-- --></A>
129
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
131
<TD><B>Fields inherited from class org.cresques.px.<A HREF="../../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">PxObj</A></B></TD>
132
</TR>
133
<TR BGCOLOR="white" CLASS="TableRowColor">
134
<TD><CODE><A HREF="../../../../org/cresques/px/PxObj.html#extent">extent</A>, <A HREF="../../../../org/cresques/px/PxObj.html#stroke">stroke</A></CODE></TD>
135
</TR>
136
</TABLE>
137
&nbsp;
138
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
139

    
140
<A NAME="constructor_summary"><!-- --></A>
141
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
142
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
143
<TD COLSPAN=2><FONT SIZE="+2">
144
<B>Constructor Summary</B></FONT></TD>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#DxfPolyline(org.cresques.cts.IProjection, org.cresques.px.dxf.DxfLayer)">DxfPolyline</A></B>(<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj,
148
            <A HREF="../../../../org/cresques/px/dxf/DxfLayer.html" title="class in org.cresques.px.dxf">DxfLayer</A>&nbsp;layer)</CODE>
149

    
150
<BR>
151
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152
</TR>
153
</TABLE>
154
&nbsp;
155
<!-- ========== METHOD SUMMARY =========== -->
156

    
157
<A NAME="method_summary"><!-- --></A>
158
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
160
<TD COLSPAN=2><FONT SIZE="+2">
161
<B>Method Summary</B></FONT></TD>
162
</TR>
163
<TR BGCOLOR="white" CLASS="TableRowColor">
164
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165
<CODE>&nbsp;void</CODE></FONT></TD>
166
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#add(java.awt.geom.Point2D)">add</A></B>(java.awt.geom.Point2D&nbsp;pt)</CODE>
167

    
168
<BR>
169
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170
</TR>
171
<TR BGCOLOR="white" CLASS="TableRowColor">
172
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173
<CODE>&nbsp;void</CODE></FONT></TD>
174
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#addBulge(java.lang.Double)">addBulge</A></B>(java.lang.Double&nbsp;bulge)</CODE>
175

    
176
<BR>
177
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;050301, jmorell: Soluci?n provisional para implementar la lectura de polil?neas
178
 con arcos.</TD>
179
</TR>
180
<TR BGCOLOR="white" CLASS="TableRowColor">
181
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182
<CODE>&nbsp;void</CODE></FONT></TD>
183
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#addFace(int[])">addFace</A></B>(int[]&nbsp;face)</CODE>
184

    
185
<BR>
186
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187
</TR>
188
<TR BGCOLOR="white" CLASS="TableRowColor">
189
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190
<CODE>&nbsp;java.awt.Color</CODE></FONT></TD>
191
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#c()">c</A></B>()</CODE>
192

    
193
<BR>
194
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195
</TR>
196
<TR BGCOLOR="white" CLASS="TableRowColor">
197
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198
<CODE>&nbsp;java.awt.Color</CODE></FONT></TD>
199
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#c(java.awt.Color)">c</A></B>(java.awt.Color&nbsp;color)</CODE>
200

    
201
<BR>
202
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203
</TR>
204
<TR BGCOLOR="white" CLASS="TableRowColor">
205
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206
<CODE>static&nbsp;java.util.Vector</CODE></FONT></TD>
207
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#createArc(java.awt.geom.Point2D, java.awt.geom.Point2D, double)">createArc</A></B>(java.awt.geom.Point2D&nbsp;coord1,
208
          java.awt.geom.Point2D&nbsp;coord2,
209
          double&nbsp;bulge)</CODE>
210

    
211
<BR>
212
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213
</TR>
214
<TR BGCOLOR="white" CLASS="TableRowColor">
215
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216
<CODE>&nbsp;void</CODE></FONT></TD>
217
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">draw</A></B>(java.awt.Graphics2D&nbsp;g,
218
     <A HREF="../../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</CODE>
219

    
220
<BR>
221
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
222
</TR>
223
<TR BGCOLOR="white" CLASS="TableRowColor">
224
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
225
<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
226
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#getBulges()">getBulges</A></B>()</CODE>
227

    
228
<BR>
229
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
230
</TR>
231
<TR BGCOLOR="white" CLASS="TableRowColor">
232
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
233
<CODE>&nbsp;int</CODE></FONT></TD>
234
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#getFlags()">getFlags</A></B>()</CODE>
235

    
236
<BR>
237
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
238
</TR>
239
<TR BGCOLOR="white" CLASS="TableRowColor">
240
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
241
<CODE>&nbsp;java.awt.geom.GeneralPath</CODE></FONT></TD>
242
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#getGeneralPath(org.cresques.geo.ViewPortData)">getGeneralPath</A></B>(<A HREF="../../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</CODE>
243

    
244
<BR>
245
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
246
</TR>
247
<TR BGCOLOR="white" CLASS="TableRowColor">
248
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
249
<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
250
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#getPts()">getPts</A></B>()</CODE>
251

    
252
<BR>
253
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
254
</TR>
255
<TR BGCOLOR="white" CLASS="TableRowColor">
256
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
257
<CODE>&nbsp;void</CODE></FONT></TD>
258
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></B>(<A HREF="../../../../org/cresques/cts/ICoordTrans.html" title="interface in org.cresques.cts">ICoordTrans</A>&nbsp;rp)</CODE>
259

    
260
<BR>
261
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
262
</TR>
263
<TR BGCOLOR="white" CLASS="TableRowColor">
264
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
265
<CODE>&nbsp;void</CODE></FONT></TD>
266
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#setBulges(java.util.Vector)">setBulges</A></B>(java.util.Vector&nbsp;bulges)</CODE>
267

    
268
<BR>
269
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
270
</TR>
271
<TR BGCOLOR="white" CLASS="TableRowColor">
272
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
273
<CODE>&nbsp;void</CODE></FONT></TD>
274
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#setPts(java.util.Vector)">setPts</A></B>(java.util.Vector&nbsp;pts)</CODE>
275

    
276
<BR>
277
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
278
</TR>
279
<TR BGCOLOR="white" CLASS="TableRowColor">
280
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
281
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
282
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfPolyline.html#toDxfString()">toDxfString</A></B>()</CODE>
283

    
284
<BR>
285
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convierte a DXF.</TD>
286
</TR>
287
</TABLE>
288
&nbsp;<A NAME="methods_inherited_from_class_org.cresques.px.dxf.DxfEntity"><!-- --></A>
289
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
290
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
291
<TD><B>Methods inherited from class org.cresques.px.dxf.<A HREF="../../../../org/cresques/px/dxf/DxfEntity.html" title="class in org.cresques.px.dxf">DxfEntity</A></B></TD>
292
</TR>
293
<TR BGCOLOR="white" CLASS="TableRowColor">
294
<TD><CODE><A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#getColor()">getColor</A>, <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#getHandle()">getHandle</A>, <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#getLayer()">getLayer</A>, <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#getLayerName()">getLayerName</A>, <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#getProjection()">getProjection</A>, <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#setHandle(int)">setHandle</A>, <A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#setProjection(org.cresques.cts.IProjection)">setProjection</A></CODE></TD>
295
</TR>
296
</TABLE>
297
&nbsp;<A NAME="methods_inherited_from_class_org.cresques.px.PxObj"><!-- --></A>
298
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
299
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
300
<TD><B>Methods inherited from class org.cresques.px.<A HREF="../../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">PxObj</A></B></TD>
301
</TR>
302
<TR BGCOLOR="white" CLASS="TableRowColor">
303
<TD><CODE><A HREF="../../../../org/cresques/px/PxObj.html#getExtent()">getExtent</A></CODE></TD>
304
</TR>
305
</TABLE>
306
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
307
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
308
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
309
<TD><B>Methods inherited from class java.lang.Object</B></TD>
310
</TR>
311
<TR BGCOLOR="white" CLASS="TableRowColor">
312
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
313
</TR>
314
</TABLE>
315
&nbsp;
316
<P>
317

    
318
<!-- ============ FIELD DETAIL =========== -->
319

    
320

    
321
<!-- ========= CONSTRUCTOR DETAIL ======== -->
322

    
323
<A NAME="constructor_detail"><!-- --></A>
324
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
325
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
326
<TD COLSPAN=1><FONT SIZE="+2">
327
<B>Constructor Detail</B></FONT></TD>
328
</TR>
329
</TABLE>
330

    
331
<A NAME="DxfPolyline(org.cresques.cts.IProjection, org.cresques.px.dxf.DxfLayer)"><!-- --></A><H3>
332
DxfPolyline</H3>
333
<PRE>
334
public <B>DxfPolyline</B>(<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj,
335
                   <A HREF="../../../../org/cresques/px/dxf/DxfLayer.html" title="class in org.cresques.px.dxf">DxfLayer</A>&nbsp;layer)</PRE>
336
<DL>
337
</DL>
338

    
339
<!-- ============ METHOD DETAIL ========== -->
340

    
341
<A NAME="method_detail"><!-- --></A>
342
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
343
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
344
<TD COLSPAN=1><FONT SIZE="+2">
345
<B>Method Detail</B></FONT></TD>
346
</TR>
347
</TABLE>
348

    
349
<A NAME="add(java.awt.geom.Point2D)"><!-- --></A><H3>
350
add</H3>
351
<PRE>
352
public void <B>add</B>(java.awt.geom.Point2D&nbsp;pt)</PRE>
353
<DL>
354
<DD><DL>
355
</DL>
356
</DD>
357
</DL>
358
<HR>
359

    
360
<A NAME="addBulge(java.lang.Double)"><!-- --></A><H3>
361
addBulge</H3>
362
<PRE>
363
public void <B>addBulge</B>(java.lang.Double&nbsp;bulge)</PRE>
364
<DL>
365
<DD>050301, jmorell: Soluci?n provisional para implementar la lectura de polil?neas
366
 con arcos.
367
<P>
368
<DD><DL>
369
</DL>
370
</DD>
371
</DL>
372
<HR>
373

    
374
<A NAME="addFace(int[])"><!-- --></A><H3>
375
addFace</H3>
376
<PRE>
377
public void <B>addFace</B>(int[]&nbsp;face)</PRE>
378
<DL>
379
<DD><DL>
380
</DL>
381
</DD>
382
</DL>
383
<HR>
384

    
385
<A NAME="c()"><!-- --></A><H3>
386
c</H3>
387
<PRE>
388
public java.awt.Color <B>c</B>()</PRE>
389
<DL>
390
<DD><DL>
391
</DL>
392
</DD>
393
</DL>
394
<HR>
395

    
396
<A NAME="c(java.awt.Color)"><!-- --></A><H3>
397
c</H3>
398
<PRE>
399
public java.awt.Color <B>c</B>(java.awt.Color&nbsp;color)</PRE>
400
<DL>
401
<DD><DL>
402
</DL>
403
</DD>
404
</DL>
405
<HR>
406

    
407
<A NAME="reProject(org.cresques.cts.ICoordTrans)"><!-- --></A><H3>
408
reProject</H3>
409
<PRE>
410
public void <B>reProject</B>(<A HREF="../../../../org/cresques/cts/ICoordTrans.html" title="interface in org.cresques.cts">ICoordTrans</A>&nbsp;rp)</PRE>
411
<DL>
412
<DD><DL>
413
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/geo/Projected.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></CODE> in class <CODE><A HREF="../../../../org/cresques/px/dxf/DxfEntity.html" title="class in org.cresques.px.dxf">DxfEntity</A></CODE></DL>
414
</DD>
415
<DD><DL>
416
</DL>
417
</DD>
418
</DL>
419
<HR>
420

    
421
<A NAME="draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)"><!-- --></A><H3>
422
draw</H3>
423
<PRE>
424
public void <B>draw</B>(java.awt.Graphics2D&nbsp;g,
425
                 <A HREF="../../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</PRE>
426
<DL>
427
<DD><DL>
428
</DL>
429
</DD>
430
</DL>
431
<HR>
432

    
433
<A NAME="toDxfString()"><!-- --></A><H3>
434
toDxfString</H3>
435
<PRE>
436
public java.lang.String <B>toDxfString</B>()</PRE>
437
<DL>
438
<DD>Convierte a DXF.
439
<P>
440
<DD><DL>
441
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/px/dxf/DxfEntity.html#toDxfString()">toDxfString</A></CODE> in class <CODE><A HREF="../../../../org/cresques/px/dxf/DxfEntity.html" title="class in org.cresques.px.dxf">DxfEntity</A></CODE></DL>
442
</DD>
443
<DD><DL>
444

    
445
<DT><B>Returns:</B><DD>Entity como String Dxf</DL>
446
</DD>
447
</DL>
448
<HR>
449

    
450
<A NAME="getGeneralPath(org.cresques.geo.ViewPortData)"><!-- --></A><H3>
451
getGeneralPath</H3>
452
<PRE>
453
public java.awt.geom.GeneralPath <B>getGeneralPath</B>(<A HREF="../../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</PRE>
454
<DL>
455
<DD><DL>
456

    
457
<DT><B>Returns:</B><DD></DL>
458
</DD>
459
</DL>
460
<HR>
461

    
462
<A NAME="getFlags()"><!-- --></A><H3>
463
getFlags</H3>
464
<PRE>
465
public int <B>getFlags</B>()</PRE>
466
<DL>
467
<DD><DL>
468
</DL>
469
</DD>
470
</DL>
471
<HR>
472

    
473
<A NAME="createArc(java.awt.geom.Point2D, java.awt.geom.Point2D, double)"><!-- --></A><H3>
474
createArc</H3>
475
<PRE>
476
public static java.util.Vector <B>createArc</B>(java.awt.geom.Point2D&nbsp;coord1,
477
                                         java.awt.geom.Point2D&nbsp;coord2,
478
                                         double&nbsp;bulge)</PRE>
479
<DL>
480
<DD><DL>
481
</DL>
482
</DD>
483
</DL>
484
<HR>
485

    
486
<A NAME="getPts()"><!-- --></A><H3>
487
getPts</H3>
488
<PRE>
489
public java.util.Vector <B>getPts</B>()</PRE>
490
<DL>
491
<DD><DL>
492

    
493
<DT><B>Returns:</B><DD>Returns the pts.</DL>
494
</DD>
495
</DL>
496
<HR>
497

    
498
<A NAME="setPts(java.util.Vector)"><!-- --></A><H3>
499
setPts</H3>
500
<PRE>
501
public void <B>setPts</B>(java.util.Vector&nbsp;pts)</PRE>
502
<DL>
503
<DD><DL>
504
<DT><B>Parameters:</B><DD><CODE>pts</CODE> - The pts to set.</DL>
505
</DD>
506
</DL>
507
<HR>
508

    
509
<A NAME="getBulges()"><!-- --></A><H3>
510
getBulges</H3>
511
<PRE>
512
public java.util.Vector <B>getBulges</B>()</PRE>
513
<DL>
514
<DD><DL>
515

    
516
<DT><B>Returns:</B><DD>Returns the bulges.</DL>
517
</DD>
518
</DL>
519
<HR>
520

    
521
<A NAME="setBulges(java.util.Vector)"><!-- --></A><H3>
522
setBulges</H3>
523
<PRE>
524
public void <B>setBulges</B>(java.util.Vector&nbsp;bulges)</PRE>
525
<DL>
526
<DD><DL>
527
<DT><B>Parameters:</B><DD><CODE>bulges</CODE> - The bulges to set.</DL>
528
</DD>
529
</DL>
530
<!-- ========= END OF CLASS DATA ========= -->
531
<HR>
532

    
533

    
534
<!-- ======= START OF BOTTOM NAVBAR ====== -->
535
<A NAME="navbar_bottom"><!-- --></A>
536
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
537
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
538
<TR>
539
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
540
<A NAME="navbar_bottom_firstrow"><!-- --></A>
541
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
542
  <TR ALIGN="center" VALIGN="top">
543
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
544
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
545
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
546
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
547
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
548
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
549
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
550
  </TR>
551
</TABLE>
552
</TD>
553
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
554
</EM>
555
</TD>
556
</TR>
557

    
558
<TR>
559
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
560
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfPoint.html" title="class in org.cresques.px.dxf"><B>PREV CLASS</B></A>&nbsp;
561
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfSolid.html" title="class in org.cresques.px.dxf"><B>NEXT CLASS</B></A></FONT></TD>
562
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
563
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
564
&nbsp;<A HREF="DxfPolyline.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
565
&nbsp;<SCRIPT type="text/javascript">
566
  <!--
567
  if(window==top) {
568
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
569
  }
570
  //-->
571
</SCRIPT>
572
<NOSCRIPT>
573
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
574
</NOSCRIPT>
575

    
576
</FONT></TD>
577
</TR>
578
<TR>
579
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
580
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.cresques.px.PxObj">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
581
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
582
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
583
</TR>
584
</TABLE>
585
<A NAME="skip-navbar_bottom"></A>
586
<!-- ======== END OF BOTTOM NAVBAR ======= -->
587

    
588
<HR>
589

    
590
</BODY>
591
</HTML>