com.lowagie.text.pdf

Class BarcodePDF417.Segment

Enclosing Class:
BarcodePDF417

protected static class BarcodePDF417.Segment
extends java.lang.Object

Field Summary

int
end
int
start
char
type

Constructor Summary

Segment(char type, int start, int end)

Field Details

end

public int end

start

public int start

type

public char type

Constructor Details

Segment

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