Class Ball

  • Direct Known Subclasses:
    PowerBall

    public class Ball
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.geom.Point2D.Float position  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ball​(java.awt.geom.Point2D.Float point)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • position

        public java.awt.geom.Point2D.Float position
    • Constructor Detail

      • Ball

        public Ball​(java.awt.geom.Point2D.Float point)