Package 

Class FSize


  • 
    public final class FSize
    extends ObjectPool.Poolable
                        

    Class for describing width and height dimensions in some arbitrary unit. Replacement for the android.Util.SizeF which is available only on API >= 21.

    • Field Summary

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

      Constructors 
      Constructor Description
      FSize()
      FSize(float width, float height)