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

Interface Formatter

app/src/processing/app/Formatter.java:29–31  ·  view source on GitHub ↗

This may change to a more generic String manipulating interface/class, since it probably affects other code as well. But for now, we'll stick with this.

Source from the content-addressed store, hash-verified

27 * it probably affects other code as well. But for now, we'll stick with this.
28 */
29public interface Formatter {
30 public String format(String text);
31}

Callers 8

getDisplayBoundsMethod · 0.65
mapBufferRangeMethod · 0.65
fenceSyncMethod · 0.65
deleteSyncMethod · 0.65
clientWaitSyncMethod · 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

no test coverage detected