MCPcopy Create free account
hub / github.com/PCGen/pcgen / displayDistanceInUnitSet

Method displayDistanceInUnitSet

code/src/java/pcgen/core/UnitSet.java:283–286  ·  view source on GitHub ↗

Convert distance in feet to display distance in units. @param distanceInFeet @return String display distance in units.

(final double distanceInFeet)

Source from the content-addressed store, hash-verified

281 * @return String display distance in units.
282 */
283 public String displayDistanceInUnitSet(final double distanceInFeet)
284 {
285 return distanceDisplayPattern.format(convertDistanceToUnitSet(distanceInFeet));
286 }
287
288 /**
289 * Convert height in inches to display height in units.

Callers 14

getBaseMovementTokenMethod · 0.80
getTokenMethod · 0.80
getFaceTokenMethod · 0.80
getShortTokenMethod · 0.80
get1TokenMethod · 0.80
get2TokenMethod · 0.80
getTokenMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
getSpellRangeMethod · 0.80
getRateTokenMethod · 0.80
getRangeListTokenMethod · 0.80
getRangeTokenMethod · 0.80

Calls 2

formatMethod · 0.80

Tested by

no test coverage detected