Class SpaceNode


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

      • SpaceNode

        public SpaceNode​(PixM image,
                         double x,
                         double y,
                         java.util.List<Point3D> directions)
      • SpaceNode

        public SpaceNode​(PixM image,
                         double x,
                         double y)
    • Method Detail

      • getImage

        public PixM getImage()
      • setImage

        public void setImage​(PixM image)
      • getX

        public double getX()
      • setX

        public void setX​(double x)
      • getY

        public double getY()
      • setY

        public void setY​(double y)
      • getDirections

        public java.util.List<Point3D> getDirections()
      • setDirections

        public void setDirections​(java.util.List<Point3D> directions)