Class TreeLocationRoot


public class TreeLocationRoot extends AbstractTreeLocation
The root of a path of turns, leading to the location of an element, beginning at the "normalized-area".
Author:
Benjamin Sigg
  • Constructor Details

    • TreeLocationRoot

      public TreeLocationRoot(CSplitLocation root, double size, Side side, long nodeId)
      Creates a new location.
      Parameters:
      root - the location that knows to which SplitDockStation this location belongs
      size - the relative size of this location
      side - the side which is occupied by this location
      nodeId - the unique identifier of the new node, can be -1
      See Also:
  • Method Details