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

Method getSurfCodePart1

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

Source from the content-addressed store, hash-verified

422 }
423
424 public String getSurfCodePart1(){
425 if (surfex_.configFrame.webPro.isSelected()) {
426 return surfcodePart1_OnSystem(dithered,filelocation);
427 } else {
428 return surfcodePart1_surfWeb(dithered,filelocation,dpi);
429 }
430 }
431
432 public String getSurfCodePart2(){
433 if (surfex_.configFrame.webPro.isSelected()) {

Callers

nothing calls this directly

Calls 3

surfcodePart1_surfWebMethod · 0.95
isSelectedMethod · 0.45

Tested by

no test coverage detected