dxfExporter
Class DXFText
java.lang.Object
dxfExporter.DXFFigure
dxfExporter.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DXFText
public DXFText(DXFData Dt)
exportAsDXF
public void exportAsDXF(DXFExport Xprt)
- Specified by:
exportAsDXF
in class DXFFigure