Class BarcodePDF417.Segment

  • Enclosing class:
    BarcodePDF417

    protected static class BarcodePDF417.Segment
    extends java.lang.Object
    A container that encapsulates all data needed for a segment.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      int start  
      char type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment​(char type, int start, int end)
      Creates a new BarcodePDF417.Segment instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public char type
      • start

        public int start
      • end

        public int end
    • Constructor Detail

      • Segment

        public Segment​(char type,
                       int start,
                       int end)
        Creates a new BarcodePDF417.Segment instance.
        Parameters:
        type - the type of segment
        start - the start of the segment
        end - the end of the segment