module Celestine::Modules::Body
#
Gives drawables access to basic X, Y, W, H paramaters
Included modules
Celestine::Modules::Position
Direct including types
Celestine::Filter
Celestine::Filter::Basic
Celestine::Image
Celestine::Mask
Celestine::Pattern
Celestine::Rectangle
Celestine::Svg
Celestine::Use
Methods#
#height : IFNumber?
#
: IFNumber?
#height=(height : IFNumber?)
#
(height : IFNumber?)
#width : IFNumber?
#
: IFNumber?
#width=(width : IFNumber?)
#
(width : IFNumber?)
module Celestine::Modules::Body::Attrs
#
Direct including types
Celestine::Filter::Attrs
Celestine::Filter::Basic::Attrs
Celestine::Image::Attrs
Celestine::Mask::Attrs
Celestine::Pattern::Attrs
Celestine::Rectangle::Attrs
Celestine::Svg::Attrs
Celestine::Use::Attrs
Constants#
HEIGHT = "height"
#
"height"
WIDTH = "width"
#
"width"