public class DXFDimStyleTable extends DXFTable
Constructor and Description |
---|
DXFDimStyleTable(java.lang.String name)
Create a DimStyle table header block
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the object.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public DXFDimStyleTable(java.lang.String name)
name
- name of table recordpublic java.lang.String toDXFString()
toDXFString
in interface DXFObject
toDXFString
in class DXFTable