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

Method surfcodePart2_OnSystem

Singular/LIB/surfex/SavePic.java:478–491  ·  view source on GitHub ↗
(boolean dihered, String filelocation,
					 int dpi)

Source from the content-addressed store, hash-verified

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

Callers 2

getSurfCode_OnSystemMethod · 0.95
getSurfCodePart2Method · 0.95

Calls 2

getSurfCode_Part2Method · 0.80

Tested by

no test coverage detected