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

Method setWidth

java/src/processing/mode/java/tweak/Handle.java:203–206  ·  view source on GitHub ↗
(int w)

Source from the content-addressed store, hash-verified

201
202
203 public void setWidth(int w) {
204 width = w;
205 progBar.setWidth(w);
206 }
207
208
209 public void draw(Graphics2D g2d, boolean hasFocus) {

Callers 3

startMethod · 0.45
setSizeMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected