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

Method setDistanceFactor

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

Set the distance factor. @param df distance factor.

(final BigDecimal df)

Source from the content-addressed store, hash-verified

61 * @param df distance factor.
62 */
63 public void setDistanceFactor(final BigDecimal df)
64 {
65 distanceFactor = df;
66 }
67
68 /**
69 * Set the distance unit.

Callers 3

setUpMethod · 0.80
parseNonEmptyTokenMethod · 0.80
getDefaultUnitSetMethod · 0.80

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.64