module Celestine::Modules::Body
Overview
Gives drawables access to basic X, Y, W, H paramaters
Included Modules
Direct including types
- Celestine::Filter
- Celestine::Filter::Basic
- Celestine::Image
- Celestine::Mask
- Celestine::Pattern
- Celestine::Rectangle
- Celestine::Svg
- Celestine::Use
Defined in:
modules/body.crInstance Method Summary
-
#body_attribute(io)
Draws the body and position attributes to an
IO
- #height : IFNumber | Nil
- #height=(height : IFNumber | Nil)
-
#height_units : String | Nil
What kind of unit
#height
should use when rendering -
#height_units=(height_units : String | Nil)
What kind of unit
#height
should use when rendering - #width : IFNumber | Nil
- #width=(width : IFNumber | Nil)
-
#width_units : String | Nil
What kind of unit
#width
should use when rendering -
#width_units=(width_units : String | Nil)
What kind of unit
#width
should use when rendering