Class PointAndAngle


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

      Constructors 
      Constructor Description
      PointAndAngle​(java.awt.geom.Point2D pt, double angle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAngle()  
      java.awt.geom.Point2D getPt()  
      double getX()  
      double getY()  
      • Methods inherited from class java.lang.Object

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

      • PointAndAngle

        public PointAndAngle​(java.awt.geom.Point2D pt,
                             double angle)
    • Method Detail

      • getPt

        public java.awt.geom.Point2D getPt()
      • getAngle

        public double getAngle()
      • getX

        public double getX()
      • getY

        public double getY()