Class: DrawioDsl::Configuration::Theme::ElementThemeConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/drawio_dsl/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fill_colorObject

Returns the value of attribute fill_color

Returns:

  • (Object)

    the current value of fill_color



332
333
334
# File 'lib/drawio_dsl/configuration.rb', line 332

def fill_color
  @fill_color
end

#font_colorObject

Returns the value of attribute font_color

Returns:

  • (Object)

    the current value of font_color



332
333
334
# File 'lib/drawio_dsl/configuration.rb', line 332

def font_color
  @font_color
end

#gradientObject

Returns the value of attribute gradient

Returns:

  • (Object)

    the current value of gradient



332
333
334
# File 'lib/drawio_dsl/configuration.rb', line 332

def gradient
  @gradient
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



332
333
334
# File 'lib/drawio_dsl/configuration.rb', line 332

def key
  @key
end

#stroke_colorObject

Returns the value of attribute stroke_color

Returns:

  • (Object)

    the current value of stroke_color



332
333
334
# File 'lib/drawio_dsl/configuration.rb', line 332

def stroke_color
  @stroke_color
end