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

Method saveYourself

Singular/LIB/surfex/OneParameter.java:242–255  ·  view source on GitHub ↗
(PrintWriter pw)

Source from the content-addressed store, hash-verified

240 }
241
242 public void saveYourself(PrintWriter pw) {
243 String str = "";
244 pw.println("////////////////// Parameter: /////////////////////////"
245 + "\n");
246
247 pw.println("" + parNo + "\n");
248 pw.println("" + newFrom + "\n");
249 pw.println("" + newTo + "\n");
250 pw.println("" + parSlider.getValue() + "\n");
251 pw.println("" + fct.getText() + "\n");
252 // pw.println(parLabel.getText()+"\n");
253 // pw.println(cbox.isSelected()+"\n");
254 //optionButtonPane.saveYourself(pw);
255 }
256
257 public String saveYourself() {
258 String str = "";

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected