com.lowagie.text.pdf

Class BarcodePDF417.Segment

protected static class BarcodePDF417.Segment extends Object

Field Summary
intend
intstart
chartype
Constructor Summary
Segment(char type, int start, int end)

Field Detail

end

public int end

start

public int start

type

public char type

Constructor Detail

Segment

public Segment(char type, int start, int end)