Method: Rubyvis::Layout::Indent#build_implied

Defined in:
lib/rubyvis/layout/indent.rb

#build_implied(s) ⇒ Object



69
70
71
72
73
74
75
76
77
# File 'lib/rubyvis/layout/indent.rb', line 69

def build_implied(s)
  return nil if hierarchy_build_implied(s)
  nodes = s.nodes
  @bspace = s.breadth
  @dspace = s.depth
  @ax = 0
  @ay = 0
  position(nodes[0], 1, 1)
end