Package 

Class ExactSize


  • 
    public class ExactSize
    extends Size
                        

    A special Size that knows about which dimension is width and which is height. See comments in Resizer.

    • Constructor Summary

      Constructors 
      Constructor Description
      ExactSize(int width, int height)
    • Method Summary

      Modifier and Type Method Description
      int getWidth()
      int getHeight()
      • Methods inherited from class com.otaliastudios.transcoder.common.Size

        getMajor, getMinor
      • Methods inherited from class java.lang.Object

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

      • ExactSize

        ExactSize(int width, int height)