Class PolyNode

  • Direct Known Subclasses:
    PolyTree

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

      • childs

        protected final java.util.List<PolyNode> childs
    • Constructor Detail

      • PolyNode

        public PolyNode()
    • Method Detail

      • addChild

        public void addChild​(PolyNode child)
      • getChildCount

        public int getChildCount()
      • getChilds

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

        public PolyNode getParent()
      • getPolygon

        public Path getPolygon()
      • isHole

        public boolean isHole()
      • isOpen

        public boolean isOpen()
      • setOpen

        public void setOpen​(boolean isOpen)
      • setParent

        public void setParent​(PolyNode n)