net.sf.dynamicreports.report.base.barcode
Class DRBarbecue
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.barcode.DRBarbecue
- All Implemented Interfaces:
- Serializable, DRIBarbecue, DRIComponent, DRIDimensionComponent
public class DRBarbecue
- extends DRDimensionComponent
- implements DRIBarbecue
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent |
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent |
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRBarbecue
public DRBarbecue()
getType
public BarbecueType getType()
- Specified by:
getType
in interface DRIBarbecue
setType
public void setType(BarbecueType type)
getCodeExpression
public DRIExpression<String> getCodeExpression()
- Specified by:
getCodeExpression
in interface DRIBarbecue
setCodeExpression
public void setCodeExpression(DRIExpression<String> codeExpression)
getApplicationIdentifierExpression
public DRIExpression<String> getApplicationIdentifierExpression()
- Specified by:
getApplicationIdentifierExpression
in interface DRIBarbecue
setApplicationIdentifierExpression
public void setApplicationIdentifierExpression(DRIExpression<String> applicationIdentifierExpression)
getDrawText
public Boolean getDrawText()
- Specified by:
getDrawText
in interface DRIBarbecue
setDrawText
public void setDrawText(Boolean drawText)
getChecksumRequired
public Boolean getChecksumRequired()
- Specified by:
getChecksumRequired
in interface DRIBarbecue
setChecksumRequired
public void setChecksumRequired(Boolean checksumRequired)
getBarWidth
public Integer getBarWidth()
- Specified by:
getBarWidth
in interface DRIBarbecue
setBarWidth
public void setBarWidth(Integer barWidth)
getBarHeight
public Integer getBarHeight()
- Specified by:
getBarHeight
in interface DRIBarbecue
setBarHeight
public void setBarHeight(Integer barHeight)
getOrientation
public BarcodeOrientation getOrientation()
- Specified by:
getOrientation
in interface DRIBarbecue
setOrientation
public void setOrientation(BarcodeOrientation orientation)
Copyright © 2010-2014. All Rights Reserved.