![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, x, y) |
def | init (self) |
def | getX (self) |
The X coordinate of this Point . More... | |
def | getY (self) |
The Y coordinate of this Point . More... | |
def | setX (self, x) |
The Y coordinate of this Point . More... | |
def | setY (self, y) |
The Y coordinate of this Point . More... | |
def | toString (self) |
def | equals (self, obj) |
![]() | |
def | __init__ (self, javaClass) |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Static Public Member Functions | |
def | construct (arg) |
Public Attributes | |
javaClass | |
![]() | |
javaClass | |
javaClassName | |
Static Public Attributes | |
string | javaClassName = "java.awt.Point" |
def __init__ | ( | self, | |
x, | |||
y | |||
) |
|
static |
def equals | ( | self, | |
obj | |||
) |
def getX | ( | self | ) |
The X coordinate of this Point
.
If no X coordinate is set it will default to 0.
def getY | ( | self | ) |
The Y coordinate of this Point
.
If no Y coordinate is set it will default to 0.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def setX | ( | self, | |
x | |||
) |
The Y coordinate of this Point
.
If no Y coordinate is set it will default to 0.
def setY | ( | self, | |
y | |||
) |
The Y coordinate of this Point
.
If no Y coordinate is set it will default to 0.
def toString | ( | self | ) |
javaClass |
|
static |