Class: Sketchup::Layer
Instance Method Summary
collapse
Methods included from Comparable
#between?
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
4
5
|
# File 'lib/layer.rb', line 4
def <=>
end
|
6
7
|
# File 'lib/layer.rb', line 6
def ==
end
|
10
11
|
# File 'lib/layer.rb', line 10
def color
end
|
14
15
|
# File 'lib/layer.rb', line 14
def color=
end
|
21
22
|
# File 'lib/layer.rb', line 21
def name
end
|
23
24
|
# File 'lib/layer.rb', line 23
def name=
end
|
#page_behavior ⇒ Object
25
26
|
# File 'lib/layer.rb', line 25
def page_behavior
end
|
#page_behavior= ⇒ Object
27
28
|
# File 'lib/layer.rb', line 27
def page_behavior=
end
|
18
19
|
# File 'lib/layer.rb', line 18
def size
end
|
29
30
|
# File 'lib/layer.rb', line 29
def visible=
end
|
#visible? ⇒ Boolean
31
32
|
# File 'lib/layer.rb', line 31
def visible?
end
|