Class: Ambling::Line::Settings::PlotArea::Margins

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/line.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 / Number%)



314
315
316
# File 'lib/ambling/line.rb', line 314

def bottom
  @bottom
end

#leftObject

[60](Number / Number%)



299
300
301
# File 'lib/ambling/line.rb', line 299

def left
  @left
end

#rightObject

[60](Number / Number%)



309
310
311
# File 'lib/ambling/line.rb', line 309

def right
  @right
end

#topObject

[60](Number / Number%)



304
305
306
# File 'lib/ambling/line.rb', line 304

def top
  @top
end