CanvasEllipse Class
+ + + + +
+
+
+
+
+Canvas implementation of the Ellipse class.
+CanvasEllipse is not intended to be used directly. Instead, use the Ellipse class.
+If the browser lacks SVG capabilities but has
+Canvas capabilities, the Ellipse
+class will point to the CanvasEllipse class.
+
+
+ -
+
- Index + + +
- Methods + + +
- Properties + + +
- Attributes + + +
+
+
+
+
+
+ Item Index
+ + +
+
+
+
+
+ Methods
+ +-
+
+
- + _draw + + + + + +
+
+
+
+
+
+
+
+
+ Properties
+ +-
+
+
- + _type + + + + + +
+
+
+
+
+ Methods
+ + +
+
+
+
+ ()
+
+
+
+
+
+
+
+ private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ _draw
+
+
+ ()
+
+
+
+
+
+
+
+ private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Draws the shape.
+
+
+
+
+
+
+
+
+
+ 