S - the concrete number styleT - the concrete number style builderpublic interface NumberStyleBuilder<S,T extends NumberStyleBuilder<S,T>> extends StyleBuilder<S>, LocalizedBuilder<T>, IsVolatileBuilder<T>, ShowableBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
groupThousands(boolean grouping) |
T |
minIntegerDigits(int minIntegerDigits) |
T |
negativeValueColor(Color negativeValueColor) |
T |
negativeValueRed()
Sets the red color for negative values
|
buildcountry, language, localevolatileStylevisibleT groupThousands(boolean grouping)
grouping - if true, the thousands separator is shown.T minIntegerDigits(int minIntegerDigits)
minIntegerDigits - The number of digits for integer partT negativeValueColor(Color negativeValueColor)
negativeValueColor - the color for negative values, null if noneT negativeValueRed()
Copyright © 2016–2021. All rights reserved.