Package 

Class AspectRatio


  • 
    public final class AspectRatio
    
                        

    Class representing an aspect ratio between the window sides.

    • Constructor Summary

      Constructors 
      Constructor Description
      AspectRatio(Number width, Number height) Creates an aspect ratio out of width and height.
    • Constructor Detail

      • AspectRatio

        AspectRatio(Number width, Number height)
        Creates an aspect ratio out of width and height.
        Parameters:
        width - Width of ratio.
        height - Height of ratio.