Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ setStyle
Method
setStyle
app/src/processing/app/laf/PdeLabel.java:64–68 ·
view source on GitHub ↗
(String css)
Source
from the content-addressed store, hash-verified
62
63
64
public
void
setStyle(String css) {
65
//((HTMLDocument) getDocument()).getStyleSheet().addRule(css);
66
this.css = css;
67
rebuild();
68
}
69
70
71
/*
Callers
nothing calls this directly
Calls
1
rebuild
Method · 0.95
Tested by
no test coverage detected