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

Method displayWeightInUnitSet

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

Convert weight in pounds to display weight in units. @param weightInPounds @return String display weight in units.

(final double weightInPounds)

Source from the content-addressed store, hash-verified

303 * @return String display weight in units.
304 */
305 public String displayWeightInUnitSet(final double weightInPounds)
306 {
307 return weightDisplayPattern.format(convertWeightToUnitSet(weightInPounds));
308 }
309
310 @Override
311 public URI getSourceURI()

Callers 10

getTokenMethod · 0.80
getNoUnitWeightMethod · 0.80
getWeightTokenMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
refreshTotalWeightMethod · 0.80
getWTTokenMethod · 0.80
getEqTokenMethod · 0.80
getCapacityTokenMethod · 0.80
getWeightTokenMethod · 0.80

Calls 2

formatMethod · 0.80

Tested by

no test coverage detected