Class PDF417Component

All Implemented Interfaces:
Serializable, Cloneable, Component, JRChangeEventsSupport, JRCloneable, JREvaluation, Designated

public class PDF417Component extends Barcode4jComponent
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Field Details

  • Constructor Details

    • PDF417Component

      public PDF417Component()
  • Method Details

    • receive

      public void receive(BarcodeVisitor visitor)
      Specified by:
      receive in class BarcodeComponent
    • getMinColumns

      public Integer getMinColumns()
    • setMinColumns

      public void setMinColumns(Integer minColumns)
    • getMaxColumns

      public Integer getMaxColumns()
    • setMaxColumns

      public void setMaxColumns(Integer maxColumns)
    • getMinRows

      public Integer getMinRows()
    • setMinRows

      public void setMinRows(Integer minRows)
    • getMaxRows

      public Integer getMaxRows()
    • setMaxRows

      public void setMaxRows(Integer maxRows)
    • getWidthToHeightRatio

      public Double getWidthToHeightRatio()
    • setWidthToHeightRatio

      public void setWidthToHeightRatio(Double widthToHeightRatio)
    • getErrorCorrectionLevel

      public Integer getErrorCorrectionLevel()
    • setErrorCorrectionLevel

      public void setErrorCorrectionLevel(Integer errorCorrectionLevel)