|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.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>
public abstract class DimensionComponentBuilder<T extends DimensionComponentBuilder<T,U>,U extends DRDimensionComponent>
Field Summary |
---|
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder |
---|
builded |
Constructor Summary | |
---|---|
DimensionComponentBuilder(U component)
|
Method Summary | |
---|---|
T |
setDimension(Integer width,
Integer height)
Sets the component preferred dimension. |
T |
setFixedDimension(Integer width,
Integer height)
Sets the component fixed dimension. |
T |
setFixedHeight(Integer height)
Sets the component fixed height. |
T |
setFixedWidth(Integer width)
Sets the component fixed width. |
T |
setHeight(Integer height)
Sets the component preferred height. |
T |
setMinDimension(Integer width,
Integer height)
Sets the component minimum dimension. |
T |
setMinHeight(Integer height)
Sets the component minimum height. |
T |
setMinWidth(Integer width)
Sets the component minimum width. |
T |
setPositionType(ComponentPositionType positionType)
|
T |
setPrintInFirstWholeBand(Boolean printInFirstWholeBand)
|
T |
setPrintWhenDetailOverflows(Boolean printWhenDetailOverflows)
|
T |
setPrintWhenGroupChanges(GroupBuilder<?> group)
|
T |
setStretchType(StretchType stretchType)
|
T |
setWidth(Integer width)
Sets the component preferred width. |
Methods inherited from class net.sf.dynamicreports.report.builder.component.ComponentBuilder |
---|
addProperty, addProperty, addProperty, getComponent, removeLineWhenBlank, setPrintWhenExpression, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading, setTableOfContentsHeading |
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder |
---|
build, configure, getObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DimensionComponentBuilder(U component)
Method Detail |
---|
public T setDimension(Integer width, Integer height)
width
- the component preferred width >= 0height
- the component preferred height >= 0
IllegalArgumentException
- if width
is < 0
IllegalArgumentException
- if height
is < 0Units
public T setFixedDimension(Integer width, Integer height)
width
- the component fixed width >= 0height
- the component fixed height >= 0
IllegalArgumentException
- if width
is < 0
IllegalArgumentException
- if height
is < 0Units
public T setMinDimension(Integer width, Integer height)
width
- the component minimum width >= 0height
- the component minimum height >= 0
IllegalArgumentException
- if width
is < 0
IllegalArgumentException
- if height
is < 0Units
public T setWidth(Integer width)
width
- the component preferred width >= 0
IllegalArgumentException
- if width
is < 0Units
public T setFixedWidth(Integer width)
width
- the component fixed width >= 0
IllegalArgumentException
- if width
is < 0Units
public T setMinWidth(Integer width)
width
- the component minimum width >= 0
IllegalArgumentException
- if width
is < 0Units
public T setHeight(Integer height)
height
- the component preferred height >= 0
IllegalArgumentException
- if height
is < 0Units
public T setFixedHeight(Integer height)
height
- the component fixed height >= 0
IllegalArgumentException
- if height
is < 0Units
public T setMinHeight(Integer height)
height
- the component minimum height >= 0
IllegalArgumentException
- if height
is < 0Units
public T setPositionType(ComponentPositionType positionType)
public T setStretchType(StretchType stretchType)
public T setPrintInFirstWholeBand(Boolean printInFirstWholeBand)
public T setPrintWhenDetailOverflows(Boolean printWhenDetailOverflows)
public T setPrintWhenGroupChanges(GroupBuilder<?> group)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |