org.cresques.px.dxf
Class DxfLwPolyline

java.lang.Object
  extended byorg.cresques.px.PxObj
      extended byorg.cresques.px.dxf.DxfEntity
          extended byorg.cresques.px.dxf.DxfPolyline
              extended byorg.cresques.px.dxf.DxfLwPolyline
All Implemented Interfaces:
Drawable, Extent.Has, Projected

public class DxfLwPolyline
extends DxfPolyline

Entidad LWPOLYLINE de un fichero DXF.

Author:
"Luis W. Sevilla" , jmorell

Field Summary
 
Fields inherited from class org.cresques.px.PxObj
extent, stroke
 
Constructor Summary
DxfLwPolyline(IProjection proj, DxfLayer layer)
          Constructor de DxfLwPolyline.
 
Method Summary
 java.lang.String toDxfString()
          050302, jmorell: Si el 90 no está antes que el 70, Autocad 2004 no cierra las polilíneas.
 
Methods inherited from class org.cresques.px.dxf.DxfPolyline
add, addBulge, addFace, c, c, createArc, draw, getBulges, getFlags, getGeneralPath, getPts, reProject, setBulges, setPts
 
Methods inherited from class org.cresques.px.dxf.DxfEntity
getColor, getHandle, getLayer, getLayerName, getProjection, setHandle, setProjection
 
Methods inherited from class org.cresques.px.PxObj
getExtent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DxfLwPolyline

public DxfLwPolyline(IProjection proj,
                     DxfLayer layer)
Constructor de DxfLwPolyline.

Method Detail

toDxfString

public java.lang.String toDxfString()
050302, jmorell: Si el 90 no está antes que el 70, Autocad 2004 no cierra las polilíneas.

Overrides:
toDxfString in class DxfPolyline
Returns:
String, la cadena que se escribirá en el fichero con la información del DxfPolyline.