Class: Ambling::Xy::Settings::PlotArea::Margins
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::PlotArea::Margins
- Includes:
- Base
- Defined in:
- lib/ambling/xy.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)
284 285 286 |
# File 'lib/ambling/xy.rb', line 284 def bottom @bottom end |
#left ⇒ Object
[60](Number)
269 270 271 |
# File 'lib/ambling/xy.rb', line 269 def left @left end |
#right ⇒ Object
[60](Number)
279 280 281 |
# File 'lib/ambling/xy.rb', line 279 def right @right end |
#top ⇒ Object
[60](Number)
274 275 276 |
# File 'lib/ambling/xy.rb', line 274 def top @top end |