Uses of Class
com.twelvemonkeys.imageio.plugins.jpeg.Frame.Component
-
Packages that use Frame.Component Package Description com.twelvemonkeys.imageio.plugins.jpeg -
-
Uses of Frame.Component in com.twelvemonkeys.imageio.plugins.jpeg
Fields in com.twelvemonkeys.imageio.plugins.jpeg declared as Frame.Component Modifier and Type Field Description (package private) Frame.Component[]
Frame. components
Methods in com.twelvemonkeys.imageio.plugins.jpeg that return Frame.Component Modifier and Type Method Description (package private) Frame.Component
Frame. getComponent(int id)
private Frame.Component
JPEGLosslessDecoder. getComponentSpec(Frame.Component[] components, int sel)
Methods in com.twelvemonkeys.imageio.plugins.jpeg with parameters of type Frame.Component Modifier and Type Method Description private Frame.Component
JPEGLosslessDecoder. getComponentSpec(Frame.Component[] components, int sel)
Constructors in com.twelvemonkeys.imageio.plugins.jpeg with parameters of type Frame.Component Constructor Description Frame(int marker, int samplePrecision, int lines, int samplesPerLine, Frame.Component[] components)
-