Class JPEGFrame


  • public class JPEGFrame
    extends Object
    Data class to store information on a JPEG frame. A frame here is JPEG terminology for a complete image and has nothing to do with GUI components like JFrame objects in Swing.
    Since:
    0.13.0
    Author:
    Marco Schmidt
    • Field Detail

      • numComponents

        private int numComponents
      • height

        private int height
      • samplePrecision

        private int samplePrecision
      • width

        private int width
    • Constructor Detail

      • JPEGFrame

        public JPEGFrame()
    • Method Detail

      • getHeight

        public int getHeight()
      • getNumComponents

        public int getNumComponents()
      • getSamplePrecision

        public int getSamplePrecision()
      • getWidth

        public int getWidth()
      • setHeight

        public void setHeight​(int i)
      • setNumComponents

        public void setNumComponents​(int i)
      • setSamplePrecision

        public void setSamplePrecision​(int i)
      • setWidth

        public void setWidth​(int i)