Class PivotFormatOption
java.lang.Object
com.illumon.iris.console.utils.pivot.PivotFormatOption
- All Implemented Interfaces:
Serializable
A Holder class for pivot formatting options. Not for external use.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new FormatOption prepopulated with default values.PivotFormatOption
(boolean preInit) Create a new FormatOption, optionally initializing with default values. -
Method Summary
Modifier and TypeMethodDescriptionstatic PivotFormatOption.RenderType
getTypeRenderer
(Class<?> type) static Map<Class<?>,
PivotFormatOption.RenderType>
-
Field Details
-
mainDecimalFormat
-
mainIntegerFormat
-
rowDecimalFormat
-
rowIntegerFormat
-
totalsDecimalFormat
-
totalsIntegerFormat
-
-
Constructor Details
-
PivotFormatOption
public PivotFormatOption()Create a new FormatOption prepopulated with default values. -
PivotFormatOption
public PivotFormatOption(boolean preInit) Create a new FormatOption, optionally initializing with default values. If preInit is false, initial formats will be null.- Parameters:
preInit
- if the values should be pre initialized
-
-
Method Details
-
getTypeRendererMap
-
getTypeRenderer
-