|
| | __init__ (self, *args) |
| | getUpperY (self) |
| | getLowerY (self) |
| | getLeftX (self) |
| | getRightX (self) |
| | getArea (self) |
| | getCMX (self) |
| | getCMY (self) |
| | getCM (self) |
| | getUpperLeft (self) |
| | getUpperRight (self) |
| | getLowerLeft (self) |
| | getLowerRight (self) |
| | getLineWidth (self) |
| | getSize (self) |
| | getWidth (self) |
| | getHeight (self) |
| | __sub__ (self, *args) |
| | __add__ (self, *args) |
| | move (self, dx, dy) |
| | moveTo (self, x, y) |
| | set (self, x, y, w, h, linewidth=0) |
| | setUpperLeft (self, point) |
| | setSize (self, boxsize) |
| | setLineWidth (self, width) |
| | grow (self, dw, dh) |
| | isPointWithin (self, *args) |
| | getCentreMass (self) |
| | hasZeroSize (self) |
| | equals (self, *args) |
| | getBoundingBox (self, otherbox) |
| | growToBoundingBox (self, otherbox) |
| | growToIncludePoint (self, point, padX=0, padY=0) |
| | getOverlapBox (self, otherbox) |
| | percentOverlap (self, otherbox) |
| | getDoubleSizeSameCenter (self) |
| | constrainTo (self, *args) |
| | getConstrainedCopy (self, *args) |
| | __init__ (self, *args) |
| | getUpperY (self) |
| | getLowerY (self) |
| | getLeftX (self) |
| | getRightX (self) |
| | getArea (self) |
| | getCMX (self) |
| | getCMY (self) |
| | getCM (self) |
| | getUpperLeft (self) |
| | getUpperRight (self) |
| | getLowerLeft (self) |
| | getLowerRight (self) |
| | getLineWidth (self) |
| | getSize (self) |
| | getWidth (self) |
| | getHeight (self) |
| | __sub__ (self, *args) |
| | __add__ (self, *args) |
| | move (self, dx, dy) |
| | moveTo (self, x, y) |
| | set (self, x, y, w, h, linewidth=0) |
| | setUpperLeft (self, point) |
| | setSize (self, boxsize) |
| | setLineWidth (self, width) |
| | grow (self, dw, dh) |
| | isPointWithin (self, *args) |
| | getCentreMass (self) |
| | hasZeroSize (self) |
| | equals (self, *args) |
| | getBoundingBox (self, otherbox) |
| | growToBoundingBox (self, otherbox) |
| | growToIncludePoint (self, point, padX=0, padY=0) |
| | getOverlapBox (self, otherbox) |
| | percentOverlap (self, otherbox) |
| | getDoubleSizeSameCenter (self) |
| | constrainTo (self, *args) |
| | getConstrainedCopy (self, *args) |
| | __init__ (self, *args) |
| | getUpperY (self) |
| | getLowerY (self) |
| | getLeftX (self) |
| | getRightX (self) |
| | getArea (self) |
| | getCMX (self) |
| | getCMY (self) |
| | getCM (self) |
| | getUpperLeft (self) |
| | getUpperRight (self) |
| | getLowerLeft (self) |
| | getLowerRight (self) |
| | getLineWidth (self) |
| | getSize (self) |
| | getWidth (self) |
| | getHeight (self) |
| | __sub__ (self, *args) |
| | __add__ (self, *args) |
| | move (self, dx, dy) |
| | moveTo (self, x, y) |
| | set (self, x, y, w, h, linewidth=0) |
| | setUpperLeft (self, point) |
| | setSize (self, boxsize) |
| | setLineWidth (self, width) |
| | grow (self, dw, dh) |
| | isPointWithin (self, *args) |
| | getCentreMass (self) |
| | hasZeroSize (self) |
| | equals (self, *args) |
| | getBoundingBox (self, otherbox) |
| | growToBoundingBox (self, otherbox) |
| | growToIncludePoint (self, point, padX=0, padY=0) |
| | getOverlapBox (self, otherbox) |
| | percentOverlap (self, otherbox) |
| | getDoubleSizeSameCenter (self) |
| | constrainTo (self, *args) |
| | getConstrainedCopy (self, *args) |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| | upperLeft = property(_cmsdk3.Box_upperLeft_get, _cmsdk3.Box_upperLeft_set) |
| | size = property(_cmsdk3.Box_size_get, _cmsdk3.Box_size_set) |
| | lineWidth = property(_cmsdk3.Box_lineWidth_get, _cmsdk3.Box_lineWidth_set) |
| | name = property(_cmsdk3.Box_name_get, _cmsdk3.Box_name_set) |
| | comment = property(_cmsdk3.Box_comment_get, _cmsdk3.Box_comment_set) |
| | orientation = property(_cmsdk3.Box_orientation_get, _cmsdk3.Box_orientation_set) |
Definition at line 1534 of file cmsdk3.py.