Skip to content

module Celestine::Modules::CPosition #

Gives drawables access to the X -> CX, Y -> CY params

Direct including types

Celestine::Circle Celestine::Ellipse Celestine::Gradient::Radial

Methods#

#position_attribute(io : IO) #

Draws the positions attributes out to an IO

View source

#x : IFNumber? #

#x=(x : IFNumber?) #

#x_units : String? #

What kind of unit x should use when rendering

#x_units=(x_units : String?) #

What kind of unit x should use when rendering

#y : IFNumber? #

#y=(y : IFNumber?) #

#y_units : String? #

What kind of unit y should use when rendering

#y_units=(y_units : String?) #

What kind of unit y should use when rendering

module Celestine::Modules::CPosition::Attrs #