Appends a line to the EpsDocument.
(String line)
| 274 | * Appends a line to the EpsDocument. |
| 275 | */ |
| 276 | private void append(String line) { |
| 277 | _document.append(this, line); |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Returns the point after it has been transformed by the transformation. |