Class Gate


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

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

      Constructors 
      Constructor Description
      Gate​(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

      • Gate

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