Interface Layout.Node

    • Method Detail

      • getDim

        int getDim()
        Get the dimension represented by this node.
        Returns:
        Dimension
      • getX

        double getX()
        Get layout X position.
        Returns:
        X position
      • getY

        double getY()
        Get layout Y position.
        Returns:
        Y position
      • getChild

        Layout.Node getChild​(int off)
        Get a child node.
        Parameters:
        off - offset
        Returns:
        Child node.
      • numChildren

        int numChildren()
        Get the number of children.
        Returns:
        Number of children