class

Celestine::Ellipse

Inherits Celestine::Modules::Animate::Transform / Celestine::Modules::Animate::Motion / Celestine::Modules::Animate / Celestine::Modules::Marker / Celestine::Modules::Filter / Celestine::Modules::Mask / Celestine::Modules::StrokeFill / Celestine::Modules::CPosition / Celestine::Modules::Transform / Celestine::Drawable / Reference / Object

Draws and holds information for ellipses

Constants

TAG = "ellipse"

Instance methods

draw(io : IO) : Nil

Draws this ellipse to an IO

Source
radius_x

Radius of the x axis

radius_x=(radius_x : IFNumber | Nil)

Radius of the x axis

radius_x_units

What kind of unit radius_x should use when rendering

radius_x_units=(radius_x_units : String | Nil)

What kind of unit radius_x should use when rendering

radius_y

Radius of the y axis

radius_y=(radius_y : IFNumber | Nil)

Radius of the y axis

radius_y_units

What kind of unit radius_y should use when rendering

radius_y_units=(radius_y_units : String | Nil)

What kind of unit radius_y should use when rendering

Nested types