Class JPEGFactory.Dimensions

  • Enclosing class:
    JPEGFactory

    private static class JPEGFactory.Dimensions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int height  
      private int numComponents  
      private int width  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Dimensions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        private int width
      • height

        private int height
      • numComponents

        private int numComponents
    • Constructor Detail

      • Dimensions

        private Dimensions()