Module fig :: Class OpenArc

Class OpenArc




Represents an open arc object.

Instance Methods
 
arcType(self)
Return type of this Arc (atOpen), see changeType.
 
closed(self)
Return whether this arc is closed (False for all OpenArc 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__