Class: UI::Hall_of_Fame::Trainer_Infos_Text_Box
- Inherits:
-
SpriteStack
- Object
- SpriteStack
- UI::Hall_of_Fame::Trainer_Infos_Text_Box
- Defined in:
- docs/4_Systems_300_Hall_of_fame.rb
Overview
Class that define the Trainer Infos text box stack
Constant Summary collapse
Constants inherited from SpriteStack
Instance Attribute Summary collapse
-
#id_no ⇒ Text
The id_no text.
-
#name ⇒ Text
The name text.
-
#play_time ⇒ Text
The play_time text.
Attributes inherited from SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#box_filename ⇒ String
The base filename of the window.
-
#id_no_coordinates ⇒ Array<Integer>
The base coordinates of the id_no text.
-
#initial_coordinates ⇒ Array<Integer>
The SpriteStack initial coordinates.
-
#initialize(viewport) ⇒ Trainer_Infos_Text_Box
constructor
Initialize the SpriteStack.
-
#name_coordinates ⇒ Array<Integer>
The base coordinates of the name text.
-
#play_time_coordinates ⇒ Array<Integer>
The base coordinates of the play_time text.
-
#y_final ⇒ Integer
Get the constant’s value.
Methods inherited from SpriteStack
#[], #add_background, #add_line, #add_text, #anime, #anime_delta_set, #dispose, #each, #execute_anime, #move, #move_to, #opacity, #opacity=, #push, #push_sprite, #set_origin, #set_position, #simple_mouse_in?, #size, #stop_animation, #translate_mouse_coords, #update, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ Trainer_Infos_Text_Box
Initialize the SpriteStack
352 353 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 352 def initialize() end |
Instance Attribute Details
#id_no ⇒ Text
The id_no text
342 343 344 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 342 def id_no @id_no end |
#name ⇒ Text
The name text
339 340 341 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 339 def name @name end |
#play_time ⇒ Text
The play_time text
345 346 347 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 345 def play_time @play_time end |
Instance Method Details
#box_filename ⇒ String
The base filename of the window
360 361 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 360 def box_filename end |
#id_no_coordinates ⇒ Array<Integer>
The base coordinates of the id_no text
372 373 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 372 def id_no_coordinates end |
#initial_coordinates ⇒ Array<Integer>
The SpriteStack initial coordinates
356 357 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 356 def initial_coordinates end |
#name_coordinates ⇒ Array<Integer>
The base coordinates of the name text
368 369 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 368 def name_coordinates end |
#play_time_coordinates ⇒ Array<Integer>
The base coordinates of the play_time text
376 377 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 376 def play_time_coordinates end |
#y_final ⇒ Integer
Get the constant’s value
364 365 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 364 def y_final end |