Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
public
interface
Tool extends Runnable {
33
34
public
void
init(Base base);
35
36
public
void
run();
37
Callers
10
initInternalTool
Method · 0.95
shader
Method · 0.65
tessellatePolygon
Method · 0.65
tessellateLinePath
Method · 0.65
wrapBackTexture
Method · 0.65
wrapFrontTexture
Method · 0.65
init
Method · 0.65
rebuildToolList
Method · 0.65
init
Method · 0.65
buildWindowsLauncher
Method · 0.65
Implementers
5
Archiver
app/src/processing/app/tools/Archiver.
ColorSelector
app/src/processing/app/tools/ColorSele
CreateFont
app/src/processing/app/tools/CreateFon
InstallCommander
app/src/processing/app/tools/InstallCo
ToolContribution
app/src/processing/app/contrib/ToolCon
Calls
no outgoing calls
Tested by
no test coverage detected