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

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<BarbecueBuilder,DRBarbecue>
              extended by 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

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected BarbecueBuilder(BarbecueType type, DRIExpression<String> codeExpression)
           
protected BarbecueBuilder(BarbecueType type, String code)
           
 
Method Summary
 BarbecueBuilder setApplicationIdentifierExpression(DRIExpression<String> applicationIdentifierExpression)
           
 BarbecueBuilder setApplicationIdentifierExpression(String applicationIdentifier)
           
 BarbecueBuilder setBarHeight(Integer barHeight)
           
 BarbecueBuilder setBarWidth(Integer barWidth)
           
 BarbecueBuilder setCode(DRIExpression<String> codeExpression)
           
 BarbecueBuilder setCode(String code)
           
 BarbecueBuilder setDrawText(Boolean drawText)
           
 BarbecueBuilder setChecksumRequired(Boolean checksumRequired)
           
 BarbecueBuilder setOrientation(BarcodeOrientation orientation)
           
 
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

BarbecueBuilder

protected BarbecueBuilder(BarbecueType type,
                          String code)

BarbecueBuilder

protected BarbecueBuilder(BarbecueType type,
                          DRIExpression<String> codeExpression)
Method Detail

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.