Interface Node

  • All Known Implementing Classes:
    ColumnBlock

    public interface Node
    • Method Detail

      • addChild

        void addChild​(Node node)
      • getChildren

        java.util.Vector getChildren()
      • getParent

        Node getParent()