Class: Ambling::Xy::Settings::Legend::Key
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Legend::Key
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Overview
KEY (the color box near every legend entry)
Constant Summary collapse
- VALUES =
[:size,:border_color]
Instance Attribute Summary collapse
-
#border_color ⇒ Object
-
(hex color code) leave empty if you don’t want to have border.
-
#size ⇒ Object
- 16
-
(Number) key size.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#border_color ⇒ Object
-
(hex color code) leave empty if you don’t want to have border
1111 1112 1113 |
# File 'lib/ambling/xy.rb', line 1111 def border_color @border_color end |
#size ⇒ Object
- 16
-
(Number) key size
1106 1107 1108 |
# File 'lib/ambling/xy.rb', line 1106 def size @size end |