Class: Shoes::ParentDimensions
- Inherits:
-
Dimensions
- Object
- Dimensions
- Shoes::ParentDimensions
- Defined in:
- shoes-core/lib/shoes/dimensions.rb
Overview
Dimensions for objects that are defined by their parents, delegating method calls to crucial methods to the parent if the instance variable isn’t set
Instance Attribute Summary
Attributes inherited from Dimensions
Method Summary
Methods inherited from Dimensions
#absolute_bottom, #absolute_bottom_position?, #absolute_left, #absolute_left=, #absolute_left_position?, #absolute_right, #absolute_right_position?, #absolute_top, #absolute_top=, #absolute_top_position?, #absolute_x_position?, #absolute_y_position?, #absolutely_positioned?, #bottom, #bottom=, #contains?, #displace_left, #displace_left=, #displace_top, #displace_top=, #element_bottom, #element_height, #element_height=, #element_left, #element_right, #element_top, #element_width, #element_width=, #height, #height=, #in_bounds?, #initialize, #left, #left=, #margin, #margin=, #margin_bottom, #margin_bottom=, #margin_left, #margin_left=, #margin_right, #margin_right=, #margin_top, #margin_top=, #needs_positioning?, #positioned?, #right, #right=, #takes_up_space?, #top, #top=, #width, #width=
Methods included from Common::Inspect
Constructor Details
This class inherits a constructor from Shoes::Dimensions