Class BarcodeGenerationParams


  • public class BarcodeGenerationParams
    extends java.lang.Object
    Represents various parameters for Barcode appearance generation
    • Constructor Detail

      • BarcodeGenerationParams

        public BarcodeGenerationParams()
    • Method Detail

      • getSymbology

        public java.lang.String getSymbology()
      • setSymbology

        public void setSymbology​(java.lang.String symbology)
      • getVersion

        public int getVersion()
      • setVersion

        public void setVersion​(int version)
      • getWidth

        public double getWidth()
      • setWidth

        public void setWidth​(double width)
      • getHeight

        public double getHeight()
      • setHeight

        public void setHeight​(double height)
      • getResolution

        public int getResolution()
      • setResolution

        public void setResolution​(int resolution)
      • getCaption

        public java.lang.String getCaption()
      • setCaption

        public void setCaption​(java.lang.String caption)
      • getGrowthFlags

        public int getGrowthFlags()
      • setGrowthFlags

        public void setGrowthFlags​(int growthFlags)
      • getCellSize

        public int getCellSize()
      • setCellSize

        public void setCellSize​(int cellSize)
      • getErrorCorrection

        public int getErrorCorrection()
      • setErrorCorrection

        public void setErrorCorrection​(int errorCorrection)
      • getXSymbolWidth

        public int getXSymbolWidth()
      • setXSymbolWidth

        public void setXSymbolWidth​(int symbolWidth)
      • getXSymbolHeight

        public int getXSymbolHeight()
      • setXSymbolHeight

        public void setXSymbolHeight​(int symbolHeight)
      • getNumCodeWordCol

        public int getNumCodeWordCol()
      • setNumCodeWordCol

        public void setNumCodeWordCol​(int numCodeWordCol)
      • getNumCodeWordRow

        public int getNumCodeWordRow()
      • setNumCodeWordRow

        public void setNumCodeWordRow​(int numCodeWordRow)
      • getEccLevel

        public int getEccLevel()
      • setEccLevel

        public void setEccLevel​(int eccLevel)