MCPcopy Create free account
hub / github.com/Card-Forge/forge / FSpinner

Method FSpinner

forge-gui-mobile/src/forge/toolbox/FSpinner.java:10–12  ·  view source on GitHub ↗
(int minValue0, int maxValue0)

Source from the content-addressed store, hash-verified

8 private int value, minValue, maxValue;
9
10 public FSpinner(int minValue0, int maxValue0) {
11 this(minValue0, maxValue0, minValue0);
12 }
13
14 public FSpinner(int minValue0, int maxValue0, int initialValue) {
15 minValue = minValue0;

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.95

Tested by

no test coverage detected