public abstract class AbstractPivotData extends Object implements PivotData
| Constructor and Description |
|---|
AbstractPivotData(GroupCalculator calc,
String valuesFormatter,
HorizAlign horizAlign) |
AbstractPivotData(GroupCalculator calc,
String valuesFormatter,
HorizAlign horizAlign,
VertAlign vertAlign) |
AbstractPivotData(GroupCalculator calc,
String valuesFormatter,
String totalsFormatter,
HorizAlign horizAlign,
VertAlign vertAlign) |
| Modifier and Type | Method and Description |
|---|---|
GroupCalculator |
getCalculator() |
String |
getFormattedTotal(Object unformattedValue) |
String |
getFormattedValue(Object unformattedValue) |
HorizAlign |
getHorizAlign()
returns the horizontal alignment of the values of this column
|
String |
getTotalsFormatter() |
String |
getValuesFormatter() |
VertAlign |
getVertAlign()
returns the vertical alignment of the values of this column
|
public AbstractPivotData(GroupCalculator calc, String valuesFormatter, HorizAlign horizAlign)
calc - formatter - horizAlign - public AbstractPivotData(GroupCalculator calc, String valuesFormatter, HorizAlign horizAlign, VertAlign vertAlign)
calc - valuesFormatter - horizAlign - vertAlign - public AbstractPivotData(GroupCalculator calc, String valuesFormatter, String totalsFormatter, HorizAlign horizAlign, VertAlign vertAlign)
calc - valuesFormatter - totalsFormatter - horizAlign - vertAlign - public String getFormattedValue(Object unformattedValue)
getFormattedValue in interface PivotDatapublic String getFormattedTotal(Object unformattedValue)
getFormattedTotal in interface PivotDatapublic String getValuesFormatter()
public String getTotalsFormatter()
public GroupCalculator getCalculator()
getCalculator in interface PivotDatapublic HorizAlign getHorizAlign()
PivotDatagetHorizAlign in interface PivotDatapublic VertAlign getVertAlign()
PivotDatagetVertAlign in interface PivotDataCopyright © 2006–2015. All rights reserved.