Class: Ea::Theme::Definition::MarkerSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/theme/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arrow_half_baseObject

Returns the value of attribute arrow_half_base

Returns:

  • (Object)

    the current value of arrow_half_base



21
22
23
# File 'lib/ea/theme/definition.rb', line 21

def arrow_half_base
  @arrow_half_base
end

#arrow_heightObject

Returns the value of attribute arrow_height

Returns:

  • (Object)

    the current value of arrow_height



21
22
23
# File 'lib/ea/theme/definition.rb', line 21

def arrow_height
  @arrow_height
end

#diamond_half_heightObject

Returns the value of attribute diamond_half_height

Returns:

  • (Object)

    the current value of diamond_half_height



21
22
23
# File 'lib/ea/theme/definition.rb', line 21

def diamond_half_height
  @diamond_half_height
end

#diamond_half_widthObject

Returns the value of attribute diamond_half_width

Returns:

  • (Object)

    the current value of diamond_half_width



21
22
23
# File 'lib/ea/theme/definition.rb', line 21

def diamond_half_width
  @diamond_half_width
end

#triangle_half_baseObject

Returns the value of attribute triangle_half_base

Returns:

  • (Object)

    the current value of triangle_half_base



21
22
23
# File 'lib/ea/theme/definition.rb', line 21

def triangle_half_base
  @triangle_half_base
end

#triangle_heightObject

Returns the value of attribute triangle_height

Returns:

  • (Object)

    the current value of triangle_height



21
22
23
# File 'lib/ea/theme/definition.rb', line 21

def triangle_height
  @triangle_height
end