java.lang.Object
org.openpdf.text.pdf.BarcodeDimensions
-
Constructor Summary
Constructors -
Method Summary
-
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)
-