Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getHeightUnit
Method
getHeightUnit
code/src/java/pcgen/core/UnitSet.java:123–126 ·
view source on GitHub ↗
Get height unit. @return String height unit.
()
Source
from the content-addressed store, hash-verified
121
* @
return
String height unit.
122
*/
123
public
String getHeightUnit()
124
{
125
return
getUnit(heightUnit);
126
}
127
128
/**
129
* Set name.
Callers
4
getToken
Method · 0.45
getHeightString
Method · 0.45
HeightItem
Method · 0.45
get
Method · 0.45
Calls
1
getUnit
Method · 0.95
Tested by
no test coverage detected