Class: TECSCDE::TECSModel::HBar
Instance Attribute Summary
#owner
Instance Method Summary
collapse
Methods inherited from TmJoinBar
#clone_for_undo, #get_join, #get_position, #initialize, #move, #moved, #set_position
#copy_from, #model, #modified
Instance Method Details
#horizontal? ⇒ Boolean
55
56
57
|
# File 'lib/tecscde/tecs_model/hbar.rb', line 55
def horizontal?
true
end
|
63
64
65
|
# File 'lib/tecscde/tecs_model/hbar.rb', line 63
def type
"HBar"
end
|
#vertical? ⇒ Boolean
59
60
61
|
# File 'lib/tecscde/tecs_model/hbar.rb', line 59
def vertical?
false
end
|