Package 

Class SizeF


  • 
    public final class SizeF
    
                        

    Represents a size with float width and height.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Float width
      private final Float height
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeF(Float width, Float height)
    • Method Summary

      Modifier and Type Method Description
      final Float getWidth()
      final Float getHeight()
      • Methods inherited from class java.lang.Object

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

      • SizeF

        SizeF(Float width, Float height)
        Parameters:
        width - The width of the size.
        height - The height of the size.