Class: Ambling::Stock::Settings::PlotArea

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

Overview

0

(Number) #

Constant Summary collapse

VALUES =
[:margins,:bg_color,:bg_alpha,:border_alpha,:border_color,:border_width,:corner_radius]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#bg_alphaObject

0

(Number) #



1595
1596
1597
# File 'lib/ambling/stock.rb', line 1595

def bg_alpha
  @bg_alpha
end

#bg_colorObject

0

(Number) #



1591
1592
1593
# File 'lib/ambling/stock.rb', line 1591

def bg_color
  @bg_color
end

#border_alphaObject

0xABABAB

(hex code) #



1599
1600
1601
# File 'lib/ambling/stock.rb', line 1599

def border_alpha
  @border_alpha
end

#border_colorObject

0

(Number) #



1603
1604
1605
# File 'lib/ambling/stock.rb', line 1603

def border_color
  @border_color
end

#border_widthObject

0

(Number) #



1607
1608
1609
# File 'lib/ambling/stock.rb', line 1607

def border_width
  @border_width
end

#corner_radiusObject

Returns the value of attribute corner_radius.



1611
1612
1613
# File 'lib/ambling/stock.rb', line 1611

def corner_radius
  @corner_radius
end

#marginsObject

#FFFFFF

(hex code) #



1587
1588
1589
# File 'lib/ambling/stock.rb', line 1587

def margins
  @margins
end