Class: Acrofill::Appearance::Box
- Inherits:
-
Struct
- Object
- Struct
- Acrofill::Appearance::Box
- Defined in:
- lib/acrofill/appearance.rb
Overview
The drawable area of one widget: its size and the field's /Q.
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
12 13 14 |
# File 'lib/acrofill/appearance.rb', line 12 def align @align end |
#height ⇒ Object
Returns the value of attribute height
12 13 14 |
# File 'lib/acrofill/appearance.rb', line 12 def height @height end |
#width ⇒ Object
Returns the value of attribute width
12 13 14 |
# File 'lib/acrofill/appearance.rb', line 12 def width @width end |