dxfExporter
Class DXFText

java.lang.Object
  extended bydxfExporter.DXFFigure
      extended bydxfExporter.DXFText

class DXFText
extends DXFFigure

Text in DXF drawing.
Description:
Data.Text = text string;
Data.Point = cordinates of first alignment point;
Data.Point1 = cordinates of second alignment point (optional);
Data.FHeight = font height;
Data.FScale = character width/height ratio;
Data.HAlign = horizontal text justification type: 0= Left, 1= Center, 2= Right and if vertical alignment=0 then 3= Aligned, 4= Middle, 5= Fit;
Data.VAlign = vertical text justification type: 0= Baseline, 1 = Bottom, 2 = Middle, 3 = Top;
Data.Rotation = rotation angle in degrees.


Field Summary
 
Fields inherited from class dxfExporter.DXFFigure
Data
 
Constructor Summary
DXFText(DXFData Dt)
           
 
Method Summary
 void exportAsDXF(DXFExport Xprt)
           
 
Methods inherited from class dxfExporter.DXFFigure
toDXFPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFText

public DXFText(DXFData Dt)
Method Detail

exportAsDXF

public void exportAsDXF(DXFExport Xprt)
Specified by:
exportAsDXF in class DXFFigure