Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getQuadrangle () | |
getAngle () | |
getPoints () | |
getRectangle () | |
equals (BarCodeRegionParameters $obj) | |
hashCode () | |
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) | |
Static Private Member Functions | |
static | convertJavaPoints ($javaPoints) |
Private Attributes | |
$quad | |
$rect | |
$points | |
Represents the recognized barcode's region and barcode angle
This sample shows how to get barcode Angle and bounding quadrangle values
|
staticprivate |
BarCodeRegionParameters::equals | ( | BarCodeRegionParameters | $obj | ) |
Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value.
BarCodeRegionParameters | $obj | An System.Object value to compare to this instance. |
BarCodeRegionParameters::getAngle | ( | ) |
BarcodeException |
BarCodeRegionParameters::getPoints | ( | ) |
BarCodeRegionParameters::getQuadrangle | ( | ) |
BarCodeRegionParameters::getRectangle | ( | ) |
BarCodeRegionParameters::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
BarCodeRegionParameters::toString | ( | ) |
Returns a human-readable string representation of this BarCodeRegionParameters.
|
private |
|
private |
|
private |