net.sf.dynamicreports.design.transformation
Class BandTransform
java.lang.Object
net.sf.dynamicreports.design.transformation.BandTransform
public class BandTransform
- extends Object
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
Method Summary |
protected DRDesignBand |
band(String bandName,
DRIBand band,
SplitType splitType,
DRIReportStyle defaultStyle,
DRIComponent defaultBackgroundComponent)
|
protected DRDesignBand |
band(String bandName,
DRIBand band,
SplitType splitType,
DRIReportStyle defaultStyle,
DRIComponent defaultBackgroundComponent,
ResetType resetType,
DRDesignGroup resetGroup)
|
DRDesignBand |
getBackgroundBand()
|
DRDesignBand |
getColumnFooterBand()
|
DRDesignBand |
getColumnHeaderBand()
|
DRDesignBand |
getColumnHeaderForGroupBand()
|
DRDesignBand |
getDetailBand()
|
List<DRDesignBand> |
getDetailBands()
|
DRDesignBand |
getLastPageFooterBand()
|
DRDesignBand |
getNoDataBand()
|
DRDesignBand |
getPageFooterBand()
|
DRDesignBand |
getPageHeaderBand()
|
DRDesignBand |
getSummaryBand()
|
DRDesignBand |
getTitleBand()
|
void |
prepareBands()
|
void |
transform()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BandTransform
public BandTransform(DesignTransformAccessor accessor)
transform
public void transform()
throws DRException
- Throws:
DRException
prepareBands
public void prepareBands()
throws DRException
- Throws:
DRException
band
protected DRDesignBand band(String bandName,
DRIBand band,
SplitType splitType,
DRIReportStyle defaultStyle,
DRIComponent defaultBackgroundComponent,
ResetType resetType,
DRDesignGroup resetGroup)
throws DRException
- Throws:
DRException
band
protected DRDesignBand band(String bandName,
DRIBand band,
SplitType splitType,
DRIReportStyle defaultStyle,
DRIComponent defaultBackgroundComponent)
throws DRException
- Throws:
DRException
getTitleBand
public DRDesignBand getTitleBand()
getPageHeaderBand
public DRDesignBand getPageHeaderBand()
getPageFooterBand
public DRDesignBand getPageFooterBand()
getColumnHeaderBand
public DRDesignBand getColumnHeaderBand()
getColumnHeaderForGroupBand
public DRDesignBand getColumnHeaderForGroupBand()
getColumnFooterBand
public DRDesignBand getColumnFooterBand()
getDetailBands
public List<DRDesignBand> getDetailBands()
getDetailBand
public DRDesignBand getDetailBand()
getLastPageFooterBand
public DRDesignBand getLastPageFooterBand()
getSummaryBand
public DRDesignBand getSummaryBand()
getNoDataBand
public DRDesignBand getNoDataBand()
getBackgroundBand
public DRDesignBand getBackgroundBand()
Copyright © 2010-2014. All Rights Reserved.