net.sf.dynamicreports.report.builder.component
Class PageXofYBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.AbstractFormatFieldBuilder<PageXofYBuilder,DRPageXofY>
net.sf.dynamicreports.report.builder.component.PageXofYBuilder
- All Implemented Interfaces:
- Serializable
public class PageXofYBuilder
- extends AbstractFormatFieldBuilder<PageXofYBuilder,DRPageXofY>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder |
setDimension, setFixedDimension, setFixedHeight, setFixedWidth, setHeight, setMinDimension, setMinHeight, setMinWidth, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageXofYBuilder
protected PageXofYBuilder()
setPageXWidth
public PageXofYBuilder setPageXWidth(Integer width)
- Sets the pageX component preferred width.
- Parameters:
width
- the pageX component preferred width >= 0
- Throws:
IllegalArgumentException
- if width
is < 0- See Also:
Units
setPageXFixedWidth
public PageXofYBuilder setPageXFixedWidth(Integer width)
- Sets the pageX component fixed width.
- Parameters:
width
- the pageX component fixed width >= 0
- Throws:
IllegalArgumentException
- if width
is < 0- See Also:
Units
setPageXMinWidth
public PageXofYBuilder setPageXMinWidth(Integer width)
- Sets the pageX component minimum width.
- Parameters:
width
- the pageX component minimum width >= 0
- Throws:
IllegalArgumentException
- if width
is < 0- See Also:
Units
setPageYWidth
public PageXofYBuilder setPageYWidth(Integer width)
- Sets the pageY component preferred width.
- Parameters:
width
- the pageY component preferred width >= 0
- Throws:
IllegalArgumentException
- if width
is < 0- See Also:
Units
setPageYFixedWidth
public PageXofYBuilder setPageYFixedWidth(Integer width)
- Sets the pageY component fixed width.
- Parameters:
width
- the pageY component fixed width >= 0
- Throws:
IllegalArgumentException
- if width
is < 0- See Also:
Units
setPageYMinWidth
public PageXofYBuilder setPageYMinWidth(Integer width)
- Sets the pageY component minimum width.
- Parameters:
width
- the pageY component minimum width >= 0
- Throws:
IllegalArgumentException
- if width
is < 0- See Also:
Units
configure
protected void configure()
- Overrides:
configure
in class AbstractBuilder<PageXofYBuilder,DRPageXofY>
Copyright © 2010-2014. All Rights Reserved.