Class: TECSCDE::TECSModel::VBar

Inherits:
TmJoinBar show all
Defined in:
lib/tecscde/tecs_model/vbar.rb

Instance Attribute Summary

Attributes inherited from TECSCDE::TmObject

#owner

Instance Method Summary collapse

Methods inherited from TmJoinBar

#clone_for_undo, #get_join, #get_position, #initialize, #move, #moved, #set_position

Methods inherited from TECSCDE::TmObject

#copy_from, #model, #modified

Constructor Details

This class inherits a constructor from TECSCDE::TECSModel::TmJoinBar

Instance Method Details

#horizontal?Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/tecscde/tecs_model/vbar.rb', line 55

def horizontal?
  false
end

#typeObject



63
64
65
# File 'lib/tecscde/tecs_model/vbar.rb', line 63

def type
  "VBar"
end

#vertical?Boolean

Returns:

  • (Boolean)


59
60
61
# File 'lib/tecscde/tecs_model/vbar.rb', line 59

def vertical?
  true
end