Class: Ambling::Column::Settings::PlotArea::Margins

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/column.rb

Overview

plot area margins

Constant Summary collapse

VALUES =
[:left,:top,:right,:bottom]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#bottomObject

[80](Number)



433
434
435
# File 'lib/ambling/column.rb', line 433

def bottom
  @bottom
end

#leftObject

[60](Number)



418
419
420
# File 'lib/ambling/column.rb', line 418

def left
  @left
end

#rightObject

[60](Number)



428
429
430
# File 'lib/ambling/column.rb', line 428

def right
  @right
end

#topObject

[60](Number)



423
424
425
# File 'lib/ambling/column.rb', line 423

def top
  @top
end