()
| 389 | } |
| 390 | |
| 391 | public String getSurfCode_Web(){ |
| 392 | String surfCode = ""; |
| 393 | if (_3d) { |
| 394 | surfCode += get3dCode_surf(5.0, 10.0, stereo_redGreen); |
| 395 | } |
| 396 | surfCode += getLampCode_surf(Lamps); |
| 397 | |
| 398 | |
| 399 | surfCode += surfcodePart1_surfWeb(dithered, filelocation,dpi); |
| 400 | // String surfCodePart1 = surfcodePart1_OnSystem(dithered, |
| 401 | // filelocation); |
| 402 | |
| 403 | surfCode += surfcodePart2_surfWeb(dithered, filelocation); |
| 404 | return surfCode; |
| 405 | } |
| 406 | |
| 407 | public String getSurfCode_OnSystem() { |
| 408 |
no test coverage detected