Write a line to the dxf file. Available for anyone who wants to insert additional commands into the DXF stream.
(String what)
| 243 | * insert additional commands into the DXF stream. |
| 244 | */ |
| 245 | public void println(String what) { |
| 246 | writer.println(what); |
| 247 | } |
| 248 | |
| 249 | |
| 250 | protected void writeLine(int index1, int index2) { |
no outgoing calls
no test coverage detected