Class: Configs::Project::Texts::ChoiceConfig

Inherits:
Object
  • Object
show all
Defined in:
docs/000_a_root.rb

Overview

Configuration of choice box

Direct Known Subclasses

MessageConfig

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v) ⇒ ChoiceConfig

Returns a new instance of ChoiceConfig.



350
351
# File 'docs/000_a_root.rb', line 350

def initialize(v)
end

Instance Attribute Details

#border_spacingInteger (readonly)

Get the border spacing

Returns:

  • (Integer)


340
341
342
# File 'docs/000_a_root.rb', line 340

def border_spacing
  @border_spacing
end

#color_mappingHash{ Integer => Integer } (readonly)

Get the color_mapping

Returns:

  • (Hash{ Integer => Integer })


349
350
351
# File 'docs/000_a_root.rb', line 349

def color_mapping
  @color_mapping
end

#default_colorInteger (readonly)

Get the default color

Returns:

  • (Integer)


346
347
348
# File 'docs/000_a_root.rb', line 346

def default_color
  @default_color
end

#default_fontInteger (readonly)

Get the default font

Returns:

  • (Integer)


343
344
345
# File 'docs/000_a_root.rb', line 343

def default_font
  @default_font
end

#window_skinString? (readonly)

Get the window skin

Returns:



337
338
339
# File 'docs/000_a_root.rb', line 337

def window_skin
  @window_skin
end