Class BarcodeDimensions

java.lang.Object
com.lowagie.text.pdf.BarcodeDimensions

@Deprecated public class BarcodeDimensions extends Object
Deprecated.
  • 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.