(boolean dihered, String filelocation, int dpi)
| 476 | } |
| 477 | |
| 478 | public String surfcodePart2_OnSystem(boolean dihered, String filelocation, |
| 479 | int dpi) { |
| 480 | |
| 481 | String surfCodePart2; |
| 482 | |
| 483 | if (dithered) { |
| 484 | // //System.out.println("dithered."); |
| 485 | surfCodePart2 = filelocation + |
| 486 | project.eqAdm.getSurfCode_Dither_Part2(); |
| 487 | } else { |
| 488 | surfCodePart2 = project.eqAdm.getSurfCode_Part2(filelocation); |
| 489 | } |
| 490 | return surfCodePart2; |
| 491 | } |
| 492 | |
| 493 | public void surfOnSystem() { |
| 494 |
no test coverage detected