def phystricks.src.Exceptions.TooLargeBBException.__init__ |
( |
|
self, |
|
|
|
obj, |
|
|
|
faulty, |
|
|
|
acceptable, |
|
|
|
got |
|
) |
| |
Describe the exception raised when a too large bounding box is found.
- `obj` : the object that has a too large bounding box
- `faulty` : "xmin", "xmax", "ymin" or "ymax" : the coordinate that
that was too large.
- `acceptable` : the maximal value that the picture
was accepting for that coordinate.
- `got` : the computed/found size.
def phystricks.src.Exceptions.TooLargeBBException.__str__ |
( |
|
self | ) |
|
phystricks.src.Exceptions.TooLargeBBException.acceptable |
phystricks.src.Exceptions.TooLargeBBException.faulty |
phystricks.src.Exceptions.TooLargeBBException.got |
phystricks.src.Exceptions.TooLargeBBException.obj |
The documentation for this class was generated from the following file: