Class: Acrofill::Appearance::Box

Inherits:
Struct
  • Object
show all
Defined in:
lib/acrofill/appearance.rb

Overview

The drawable area of one widget: its size and the field's /Q.

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



15
16
17
# File 'lib/acrofill/appearance.rb', line 15

def align
  @align
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



15
16
17
# File 'lib/acrofill/appearance.rb', line 15

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



15
16
17
# File 'lib/acrofill/appearance.rb', line 15

def width
  @width
end