org.cresques.px.dxf
Class DxfPoint

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

public class DxfPoint
extends DxfEntity

Entidad TEXT de AutoCAD jmorell: Actualización de la escritura al formato DXF2000.

Author:
"Luis W. Sevilla" * @author administrador

Field Summary
 
Fields inherited from class org.cresques.px.PxObj
extent, stroke
 
Constructor Summary
DxfPoint(IProjection proj, DxfLayer layer)
           
 
Method Summary
 void draw(java.awt.Graphics2D g, ViewPortData vp)
           
 java.awt.geom.Point2D getPt()
           
 void reProject(ICoordTrans rp)
           
 void setPt(java.awt.geom.Point2D pt)
           
 java.lang.String toDxfString()
          050221, jmorell: Escritura de puntos en un DXF2000.
 
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

DxfPoint

public DxfPoint(IProjection proj,
                DxfLayer layer)
Method Detail

setPt

public void setPt(java.awt.geom.Point2D pt)

reProject

public void reProject(ICoordTrans rp)
Specified by:
reProject in interface Projected
Specified by:
reProject in class DxfEntity

draw

public void draw(java.awt.Graphics2D g,
                 ViewPortData vp)

toDxfString

public java.lang.String toDxfString()
050221, jmorell: Escritura de puntos en un DXF2000.

Specified by:
toDxfString in class DxfEntity

getPt

public java.awt.geom.Point2D getPt()
Returns:
Returns the pt.