|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectdxfExporter.DXFData
Contains information about any DXF entity properties.
Field Summary | |
byte |
Bold
Style for text. |
int |
Color
Specifies the color value for this entity. |
int |
Count
Specifies the number of child entities. |
float |
EndAngle
End angle (usually for ARCs). |
float |
FHeight
Specifies the character height for text entities (TEXT or MTEXT). |
int |
Flags
Specifies the flags byte for different entities. |
float |
FScale
Specifies the relative X scale factor (ratio of character width to character height) for text entities. |
byte |
HAlign
Horizontal text justification type (usually for TEXT). |
byte |
Italic
Style for text. |
java.lang.String |
LayerName
Layer Name. |
java.lang.String |
Name
Used for Name of a object. |
DXFPoint |
Point
Coordinates of the first point or other value (see description of a classes which use this field). |
DXFPoint |
Point1
Coordinates of the second point or other value (see description of a classes which use this field). |
DXFPoint |
Point2
Coordinates of the third point or other value (see description of a classes which use this field). |
DXFPoint |
Point3
Coordinates of the fourth point or other value (see description of a classes which use this field). |
java.util.ArrayList |
Points
Points of polyline or boundaries of a hatch. |
float |
Radius
Radius (usually for arcs). |
float |
RHeight
Specifies the reference rectangle height for MTEXT. |
float |
Rotation
Rotation angle. |
float |
RWidth
Specifies the reference rectangle width for MTEXT. |
DXFPoint |
Scale
Scale (for example TEXT). |
byte |
SelfType
SelfType defines type of this entity. |
float |
StartAngle
Start angle (usually for ARCs). |
byte |
Style
Specifies the pen style for drawing this entity or hatch style. |
int |
Tag
Classindex, DXF_LINE, DXF_SOLID etc. |
java.lang.String |
Text
Text string (TEXT). |
float |
Thickness
Specifies the line width for this entity.. |
byte |
VAlign
Vertical text justification type (usually for TEXT). |
Constructor Summary | |
DXFData()
|
Method Summary | |
java.lang.Object |
clone()
Completely redefined copying procedure. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int Tag
public int Count
public int Flags
public byte Style
public byte SelfType
public int Color
public float Thickness
public float Rotation
public java.lang.String Text
public DXFPoint Point
public DXFPoint Point1
public DXFPoint Point2
public DXFPoint Point3
public float Radius
public float StartAngle
public float EndAngle
public DXFPoint Scale
public byte HAlign
public byte VAlign
public float RWidth
public float RHeight
public float FHeight
public float FScale
public java.util.ArrayList Points
public byte Bold
public byte Italic
public java.lang.String LayerName
public java.lang.String Name
Constructor Detail |
public DXFData()
Method Detail |
public java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |