MCPcopy Index your code
hub / github.com/processing/processing / save

Method save

core/src/processing/data/XML.java:276–278  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

274
275
276 public boolean save(File file) {
277 return save(file, null);
278 }
279
280
281 public boolean save(File file, String options) {

Callers 3

exportApplicationMethod · 0.95
flushPixelsMethod · 0.45
backgroundImplMethod · 0.45

Calls 4

createWriterMethod · 0.95
writeMethod · 0.95
flushMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected