CodablockParameters Class Reference
Inherits BaseJavaClass.
Public Member Functions | |
| getColumns () | |
| setColumns (int $value) | |
| getRows () | |
| setRows (int $value) | |
| getAspectRatio () | |
| setAspectRatio (float $value) | |
| toString () | |
Public Member Functions inherited from BaseJavaClass | |
| __construct ($javaClass) | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Protected Member Functions | |
| init () | |
Protected Member Functions inherited from BaseJavaClass | |
| setJavaClass ($javaClass) | |
Detailed Description
Codablock parameters.
Member Function Documentation
◆ getAspectRatio()
| CodablockParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
◆ getColumns()
| CodablockParameters::getColumns | ( | ) |
Columns count.
◆ getRows()
| CodablockParameters::getRows | ( | ) |
Rows count.
◆ init()
|
protected |
Reimplemented from BaseJavaClass.
◆ setAspectRatio()
| CodablockParameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
◆ setColumns()
| CodablockParameters::setColumns | ( | int | $value | ) |
Columns count.
◆ setRows()
| CodablockParameters::setRows | ( | int | $value | ) |
Rows count.
◆ toString()
Returns a human-readable string representation of this CodablockParameters.
- Returns
- string that represents this CodablockParameters.


Public Member Functions inherited from