Class RectF


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

      Fields 
      Modifier and Type Field Description
      float height  
      float width  
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      RectF​(float x, float y, float width, float height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(float x, float y, float width, float height)  
      • Methods inherited from class java.lang.Object

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

      • x

        public float x
      • y

        public float y
      • width

        public float width
      • height

        public float height
    • Constructor Detail

      • RectF

        public RectF​(float x,
                     float y,
                     float width,
                     float height)
    • Method Detail

      • set

        public void set​(float x,
                        float y,
                        float width,
                        float height)