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

Method draw

forge-gui-mobile/src/forge/toolbox/FRadioButton.java:98–101  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

96 }
97
98 @Override
99 public void draw(Graphics g) {
100 drawContent(g, getWidth(), getHeight(), false);
101 }
102
103 public static class RadioButtonGroup {
104 private final List<FRadioButton> buttons = new ArrayList<>();

Callers

nothing calls this directly

Calls 3

getWidthMethod · 0.65
getHeightMethod · 0.65
drawContentMethod · 0.45

Tested by

no test coverage detected