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 PivotData
public String getFormattedTotal(Object unformattedValue)
getFormattedTotal
in interface PivotData
public String getValuesFormatter()
public String getTotalsFormatter()
public GroupCalculator getCalculator()
getCalculator
in interface PivotData
public HorizAlign getHorizAlign()
PivotData
getHorizAlign
in interface PivotData
public VertAlign getVertAlign()
PivotData
getVertAlign
in interface PivotData
Copyright © 2006–2015. All rights reserved.