Class: SilkLayout::Layout::LineBox
- Defined in:
- lib/silk_layout/layout/inline.rb
Instance Attribute Summary
Attributes inherited from Box
#background_color, #border, #border_color, #children, #display, #explicit_height, #explicit_width, #flex, #has_border, #height, #margin, #node, #padding, #width, #x, #y
Instance Method Summary collapse
-
#initialize ⇒ LineBox
constructor
A new instance of LineBox.
Methods inherited from Box
#add_child, #border_box_height, #border_box_width, #border_box_x, #border_box_y
Constructor Details
#initialize ⇒ LineBox
Returns a new instance of LineBox.
83 84 85 |
# File 'lib/silk_layout/layout/inline.rb', line 83 def initialize super(nil) end |