Module fig :: Class ArcBox

Class ArcBox




Represents a rectangular box with rounded corners.

Instance Methods
 
polylineType(self)
Return type of this polygon (ptArcBox for all ArcBox objects), see changeType.

Inherited from PolyBox: __init__, center, closed, 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

polylineType(self)

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