net.sf.dynamicreports.design.base
Class DRDesignBand
java.lang.Object
net.sf.dynamicreports.design.base.DRDesignBand
- All Implemented Interfaces:
- DRIDesignBand
public class DRDesignBand
- extends Object
- implements DRIDesignBand
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRDesignBand
public DRDesignBand(String name)
getName
public String getName()
- Specified by:
getName
in interface DRIDesignBand
getSplitType
public SplitType getSplitType()
- Specified by:
getSplitType
in interface DRIDesignBand
setSplitType
public void setSplitType(SplitType splitType)
setList
public void setList(DRDesignList list)
getList
public DRDesignList getList()
- Specified by:
getList
in interface DRIDesignBand
addComponent
public void addComponent(DRDesignComponent component)
addComponent
public void addComponent(int index,
DRDesignComponent component)
getBandComponent
public DRDesignComponent getBandComponent()
- Specified by:
getBandComponent
in interface DRIDesignBand
setBandComponent
public void setBandComponent(DRDesignComponent component)
getHeight
public Integer getHeight()
- Specified by:
getHeight
in interface DRIDesignBand
setHeight
public void setHeight(Integer height)
getPrintWhenExpression
public DRIDesignExpression getPrintWhenExpression()
- Specified by:
getPrintWhenExpression
in interface DRIDesignBand
setPrintWhenExpression
public void setPrintWhenExpression(DRIDesignExpression printWhenExpression)
Copyright © 2010-2014. All Rights Reserved.