Class QuadTree.Node<Value>

    • Method Detail

      • getLocation

        public Point2D getLocation()
      • setLocation

        public void setLocation​(Point2D location)
      • setLocation

        public void setLocation​(double x,
                                double y)
      • getCenterOfMass

        public Point2D getCenterOfMass()
      • setCenterOfMass

        public void setCenterOfMass​(Point2D location)
      • setCenterOfMass

        public void setCenterOfMass​(double x,
                                    double y)
      • setCharge

        public void setCharge​(int charge)
      • getCharge

        public int getCharge()
      • getValue

        public Value getValue()
      • setValue

        public void setValue​(Value value)
      • getWidth

        public double getWidth()
      • isLeaf

        public boolean isLeaf()
      • getX

        public double getX()
      • getY

        public double getY()