Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getHeight
Method
getHeight
forge-gui-mobile/src/forge/card/CardImage.java:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
@Override
31
public
float getHeight() {
32
return
getWidth() * FCardPanel.ASPECT_RATIO;
33
}
34
35
@Override
36
public
void
draw(Graphics g, float x, float y, float w, float h) {
Callers
nothing calls this directly
Calls
1
getWidth
Method · 0.95
Tested by
no test coverage detected