Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ generate
Method
generate
src/main/java/mudmap2/backend/legend/Legend.java:125–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
public
BufferedImage generate() throws RenderException {
126
prepareLegendEntries();
127
BufferedImage image = renderLegend();
128
return
image;
129
}
130
131
/**
132
* Collects data from world to be included in the legend
Callers
2
testGenerate
Method · 0.95
drawLegend
Method · 0.95
Calls
2
prepareLegendEntries
Method · 0.95
renderLegend
Method · 0.95
Tested by
1
testGenerate
Method · 0.76