org.cresques.px.dxf
Class DxfSpline

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.DxfSpline
All Implemented Interfaces:
Drawable, Extent.Has, Projected

public class DxfSpline
extends DxfPolyline

Entidad SPLINE de un fichero DXF.

Author:
"Luis W. Sevilla"

Field Summary
 
Fields inherited from class org.cresques.px.PxObj
extent, stroke
 
Constructor Summary
DxfSpline(Projection proj, DxfLayer layer)
          Constructor de DxfSpline.
 
Method Summary
 java.lang.String toDxfString()
          Actualmente en desarrollo.
 
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

DxfSpline

public DxfSpline(Projection proj,
                 DxfLayer layer)
Constructor de DxfSpline.

Method Detail

toDxfString

public java.lang.String toDxfString()
Actualmente en desarrollo. Hay que terminarlo para que de verdad escriba un DxfSpline.

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