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)
 
- Public Member Functions inherited from BaseJavaClass
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
 
- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Static Public Attributes

string javaClassName = "java.awt.Point"
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  x,
  y 
)

Member Function Documentation

◆ construct()

def construct (   arg)
static

◆ equals()

def equals (   self,
  obj 
)

◆ getX()

def getX (   self)

The X coordinate of this Point.

If no X coordinate is set it will default to 0.

◆ getY()

def getY (   self)

The Y coordinate of this Point.

If no Y coordinate is set it will default to 0.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setX()

def setX (   self,
  x 
)

The Y coordinate of this Point.

If no Y coordinate is set it will default to 0.

◆ setY()

def setY (   self,
  y 
)

The Y coordinate of this Point.

If no Y coordinate is set it will default to 0.

◆ toString()

def toString (   self)

Member Data Documentation

◆ javaClass

javaClass

◆ javaClassName

string javaClassName = "java.awt.Point"
static