Class Code39Component

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

public class Code39Component extends Barcode4jComponent
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Constructor Details

    • Code39Component

      public Code39Component()
  • Method Details

    • getChecksumMode

      public String getChecksumMode()
    • setChecksumMode

      public void setChecksumMode(String checksumMode)
    • setChecksumMode

      public void setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)
    • isDisplayChecksum

      public Boolean isDisplayChecksum()
    • setDisplayChecksum

      public void setDisplayChecksum(Boolean displayChecksum)
      Enables or disables the use of the checksum in the human-readable message.
    • isDisplayStartStop

      public Boolean isDisplayStartStop()
    • setDisplayStartStop

      public void setDisplayStartStop(Boolean displayStartStop)
      Enables or disables the use of the start and stop characters in the human-readable message.
    • isExtendedCharSetEnabled

      public Boolean isExtendedCharSetEnabled()
    • setExtendedCharSetEnabled

      public void setExtendedCharSetEnabled(Boolean extendedCharSetEnabled)
      Enables or disables the extended character set.
    • getIntercharGapWidth

      public Double getIntercharGapWidth()
    • setIntercharGapWidth

      public void setIntercharGapWidth(Double intercharGapWidth)
      Sets the width between encoded characters.
    • getWideFactor

      public Double getWideFactor()
    • setWideFactor

      public void setWideFactor(Double wideFactor)
      Sets the factor by which wide bars are broader than narrow bars.
    • receive

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