dxfExporter
Class DXFFigure

java.lang.Object
  extended bydxfExporter.DXFFigure
Direct Known Subclasses:
DXFArc, DXFBezier, DXFEllipse, DXFHatch, DXFLine, DXFMText, DXFPixel, DXFPolyline, DXFRectangle, DXFSolid, DXFText

public abstract class DXFFigure
extends java.lang.Object

Interface for DXF figures (entities).


Field Summary
protected  DXFData Data
           
 
Constructor Summary
DXFFigure(DXFData Dt)
           
 
Method Summary
abstract  void exportAsDXF(DXFExport Xprt)
           
protected  DXFPoint toDXFPoint(float X, float Y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Data

protected DXFData Data
Constructor Detail

DXFFigure

public DXFFigure(DXFData Dt)
Method Detail

toDXFPoint

protected DXFPoint toDXFPoint(float X,
                              float Y)

exportAsDXF

public abstract void exportAsDXF(DXFExport Xprt)