net.sf.dynamicreports.design.base.barcode
Class DRDesignPostnetBarcode

java.lang.Object
  extended by net.sf.dynamicreports.design.base.component.DRDesignComponent
      extended by net.sf.dynamicreports.design.base.barcode.DRDesignBarcode
          extended by net.sf.dynamicreports.design.base.barcode.DRDesignChecksumBarcode
              extended by net.sf.dynamicreports.design.base.barcode.DRDesignPostnetBarcode
All Implemented Interfaces:
DRIDesignBarcode, DRIDesignChecksumBarcode, DRIDesignPostnetBarcode, DRIDesignComponent

public class DRDesignPostnetBarcode
extends DRDesignChecksumBarcode
implements DRIDesignPostnetBarcode

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignPostnetBarcode()
           
 
Method Summary
 BarcodeBaselinePosition getBaselinePosition()
           
 Boolean getDisplayChecksum()
           
 Double getIntercharGapWidth()
           
 Double getShortBarHeight()
           
 void setBaselinePosition(BarcodeBaselinePosition baselinePosition)
           
 void setDisplayChecksum(Boolean displayChecksum)
           
 void setIntercharGapWidth(Double intercharGapWidth)
           
 void setShortBarHeight(Double shortBarHeight)
           
 
Methods inherited from class net.sf.dynamicreports.design.base.barcode.DRDesignChecksumBarcode
getChecksumMode, setChecksumMode
 
Methods inherited from class net.sf.dynamicreports.design.base.barcode.DRDesignBarcode
getCodeExpression, getEvaluationGroup, getEvaluationTime, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setCodeExpression, setEvaluationGroup, setEvaluationTime, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
 
Methods inherited from class net.sf.dynamicreports.design.base.component.DRDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, init, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setHeight, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenExpression, setPrintWhenGroupChanges, setPropertyExpressions, setRemoveLineWhenBlank, setStretchType, setStyle, setTableOfContentsHeading, setUniqueName, setWidth, setX, setY
 
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.design.definition.barcode.DRIDesignChecksumBarcode
getChecksumMode
 
Methods inherited from interface net.sf.dynamicreports.design.definition.barcode.DRIDesignBarcode
getCodeExpression, getEvaluationGroup, getEvaluationTime, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone
 
Methods inherited from interface net.sf.dynamicreports.design.definition.component.DRIDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank
 

Constructor Detail

DRDesignPostnetBarcode

public DRDesignPostnetBarcode()
Method Detail

getDisplayChecksum

public Boolean getDisplayChecksum()
Specified by:
getDisplayChecksum in interface DRIDesignPostnetBarcode

setDisplayChecksum

public void setDisplayChecksum(Boolean displayChecksum)

getShortBarHeight

public Double getShortBarHeight()
Specified by:
getShortBarHeight in interface DRIDesignPostnetBarcode

setShortBarHeight

public void setShortBarHeight(Double shortBarHeight)

getBaselinePosition

public BarcodeBaselinePosition getBaselinePosition()
Specified by:
getBaselinePosition in interface DRIDesignPostnetBarcode

setBaselinePosition

public void setBaselinePosition(BarcodeBaselinePosition baselinePosition)

getIntercharGapWidth

public Double getIntercharGapWidth()
Specified by:
getIntercharGapWidth in interface DRIDesignPostnetBarcode

setIntercharGapWidth

public void setIntercharGapWidth(Double intercharGapWidth)


Copyright © 2010-2014. All Rights Reserved.