Class: Ea::Theme::Definition::MarkerSpec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Theme::Definition::MarkerSpec
- Defined in:
- lib/ea/theme/definition.rb
Instance Attribute Summary collapse
-
#arrow_half_base ⇒ Object
Returns the value of attribute arrow_half_base.
-
#arrow_height ⇒ Object
Returns the value of attribute arrow_height.
-
#diamond_half_height ⇒ Object
Returns the value of attribute diamond_half_height.
-
#diamond_half_width ⇒ Object
Returns the value of attribute diamond_half_width.
-
#triangle_half_base ⇒ Object
Returns the value of attribute triangle_half_base.
-
#triangle_height ⇒ Object
Returns the value of attribute triangle_height.
Instance Attribute Details
#arrow_half_base ⇒ Object
Returns the value of attribute arrow_half_base
21 22 23 |
# File 'lib/ea/theme/definition.rb', line 21 def arrow_half_base @arrow_half_base end |
#arrow_height ⇒ Object
Returns the value of attribute arrow_height
21 22 23 |
# File 'lib/ea/theme/definition.rb', line 21 def arrow_height @arrow_height end |
#diamond_half_height ⇒ Object
Returns the value of attribute diamond_half_height
21 22 23 |
# File 'lib/ea/theme/definition.rb', line 21 def diamond_half_height @diamond_half_height end |
#diamond_half_width ⇒ Object
Returns the value of attribute diamond_half_width
21 22 23 |
# File 'lib/ea/theme/definition.rb', line 21 def diamond_half_width @diamond_half_width end |
#triangle_half_base ⇒ Object
Returns the value of attribute triangle_half_base
21 22 23 |
# File 'lib/ea/theme/definition.rb', line 21 def triangle_half_base @triangle_half_base end |
#triangle_height ⇒ Object
Returns the value of attribute triangle_height
21 22 23 |
# File 'lib/ea/theme/definition.rb', line 21 def triangle_height @triangle_height end |