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

Method FCheckBox

forge-gui-mobile/src/forge/toolbox/FCheckBox.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 private static final float EXTRA_GAP = Utils.scale(3);
23
24 public FCheckBox() {
25 this("", false);
26 }
27 public FCheckBox(String text0) {
28 this(text0, false);
29 }

Callers

nothing calls this directly

Calls 5

alignMethod · 0.80
selectedMethod · 0.45
selectableMethod · 0.45
textMethod · 0.45
setIconMethod · 0.45

Tested by

no test coverage detected