Class Frame.Component

java.lang.Object
com.twelvemonkeys.imageio.plugins.jpeg.Frame.Component
Enclosing class:
Frame

public static final class Frame.Component extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
     
    (package private) final int
     
    (package private) final int
     
    (package private) final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Component(int id, int hSub, int vSub, int qtSel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      final int id
    • hSub

      final int hSub
    • vSub

      final int vSub
    • qtSel

      final int qtSel
  • Constructor Details

    • Component

      Component(int id, int hSub, int vSub, int qtSel)
  • Method Details