MCPcopy Create free account
hub / github.com/Singular/Singular / getSurfCode_Web

Method getSurfCode_Web

Singular/LIB/surfex/SavePic.java:391–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

getSurfCodeMethod · 0.95

Calls 4

get3dCode_surfMethod · 0.95
getLampCode_surfMethod · 0.95
surfcodePart1_surfWebMethod · 0.95
surfcodePart2_surfWebMethod · 0.95

Tested by

no test coverage detected