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

Method draw

forge-gui-mobile/src/forge/toolbox/FCheckBox.java:57–60  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

55 }
56
57 @Override
58 public void draw(Graphics g) {
59 drawContent(g, getWidth(), getHeight(), false);
60 }
61
62 public static void drawCheckBox(Graphics g, boolean isChecked, float x, float y, float w, float h) {
63 drawCheckBox(g, getBoxColor(), getCheckColor(), isChecked, x, y, w, h);

Callers

nothing calls this directly

Calls 3

getWidthMethod · 0.65
getHeightMethod · 0.65
drawContentMethod · 0.45

Tested by

no test coverage detected