Package 

Class Size


  • 
    public class Size
    
                        

    Represents a video size in pixels, with no notion of rotation / width / height. This is just a minor dim and a major dim.

    • Constructor Summary

      Constructors 
      Constructor Description
      Size(int firstSize, int secondSize) The order does not matter.
    • Method Summary

      Modifier and Type Method Description
      int getMinor()
      int getMajor()
      • Methods inherited from class java.lang.Object

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

      • Size

        Size(int firstSize, int secondSize)
        The order does not matter.
        Parameters:
        firstSize - one dimension
        secondSize - the other