java.lang.Object
com.twelvemonkeys.imageio.plugins.jpeg.Segment
com.twelvemonkeys.imageio.plugins.jpeg.Frame

final class Frame extends Segment
Frame
Version:
$Id: SOFSegment.java,v 1.0 22.04.13 16:40 haraldk Exp$
  • Field Details

    • samplePrecision

      final int samplePrecision
    • lines

      final int lines
    • samplesPerLine

      final int samplesPerLine
    • components

      final Frame.Component[] components
  • Constructor Details

    • Frame

      private Frame(int marker, int samplePrecision, int lines, int samplesPerLine, Frame.Component[] components)
  • Method Details