Inherits asposebarcode.Assist.BaseJavaClass.
|
def | __init__ (self, leftTop, rightTop, rightBottom, leftBottom) |
|
def | init (self) |
|
def | getLeftTop (self) |
|
def | setLeftTop (self, value) |
|
def | getRightTop (self) |
|
def | setRightTop (self, value) |
|
def | getRightBottom (self) |
|
def | setRightBottom (self, value) |
|
def | getLeftBottom (self) |
|
def | setLeftBottom (self, value) |
|
def | isEmpty (self) |
|
def | contains (self, pt) |
|
def | containsPoint (self, x, y) |
|
def | containsQuadrangle (self, quad) |
|
def | containsRectangle (self, rect) |
|
def | equals (self, other) |
|
def | hashCode (self) |
|
def | toString (self) |
|
def | getBoundingRectangle (self) |
|
def | __init__ (self, javaClass) |
|
def | getJavaClass (self) |
|
def | setJavaClass (self, javaClass) |
|
def | getJavaClassName (self) |
|
def | isNull (self) |
|
def | printJavaClassName (self) |
|
◆ __init__()
def asposebarcode.Recognition.Quadrangle.__init__ |
( |
|
self, |
|
|
|
leftTop, |
|
|
|
rightTop, |
|
|
|
rightBottom, |
|
|
|
leftBottom |
|
) |
| |
◆ construct()
def asposebarcode.Recognition.Quadrangle.construct |
( |
* |
args | ) |
|
|
static |
◆ contains()
def asposebarcode.Recognition.Quadrangle.contains |
( |
|
self, |
|
|
|
pt |
|
) |
| |
◆ containsPoint()
def asposebarcode.Recognition.Quadrangle.containsPoint |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ containsQuadrangle()
def asposebarcode.Recognition.Quadrangle.containsQuadrangle |
( |
|
self, |
|
|
|
quad |
|
) |
| |
◆ containsRectangle()
def asposebarcode.Recognition.Quadrangle.containsRectangle |
( |
|
self, |
|
|
|
rect |
|
) |
| |
◆ EMPTY()
def asposebarcode.Recognition.Quadrangle.EMPTY |
( |
| ) |
|
|
static |
◆ equals()
def asposebarcode.Recognition.Quadrangle.equals |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ getBoundingRectangle()
def asposebarcode.Recognition.Quadrangle.getBoundingRectangle |
( |
|
self | ) |
|
◆ getLeftBottom()
def asposebarcode.Recognition.Quadrangle.getLeftBottom |
( |
|
self | ) |
|
◆ getLeftTop()
def asposebarcode.Recognition.Quadrangle.getLeftTop |
( |
|
self | ) |
|
◆ getRightBottom()
def asposebarcode.Recognition.Quadrangle.getRightBottom |
( |
|
self | ) |
|
◆ getRightTop()
def asposebarcode.Recognition.Quadrangle.getRightTop |
( |
|
self | ) |
|
◆ hashCode()
def asposebarcode.Recognition.Quadrangle.hashCode |
( |
|
self | ) |
|
◆ init()
def asposebarcode.Recognition.Quadrangle.init |
( |
|
self | ) |
|
◆ isEmpty()
def asposebarcode.Recognition.Quadrangle.isEmpty |
( |
|
self | ) |
|
◆ isEqual()
def asposebarcode.Recognition.Quadrangle.isEqual |
( |
|
first, |
|
|
|
second |
|
) |
| |
|
static |
◆ op_Equality()
def asposebarcode.Recognition.Quadrangle.op_Equality |
( |
|
first, |
|
|
|
second |
|
) |
| |
|
static |
◆ op_Inequality()
def asposebarcode.Recognition.Quadrangle.op_Inequality |
( |
|
first, |
|
|
|
second |
|
) |
| |
|
static |
◆ setLeftBottom()
def asposebarcode.Recognition.Quadrangle.setLeftBottom |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setLeftTop()
def asposebarcode.Recognition.Quadrangle.setLeftTop |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setRightBottom()
def asposebarcode.Recognition.Quadrangle.setRightBottom |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setRightTop()
def asposebarcode.Recognition.Quadrangle.setRightTop |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ toString()
def asposebarcode.Recognition.Quadrangle.toString |
( |
|
self | ) |
|
◆ javaClassName
string asposebarcode.Recognition.Quadrangle.javaClassName = "com.aspose.mw.barcode.recognition.MwQuadrangle" |
|
static |
◆ leftBottom
asposebarcode.Recognition.Quadrangle.leftBottom = None |
|
static |
◆ leftTop
asposebarcode.Recognition.Quadrangle.leftTop = None |
|
static |
◆ rightBottom
asposebarcode.Recognition.Quadrangle.rightBottom = None |
|
static |
◆ rightTop
asposebarcode.Recognition.Quadrangle.rightTop = None |
|
static |