Class: Graphomaton::Layout::ForceTree::Node
- Inherits:
-
Struct
- Object
- Struct
- Graphomaton::Layout::ForceTree::Node
- Defined in:
- lib/graphomaton/layout/force_tree.rb
Instance Attribute Summary collapse
-
#center_x ⇒ Object
Returns the value of attribute center_x.
-
#center_y ⇒ Object
Returns the value of attribute center_y.
-
#children ⇒ Object
Returns the value of attribute children.
-
#left ⇒ Object
Returns the value of attribute left.
-
#mass ⇒ Object
Returns the value of attribute mass.
-
#points ⇒ Object
Returns the value of attribute points.
-
#size ⇒ Object
Returns the value of attribute size.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#center_x ⇒ Object
Returns the value of attribute center_x
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def center_x @center_x end |
#center_y ⇒ Object
Returns the value of attribute center_y
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def center_y @center_y end |
#children ⇒ Object
Returns the value of attribute children
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def children @children end |
#left ⇒ Object
Returns the value of attribute left
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def left @left end |
#mass ⇒ Object
Returns the value of attribute mass
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def mass @mass end |
#points ⇒ Object
Returns the value of attribute points
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def points @points end |
#size ⇒ Object
Returns the value of attribute size
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def size @size end |
#top ⇒ Object
Returns the value of attribute top
10 11 12 |
# File 'lib/graphomaton/layout/force_tree.rb', line 10 def top @top end |