Class: PopupLayout

Inherits:
Struct
  • Object
show all
Defined in:
lib/fatty/renderer.rb

Overview

This Struct encapsulates the geometry of popup windows often needed in rendering.

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



5
6
7
# File 'lib/fatty/renderer.rb', line 5

def height
  @height
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



5
6
7
# File 'lib/fatty/renderer.rb', line 5

def row
  @row
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



5
6
7
# File 'lib/fatty/renderer.rb', line 5

def width
  @width
end