Class: Ambling::Stock::Settings::PlotArea
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::PlotArea
- 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
-
#bg_alpha ⇒ Object
- 0
-
(Number) #.
-
#bg_color ⇒ Object
- 0
-
(Number) #.
-
#border_alpha ⇒ Object
- 0xABABAB
-
(hex code) #.
-
#border_color ⇒ Object
- 0
-
(Number) #.
-
#border_width ⇒ Object
- 0
-
(Number) #.
-
#corner_radius ⇒ Object
Returns the value of attribute corner_radius.
-
#margins ⇒ Object
- #FFFFFF
-
(hex code) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#bg_alpha ⇒ Object
- 0
-
(Number) #
1595 1596 1597 |
# File 'lib/ambling/stock.rb', line 1595 def bg_alpha @bg_alpha end |
#bg_color ⇒ Object
- 0
-
(Number) #
1591 1592 1593 |
# File 'lib/ambling/stock.rb', line 1591 def bg_color @bg_color end |
#border_alpha ⇒ Object
- 0xABABAB
-
(hex code) #
1599 1600 1601 |
# File 'lib/ambling/stock.rb', line 1599 def border_alpha @border_alpha end |
#border_color ⇒ Object
- 0
-
(Number) #
1603 1604 1605 |
# File 'lib/ambling/stock.rb', line 1603 def border_color @border_color end |
#border_width ⇒ Object
- 0
-
(Number) #
1607 1608 1609 |
# File 'lib/ambling/stock.rb', line 1607 def border_width @border_width end |
#corner_radius ⇒ Object
Returns the value of attribute corner_radius.
1611 1612 1613 |
# File 'lib/ambling/stock.rb', line 1611 def corner_radius @corner_radius end |
#margins ⇒ Object
- #FFFFFF
-
(hex code) #
1587 1588 1589 |
# File 'lib/ambling/stock.rb', line 1587 def margins @margins end |