MCPcopy Index your code
hub / github.com/arduino/Arduino / getMinimumSize

Method getMinimumSize

app/src/processing/app/EditorStatus.java:398–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397
398 public Dimension getMinimumSize() {
399 return scale(new Dimension(300, GRID_SIZE));
400 }
401
402 public Dimension getMaximumSize() {
403 return scale(new Dimension(3000, GRID_SIZE));

Callers 1

getPreferredSizeMethod · 0.95

Calls 1

scaleMethod · 0.80

Tested by

no test coverage detected