Class: TEF::Animation::StringDisplay

Inherits:
Animatable show all
Defined in:
lib/tef/Animation/String.rb

Instance Attribute Summary collapse

Attributes inherited from Animatable

#death_delay, #death_time, #module_id

Instance Method Summary collapse

Methods inherited from Animatable

animatable_attr, animatable_color, animatable_coordinate, #configure, #creation_string, #death_time_string, #die!, #die_in, get_attr_list, get_color_list, get_coordinate_list, #get_set_strings, #get_setc_strings, #get_setss_strings, #is_dead?, #send_string

Constructor Details

#initializeStringDisplay

Returns a new instance of StringDisplay.



15
16
17
18
19
# File 'lib/tef/Animation/String.rb', line 15

def initialize()
	super();

	self.string = "";
end

Instance Attribute Details

#stringObject

Returns the value of attribute string.



13
14
15
# File 'lib/tef/Animation/String.rb', line 13

def string
  @string
end