MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getHeight

Method getHeight

src/main/java/mudmap2/backend/legend/LegendEntry.java:32–32  ·  view source on GitHub ↗

This method queries the legend entries requested height @param g graphics for height estimation @return height

(Graphics g)

Source from the content-addressed store, hash-verified

30 * @return height
31 */
32 public int getHeight(Graphics g);
33
34 /**
35 * This method queries the legend entries requested width

Callers 15

renderLegendMethod · 0.95
testGetHeightMethod · 0.65
testGenerateMethod · 0.65
testGetHeightMethod · 0.65
paintComponentMethod · 0.65
paintComponentMethod · 0.65
paintComponentMethod · 0.65
getTileSizeMethod · 0.65
paintComponentMethod · 0.65
moveScreenToCursorMethod · 0.65
getPlacePosYMethod · 0.65
getScreenPosYMethod · 0.65

Implementers 3

LegendEntryTitlesrc/main/java/mudmap2/backend/legend/L
LegendEntrySeparatorsrc/main/java/mudmap2/backend/legend/L
LegendEntryColorsrc/main/java/mudmap2/backend/legend/L

Calls

no outgoing calls

Tested by 3

testGetHeightMethod · 0.52
testGenerateMethod · 0.52
testGetHeightMethod · 0.52