Class: Ambling::Column::Settings::PlotArea::Margins
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::PlotArea::Margins
- Includes:
- Base
- Defined in:
- lib/ambling/column.rb
Overview
plot area margins
Constant Summary collapse
- VALUES =
[:left,:top,:right,:bottom]
Instance Attribute Summary collapse
-
#bottom ⇒ Object
[80](Number).
-
#left ⇒ Object
[60](Number).
-
#right ⇒ Object
[60](Number).
-
#top ⇒ Object
[60](Number).
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#bottom ⇒ Object
[80](Number)
433 434 435 |
# File 'lib/ambling/column.rb', line 433 def bottom @bottom end |
#left ⇒ Object
[60](Number)
418 419 420 |
# File 'lib/ambling/column.rb', line 418 def left @left end |
#right ⇒ Object
[60](Number)
428 429 430 |
# File 'lib/ambling/column.rb', line 428 def right @right end |
#top ⇒ Object
[60](Number)
423 424 425 |
# File 'lib/ambling/column.rb', line 423 def top @top end |