public class MultiplierFormatHandler extends Object implements MicroPropsGenerator
Scale for use in the number formatting pipeline.| Constructor and Description |
|---|
MultiplierFormatHandler(Scale multiplier,
MicroPropsGenerator parent) |
| Modifier and Type | Method and Description |
|---|---|
MicroProps |
processQuantity(DecimalQuantity quantity)
Considers the given
DecimalQuantity, optionally mutates it, and returns a
MicroProps. |
public MultiplierFormatHandler(Scale multiplier, MicroPropsGenerator parent)
public MicroProps processQuantity(DecimalQuantity quantity)
MicroPropsGeneratorDecimalQuantity, optionally mutates it, and returns a
MicroProps.processQuantity in interface MicroPropsGeneratorquantity - The quantity for consideration and optional mutation.