Class DRPdf417Barcode

All Implemented Interfaces:
Serializable, DRIBarcode, DRIBarcode4j, DRIPdf417Barcode, DRIComponent, DRIDimensionComponent

public class DRPdf417Barcode extends DRBarcode4j implements DRIPdf417Barcode

DRPdf417Barcode class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRPdf417Barcode

      public DRPdf417Barcode()
  • Method Details

    • getMinColumns

      public Integer getMinColumns()

      getMinColumns.

      Specified by:
      getMinColumns in interface DRIPdf417Barcode
      Returns:
      a Integer object.
    • setMinColumns

      public void setMinColumns(Integer minColumns)

      Setter for the field minColumns.

      Parameters:
      minColumns - a Integer object.
    • getMaxColumns

      public Integer getMaxColumns()

      getMaxColumns.

      Specified by:
      getMaxColumns in interface DRIPdf417Barcode
      Returns:
      a Integer object.
    • setMaxColumns

      public void setMaxColumns(Integer maxColumns)

      Setter for the field maxColumns.

      Parameters:
      maxColumns - a Integer object.
    • getMinRows

      public Integer getMinRows()

      getMinRows.

      Specified by:
      getMinRows in interface DRIPdf417Barcode
      Returns:
      a Integer object.
    • setMinRows

      public void setMinRows(Integer minRows)

      Setter for the field minRows.

      Parameters:
      minRows - a Integer object.
    • getMaxRows

      public Integer getMaxRows()

      getMaxRows.

      Specified by:
      getMaxRows in interface DRIPdf417Barcode
      Returns:
      a Integer object.
    • setMaxRows

      public void setMaxRows(Integer maxRows)

      Setter for the field maxRows.

      Parameters:
      maxRows - a Integer object.
    • getWidthToHeightRatio

      public Double getWidthToHeightRatio()

      getWidthToHeightRatio.

      Specified by:
      getWidthToHeightRatio in interface DRIPdf417Barcode
      Returns:
      a Double object.
    • setWidthToHeightRatio

      public void setWidthToHeightRatio(Double widthToHeightRatio)

      Setter for the field widthToHeightRatio.

      Parameters:
      widthToHeightRatio - a Double object.
    • getErrorCorrectionLevel

      public Integer getErrorCorrectionLevel()

      getErrorCorrectionLevel.

      Specified by:
      getErrorCorrectionLevel in interface DRIPdf417Barcode
      Returns:
      a Integer object.
    • setErrorCorrectionLevel

      public void setErrorCorrectionLevel(Integer errorCorrectionLevel)

      Setter for the field errorCorrectionLevel.

      Parameters:
      errorCorrectionLevel - a Integer object.