Class Camera.Mode

  • Enclosing interface:
    Camera

    public static class Camera.Mode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Mode​(int xResolution, int yResolution)  
    • Constructor Detail

      • Mode

        public Mode​(int xResolution,
                    int yResolution)
    • Method Detail

      • getXResolution

        public int getXResolution()
      • getYResolution

        public int getYResolution()
      • getPixelCount

        public int getPixelCount()