()
| 65 | } |
| 66 | |
| 67 | public void close() { |
| 68 | if ( closed ) return; |
| 69 | // ps.append("showpage\n"); |
| 70 | ps.append("%%Trailer\n"); |
| 71 | closed = true; |
| 72 | } |
| 73 | |
| 74 | /** Compute the header separately because we need to wait for the bounding box */ |
| 75 | protected StringBuilder header() { |
no test coverage detected