java.lang.Object
com.lowagie.text.pdf.BarcodeDimensions
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.BarcodeDimensions(int width, int height, int border) Deprecated. -
Method Summary
-
Constructor Details
-
BarcodeDimensions
public BarcodeDimensions(int width, int height, int border) Deprecated. -
BarcodeDimensions
public BarcodeDimensions()Deprecated.
-
-
Method Details
-
getHeight
public int getHeight()Deprecated. -
setHeight
public void setHeight(int height) Deprecated. -
getWidth
public int getWidth()Deprecated. -
setWidth
public void setWidth(int width) Deprecated. -
getBorder
public int getBorder()Deprecated. -
setBorder
public void setBorder(int border) Deprecated.
-