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

Method init

app/src/processing/app/tools/Tool.java:34–34  ·  view source on GitHub ↗
(Base base)

Source from the content-addressed store, hash-verified

32public interface Tool extends Runnable {
33
34 public void init(Base base);
35
36 public void run();
37

Callers 10

initInternalToolMethod · 0.95
shaderMethod · 0.65
tessellatePolygonMethod · 0.65
tessellateLinePathMethod · 0.65
wrapBackTextureMethod · 0.65
wrapFrontTextureMethod · 0.65
initMethod · 0.65
rebuildToolListMethod · 0.65
initMethod · 0.65
buildWindowsLauncherMethod · 0.65

Implementers 5

Archiverapp/src/processing/app/tools/Archiver.
ColorSelectorapp/src/processing/app/tools/ColorSele
CreateFontapp/src/processing/app/tools/CreateFon
InstallCommanderapp/src/processing/app/tools/InstallCo
ToolContributionapp/src/processing/app/contrib/ToolCon

Calls

no outgoing calls

Tested by

no test coverage detected