class

Celestine::Anchor

Inherits Celestine::Meta::Context::Methods / Celestine::Modules::Animate::Transform / Celestine::Modules::Animate::Motion / Celestine::Modules::Animate / Celestine::Modules::Filter / Celestine::Modules::Mask / Celestine::Modules::StrokeFill / Celestine::Modules::Transform / Celestine::Drawable / Reference / Object

Group class which can group multiple drawables together.

Constants

TAG = "a"

Instance methods

anchor

Allows a Celestine::Anchor to be made using a DSL call, and added to this drawables items.

circle

Allows a Celestine::Circle to be made using a DSL call, and added to this drawables items.

draw(io : IO) : Nil

Draws the group to an IO

Source
ellipse

Allows a Celestine::Ellipse to be made using a DSL call, and added to this drawables items.

group

Allows a Celestine::Group to be made using a DSL call, and added to this drawables items.

href

The URI for the image

Source
href=(href : String | Nil)

The URI for the image

Source
image

Allows a Celestine::Image to be made using a DSL call, and added to this drawables items.

path

Allows a Celestine::Path to be made using a DSL call, and added to this drawables items.

rectangle

Allows a Celestine::Rectangle to be made using a DSL call, and added to this drawables items.

svg

Allows a Celestine::Svg to be made using a DSL call, and added to this drawables items.

text

Allows a Celestine::Text to be made using a DSL call, and added to this drawables items.

Nested types