Module fig :: Class Ellipse

Class Ellipse




Represents an ellipse object. Ellipse objects have an attribute radius that is a tuple of two radii in x- and y-direction.

Instance Methods
 
__init__(self, center=None, radii=None, angle=0.0, start=None, end=None)
 
ellipseType(self)
Return type of this ellipse (one of etEllipseRadii, etEllipseDiameter for Ellipse objects), see changeType.
 
setStartEnd(self, start, end)

Inherited from EllipseBase: __str__, 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, radii=None, angle=0.0, start=None, end=None)
(Constructor)

 
Overrides: EllipseBase.__init__