net.sf.dynamicreports.report.builder.barcode
Class BarbecueBuilder
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<BarbecueBuilder,DRBarbecue>
net.sf.dynamicreports.report.builder.barcode.BarbecueBuilder
- All Implemented Interfaces:
- Serializable
public class BarbecueBuilder
- extends DimensionComponentBuilder<BarbecueBuilder,DRBarbecue>
- 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 |
BarbecueBuilder
protected BarbecueBuilder(BarbecueType type,
String code)
BarbecueBuilder
protected BarbecueBuilder(BarbecueType type,
DRIExpression<String> codeExpression)
setCode
public BarbecueBuilder setCode(String code)
setCode
public BarbecueBuilder setCode(DRIExpression<String> codeExpression)
setApplicationIdentifierExpression
public BarbecueBuilder setApplicationIdentifierExpression(String applicationIdentifier)
setApplicationIdentifierExpression
public BarbecueBuilder setApplicationIdentifierExpression(DRIExpression<String> applicationIdentifierExpression)
setDrawText
public BarbecueBuilder setDrawText(Boolean drawText)
setChecksumRequired
public BarbecueBuilder setChecksumRequired(Boolean checksumRequired)
setBarWidth
public BarbecueBuilder setBarWidth(Integer barWidth)
setBarHeight
public BarbecueBuilder setBarHeight(Integer barHeight)
setOrientation
public BarbecueBuilder setOrientation(BarcodeOrientation orientation)
Copyright © 2010-2014. All Rights Reserved.