Class: Configs::Project::Texts::ChoiceConfig
- Defined in:
- docs/000_a_root.rb
Overview
Configuration of choice box
Direct Known Subclasses
Instance Attribute Summary collapse
-
#border_spacing ⇒ Integer
readonly
Get the border spacing.
-
#color_mapping ⇒ Hash{ Integer => Integer }
readonly
Get the color_mapping.
-
#default_color ⇒ Integer
readonly
Get the default color.
-
#default_font ⇒ Integer
readonly
Get the default font.
-
#window_skin ⇒ String?
readonly
Get the window skin.
Instance Method Summary collapse
-
#initialize(v) ⇒ ChoiceConfig
constructor
A new instance of ChoiceConfig.
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_spacing ⇒ Integer (readonly)
Get the border spacing
340 341 342 |
# File 'docs/000_a_root.rb', line 340 def border_spacing @border_spacing end |
#color_mapping ⇒ Hash{ Integer => Integer } (readonly)
Get the color_mapping
349 350 351 |
# File 'docs/000_a_root.rb', line 349 def color_mapping @color_mapping end |
#default_color ⇒ Integer (readonly)
Get the default color
346 347 348 |
# File 'docs/000_a_root.rb', line 346 def default_color @default_color end |
#default_font ⇒ Integer (readonly)
Get the default font
343 344 345 |
# File 'docs/000_a_root.rb', line 343 def default_font @default_font end |
#window_skin ⇒ String? (readonly)
Get the window skin
337 338 339 |
# File 'docs/000_a_root.rb', line 337 def window_skin @window_skin end |