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

Method setBounds

forge-gui-mobile/src/forge/toolbox/FContainer.java:89–93  ·  view source on GitHub ↗
(float x, float y, float width, float height)

Source from the content-addressed store, hash-verified

87 }
88
89 @Override
90 public void setBounds(float x, float y, float width, float height) {
91 super.setBounds(x, y, width, height);
92 doLayout(width, height); //always re-do layout when setBounds used
93 }
94
95 @Override
96 public void setSize(float width, float height) {

Callers 15

drawBackgroundMethod · 0.45
doLayoutMethod · 0.45
doLayoutMethod · 0.45
showSelectorMethod · 0.45
drawDisclaimerMethod · 0.45
doLayoutMethod · 0.45
doLayoutMethod · 0.45
doLandscapeLayoutMethod · 0.45
doLayoutMethod · 0.45
doLandscapeLayoutMethod · 0.45

Calls 1

doLayoutMethod · 0.95

Tested by

no test coverage detected