|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
update(self,
x,
y)
Make sure the bounding box is big enough to include the given x,y
point. |
source code
|
|
|
updateBBox(self,
bbox)
Make sure the bounding box is big enough to include the given
bounding box. |
source code
|
|
|
updateBorder(self,
linewidth)
Keep track of the largest linewidth we've seen. |
source code
|
|
|
__nonzero__(self)
Return True if there's been at least one update to this BBox. |
source code
|
|
|
|
|
bbox(self)
Return a bounding box (as a 4-tuple) guaranteed to encompass this
entire object. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|