Module fig :: Class PictureBBox

Class PictureBBox




Represents a picture embedded in an XFig file. The filename is stored in the filename attribute.

Instance Methods
 
__init__(self, x1, y1, x2, y2, filename, flipped=False)
 
polylineType(self)
Return type of this polygon (ptPictureBBox for all PictureBBox objects), see changeType.
 
closed(self)
Return whether this polygon is closed (True for all PictureBBox objects.)

Inherited from PolyBox: center, height, lowerRight, upperLeft, width

Inherited from PolylineBase: __str__, bounds, changeType

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties

Inherited from PolylineBase: filename, flipped, points, radius

Inherited from Object: backwardArrow, capStyle, comment, depth, fillColor, fillStyle, forwardArrow, joinStyle, lineStyle, lineWidth, penColor, penStyle, styleValue

Inherited from object: __class__

Method Details

__init__(self, x1, y1, x2, y2, filename, flipped=False)
(Constructor)

 
Overrides: PolyBox.__init__

polylineType(self)

 
Return type of this polygon (ptPictureBBox for all PictureBBox objects), see changeType.
Overrides: PolyBox.polylineType

closed(self)

 
Return whether this polygon is closed (True for all PictureBBox objects.)
Overrides: PolyBox.closed