Class PolyNode

  • Direct Known Subclasses:
    PolyTree

    public class PolyNode
    extends java.lang.Object
    • Constructor Detail

      • PolyNode

        public PolyNode()
    • Method Detail

      • addChild

        public void addChild​(PolyNode child)
      • getChildCount

        public int getChildCount()
      • getChilds

        public java.util.List<PolyNode> getChilds()
      • getNextSiblingUp

        private PolyNode getNextSiblingUp()
      • getParent

        public PolyNode getParent()
      • getPolygon

        public Path getPolygon()
      • isHole

        public boolean isHole()
      • isHoleNode

        private boolean isHoleNode()
      • isOpen

        public boolean isOpen()
      • setOpen

        public void setOpen​(boolean isOpen)
      • setParent

        public void setParent​(PolyNode n)