MCPcopy Index your code
hub / github.com/benfry/processing4 / format

Method format

app/src/processing/app/Formatter.java:30–30  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

28 */
29public interface Formatter {
30 public String format(String text);
31}

Callers 15

getDisplayBoundsMethod · 0.65
mapBufferRangeMethod · 0.65
fenceSyncMethod · 0.65
deleteSyncMethod · 0.65
clientWaitSyncMethod · 0.65
blitFramebufferMethod · 0.65
readBufferMethod · 0.65
drawBufferMethod · 0.65

Implementers 6

AutoFormatjava/src/processing/mode/java/AutoForm
XMLcore/src/processing/data/XML.java
JSONArraycore/src/processing/data/JSONArray.jav
JSONObjectcore/src/processing/data/JSONObject.ja
ProcessingTestUtiljava/test/processing/mode/java/Process
PdeAdapterjava/src/processing/mode/java/lsp/PdeA

Calls

no outgoing calls

Tested by 2

buildClasspathMethod · 0.52
formatMethod · 0.52