net.sf.dynamicreports.report.builder.barcode
Class Pdf417BarcodeBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
          extended by net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
              extended by net.sf.dynamicreports.report.builder.barcode.AbstractBarcodeBuilder<Pdf417BarcodeBuilder,DRPdf417Barcode>
                  extended by net.sf.dynamicreports.report.builder.barcode.Pdf417BarcodeBuilder
All Implemented Interfaces:
Serializable

public class Pdf417BarcodeBuilder
extends AbstractBarcodeBuilder<Pdf417BarcodeBuilder,DRPdf417Barcode>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected Pdf417BarcodeBuilder(DRIExpression<String> codeExpression)
           
protected Pdf417BarcodeBuilder(String code)
           
 
Method Summary
 Pdf417BarcodeBuilder setErrorCorrectionLevel(Integer errorCorrectionLevel)
           
 Pdf417BarcodeBuilder setMaxColumns(Integer maxColumns)
           
 Pdf417BarcodeBuilder setMaxRows(Integer maxRows)
           
 Pdf417BarcodeBuilder setMinColumns(Integer minColumns)
           
 Pdf417BarcodeBuilder setMinRows(Integer minRows)
           
 Pdf417BarcodeBuilder setWidthToHeightRatio(Double widthToHeightRatio)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.barcode.AbstractBarcodeBuilder
setCode, setCode, setModuleWidth, setOrientation, setPattern, setPattern, setQuietZone, setTextPosition, setVerticalQuietZone
 
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 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

Pdf417BarcodeBuilder

protected Pdf417BarcodeBuilder(String code)

Pdf417BarcodeBuilder

protected Pdf417BarcodeBuilder(DRIExpression<String> codeExpression)
Method Detail

setMinColumns

public Pdf417BarcodeBuilder setMinColumns(Integer minColumns)

setMaxColumns

public Pdf417BarcodeBuilder setMaxColumns(Integer maxColumns)

setMinRows

public Pdf417BarcodeBuilder setMinRows(Integer minRows)

setMaxRows

public Pdf417BarcodeBuilder setMaxRows(Integer maxRows)

setWidthToHeightRatio

public Pdf417BarcodeBuilder setWidthToHeightRatio(Double widthToHeightRatio)

setErrorCorrectionLevel

public Pdf417BarcodeBuilder setErrorCorrectionLevel(Integer errorCorrectionLevel)


Copyright © 2010-2014. All Rights Reserved.