(String tag, PDFObject raw)
| 173 | public void op_DP(String tag, PDFObject raw) { System.out.println(tag + " " + raw.toString() + " DP"); } |
| 174 | public void op_BMC(String tag) { System.out.println("/" + tag + " BMC"); } |
| 175 | public void op_BDC(String tag, PDFObject raw) { System.out.println("/" + tag + " " + raw.toString(true) + " BDC"); } |
| 176 | public void op_EMC() { System.out.println("EMC"); } |
| 177 | |
| 178 | public void op_BX() { System.out.println("BX"); } |
no test coverage detected