Class: Sketchup::Text

Inherits:
Drawingelement show all
Defined in:
lib/text.rb

Instance Method Summary collapse

Methods inherited from Drawingelement

#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #hidden?, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?

Methods inherited from Entity

#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?

Instance Method Details

#arrow_typeObject



3
4
# File 'lib/text.rb', line 3

def arrow_type
end

#arrow_type=Object



5
6
# File 'lib/text.rb', line 5

def arrow_type=
end

#display_leader=Object



7
8
# File 'lib/text.rb', line 7

def display_leader=
end

#display_leader?Boolean

Returns:

  • (Boolean)


9
10
# File 'lib/text.rb', line 9

def display_leader?
end

#has_leader?Boolean

Returns:

  • (Boolean)


11
12
# File 'lib/text.rb', line 11

def has_leader?
end

#leader_typeObject



13
14
# File 'lib/text.rb', line 13

def leader_type
end

#leader_type=Object



15
16
# File 'lib/text.rb', line 15

def leader_type=
end

#line_weightObject



17
18
# File 'lib/text.rb', line 17

def line_weight
end

#line_weight=Object



19
20
# File 'lib/text.rb', line 19

def line_weight=
end

#pointObject



21
22
# File 'lib/text.rb', line 21

def point
end

#point=Object



23
24
# File 'lib/text.rb', line 23

def point=
end

#set_textObject



25
26
# File 'lib/text.rb', line 25

def set_text
end

#textObject



27
28
# File 'lib/text.rb', line 27

def text
end

#text=Object



29
30
# File 'lib/text.rb', line 29

def text=
end

#vectorObject



31
32
# File 'lib/text.rb', line 31

def vector
end

#vector=Object



33
34
# File 'lib/text.rb', line 33

def vector=
end