public class DXFLinetype extends DXFTableRecord
Constructor and Description |
---|
DXFLinetype(java.lang.String name)
Create a LTYPE table record object with specified name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the object.
|
getHandle, getHandleCount
public DXFLinetype(java.lang.String name)
name
- name of table recordpublic java.lang.String toDXFString()
toDXFString
in interface DXFObject
toDXFString
in class DXFTableRecord