MCPcopy Index your code
hub / github.com/processing/processing / 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

validateFramebufferMethod · 0.65
initDisplayMethod · 0.65
mapBufferRangeMethod · 0.65
fenceSyncMethod · 0.65
deleteSyncMethod · 0.65
clientWaitSyncMethod · 0.65

Implementers 5

AutoFormatjava/src/processing/mode/java/AutoForm
XMLcore/src/processing/data/XML.java
JSONArraycore/src/processing/data/JSONArray.jav
JSONObjectcore/src/processing/data/JSONObject.ja
ProcessingTestUtilapp/test/src/test/processing/mode/java

Calls

no outgoing calls

Tested by

no test coverage detected