net.sf.dynamicreports.report.base.barcode
Class DRBarcode

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRDimensionComponent
          extended by 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

Constructor Summary
DRBarcode()
           
 
Method Summary
 DRIExpression<String> getCodeExpression()
           
 Double getModuleWidth()
           
 BarcodeOrientation getOrientation()
           
 DRIExpression<String> getPatternExpression()
           
 Double getQuietZone()
           
 BarcodeTextPosition getTextPosition()
           
 Double getVerticalQuietZone()
           
 void setCodeExpression(DRIExpression<String> codeExpression)
           
 void setModuleWidth(Double moduleWidth)
           
 void setOrientation(BarcodeOrientation orientation)
           
 void setPatternExpression(DRIExpression<String> patternExpression)
           
 void setQuietZone(Double quietZone)
           
 void setTextPosition(BarcodeTextPosition textPosition)
           
 void setVerticalQuietZone(Double verticalQuietZone)
           
 
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
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Constructor Detail

DRBarcode

public DRBarcode()
Method Detail

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.