Package org.openpdf.text.pdf
Class BarcodeDimensions
java.lang.Object
org.openpdf.text.pdf.BarcodeDimensions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
height
private int height -
width
private int width -
border
private int border
-
-
Constructor Details
-
BarcodeDimensions
public BarcodeDimensions(int width, int height, int border) -
BarcodeDimensions
public BarcodeDimensions()
-
-
Method Details
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getBorder
public int getBorder() -
setBorder
public void setBorder(int border)
-