![]() |
Aspose.BarCode for Python via Java
24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, int x, int y) |
bool | __eq__ (self, Optional[Point] other) |
Determines whether this instance and a specified object, which must also be a Unit object, have the same value. More... | |
int | __hash__ (self) |
Returns the hash code for the current instance. More... | |
str | __str__ (self) |
int | getX (self) |
The X coordinate of this Point . More... | |
int | getY (self) |
The Y coordinate of this Point . More... | |
None | init (self) |
None | setX (self, int x) |
The Y coordinate of this Point . More... | |
None | setY (self, int y) |
The Y coordinate of this Point . More... | |
![]() | |
None | __init__ (self, javaClass) |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
Point | construct (arg) |
Public Attributes | |
javaClass | |
![]() | |
javaClass | |
javaClassName | |
Static Public Attributes | |
string | javaClassName = "java.awt.Point" |
None __init__ | ( | self, | |
int | x, | ||
int | y | ||
) |
bool __eq__ | ( | self, | |
Optional[Point] | other | ||
) |
Determines whether this instance and a specified object, which must also be a Unit object, have the same value.
other | The Unit to compare to this instance. |
int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
str __str__ | ( | self | ) |
|
static |
int getX | ( | self | ) |
The X coordinate of this Point
.
If no X coordinate is set it will default to 0.
int getY | ( | self | ) |
The Y coordinate of this Point
.
If no Y coordinate is set it will default to 0.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setX | ( | self, | |
int | x | ||
) |
The Y coordinate of this Point
.
If no Y coordinate is set it will default to 0.
None setY | ( | self, | |
int | y | ||
) |
The Y coordinate of this Point
.
If no Y coordinate is set it will default to 0.
javaClass |
|
static |