Module fig :: Class PieArc

Class PieArc




Represents a closed arc object.

Instance Methods
 
arcType(self)
Return type of this Arc (atPie), see changeType.
 
closed(self)
Return whether this arc is closed (True for all PieArc objects.)

Inherited from ArcBase: __init__, __str__, angles, bounds, changeType, radius

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

Properties

Inherited from ArcBase: center, direction, points

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

Inherited from object: __class__