Class PNMLPoint


  • public class PNMLPoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PNMLPoint()  
      PNMLPoint​(double x, double y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX()  
      double getY()  
      void setX​(double x)  
      void setY​(double y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PNMLPoint

        public PNMLPoint()
      • PNMLPoint

        public PNMLPoint​(double x,
                         double y)
    • Method Detail

      • getX

        public double getX()
      • setX

        public void setX​(double x)
      • getY

        public double getY()
      • setY

        public void setY​(double y)