Class Code39Component

    • Constructor Detail

      • Code39Component

        public Code39Component()
    • Method Detail

      • 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.