net.sf.dynamicreports.report.base.barcode
Class DRBarcode
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.barcode.DRBarcode
- All Implemented Interfaces:
- Serializable, DRIBarcode, DRIComponent, DRIDimensionComponent
- Direct Known Subclasses:
- DRCodabarBarcode, DRCode128Barcode, DRDataMatrixBarcode, DRChecksumBarcode, DRPdf417Barcode
public abstract class DRBarcode
- extends DRDimensionComponent
- implements DRIBarcode
- 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 |
DRBarcode
public DRBarcode()
getCodeExpression
public DRIExpression<String> getCodeExpression()
- Specified by:
getCodeExpression
in interface DRIBarcode
setCodeExpression
public void setCodeExpression(DRIExpression<String> codeExpression)
getPatternExpression
public DRIExpression<String> getPatternExpression()
- Specified by:
getPatternExpression
in interface DRIBarcode
setPatternExpression
public void setPatternExpression(DRIExpression<String> patternExpression)
getModuleWidth
public Double getModuleWidth()
- Specified by:
getModuleWidth
in interface DRIBarcode
setModuleWidth
public void setModuleWidth(Double moduleWidth)
getOrientation
public BarcodeOrientation getOrientation()
- Specified by:
getOrientation
in interface DRIBarcode
setOrientation
public void setOrientation(BarcodeOrientation orientation)
getTextPosition
public BarcodeTextPosition getTextPosition()
- Specified by:
getTextPosition
in interface DRIBarcode
setTextPosition
public void setTextPosition(BarcodeTextPosition textPosition)
getQuietZone
public Double getQuietZone()
- Specified by:
getQuietZone
in interface DRIBarcode
setQuietZone
public void setQuietZone(Double quietZone)
getVerticalQuietZone
public Double getVerticalQuietZone()
- Specified by:
getVerticalQuietZone
in interface DRIBarcode
setVerticalQuietZone
public void setVerticalQuietZone(Double verticalQuietZone)
Copyright © 2010-2014. All Rights Reserved.