|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup
net.sf.jasperreports.crosstabs.fill.JRFillCrosstabRowGroup
public class JRFillCrosstabRowGroup
Crosstab row group implementation used at fill time.
| Field Summary |
|---|
| Fields inherited from class net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup |
|---|
header, parentGroup, totalHeader, variable |
| Constructor Summary | |
|---|---|
JRFillCrosstabRowGroup(JRCrosstabRowGroup group,
JRFillCrosstabObjectFactory factory)
|
|
| Method Summary | |
|---|---|
byte |
getPosition()
Deprecated. Replaced by getPositionValue(). |
CrosstabRowPositionEnum |
getPositionValue()
Returns the position of the header contents for header stretching. |
int |
getWidth()
Returns the width of the group headers. |
| Methods inherited from class net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup |
|---|
clone, getBucket, getFillHeader, getFillTotalHeader, getFillVariable, getHeader, getName, getTotalHeader, getTotalPosition, getTotalPositionValue, getVariable, hasTotal |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.crosstabs.JRCrosstabGroup |
|---|
getBucket, getHeader, getName, getTotalHeader, getTotalPosition, getTotalPositionValue, getVariable, hasTotal |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
|---|
clone |
| Constructor Detail |
|---|
public JRFillCrosstabRowGroup(JRCrosstabRowGroup group,
JRFillCrosstabObjectFactory factory)
| Method Detail |
|---|
public byte getPosition()
getPositionValue().
getPosition in interface JRCrosstabRowGrouppublic CrosstabRowPositionEnum getPositionValue()
JRCrosstabRowGroupThe row group headers stretch vertically when there are multiple sub group entries. The header contents will be adjusted to the new height depending on this attribute:
CrosstabRowPositionEnum.TOP - the contents will be rendered at the top of of the headerCrosstabRowPositionEnum.MIDDLE - the contents will be rendered on the center of the headerJCrosstabRowPositionEnum.BOTTOM - the contents will be rendered at the bottom of the headerCrosstabRowPositionEnum.STRETCH - the contents will be proportionally stretched to the new header size
getPositionValue in interface JRCrosstabRowGrouppublic int getWidth()
JRCrosstabRowGroup
getWidth in interface JRCrosstabRowGroupJRCrosstabGroup.getHeader(),
JRCrosstabGroup.getTotalHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||