com.aspose.barcode.generation

Class CodablockParameters

  • java.lang.Object
    • com.aspose.barcode.generation.CodablockParameters


  • public class CodablockParameters
    extends java.lang.Object

    Codablock parameters.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getAspectRatio()
      Height/Width ratio of 2D BarCode module.
      int getColumns()
      Columns count.
      int getRows()
      Rows count.
      void setAspectRatio(float value)
      Height/Width ratio of 2D BarCode module.
      void setColumns(int value)
      Columns count.
      void setRows(int value)
      Rows count.
      java.lang.String toString()
      Returns a human-readable string representation of this CodablockParameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getColumns

        public int getColumns()

        Columns count.

      • setColumns

        public void setColumns(int value)

        Columns count.

      • getRows

        public int getRows()

        Rows count.

      • setRows

        public void setRows(int value)

        Rows count.

      • getAspectRatio

        public float getAspectRatio()

        Height/Width ratio of 2D BarCode module.

      • setAspectRatio

        public void setAspectRatio(float value)

        Height/Width ratio of 2D BarCode module.

      • toString

        public java.lang.String toString()

        Returns a human-readable string representation of this CodablockParameters.

        Overrides:
        toString in class java.lang.Object
        Returns:
        A string that represents this CodablockParameters.