Class FloatRect


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

      Fields 
      Modifier and Type Field Description
      float bottom  
      float left  
      float right  
      float top  
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatRect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float centerX()  
      float centerY()  
      • Methods inherited from class java.lang.Object

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

      • bottom

        public float bottom
      • left

        public float left
      • right

        public float right
      • top

        public float top
    • Constructor Detail

      • FloatRect

        public FloatRect()
    • Method Detail

      • centerX

        public final float centerX()
      • centerY

        public final float centerY()