Module fig :: Class Circle

Class Circle




Represents a circle object. Circle objects have an attribute radius that is a single float.

Instance Methods
 
__init__(self, center=None, radius=None, start=None, end=None)
 
ellipseType(self)
Return type of this ellipse (one of etCircleRadius, etCircleDiameter for Circle objects), see changeType.
 
setStartEnd(self, start, end)
 
__str__(self)

Inherited from EllipseBase: bounds, changeType, setCenterRadius, setRadius

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

Properties

Inherited from EllipseBase: angle, center, end, radius, start

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

Inherited from object: __class__

Method Details

__init__(self, center=None, radius=None, start=None, end=None)
(Constructor)

 
Overrides: EllipseBase.__init__

__str__(self)
(Informal representation operator)

 
Overrides: EllipseBase.__str__