Uses of Class
com.twelvemonkeys.imageio.plugins.jpeg.JFIF
-
Packages that use JFIF Package Description com.twelvemonkeys.imageio.plugins.jpeg -
-
Uses of JFIF in com.twelvemonkeys.imageio.plugins.jpeg
Fields in com.twelvemonkeys.imageio.plugins.jpeg declared as JFIF Modifier and Type Field Description private JFIF
JPEGImage10Metadata. jfif
Methods in com.twelvemonkeys.imageio.plugins.jpeg that return JFIF Modifier and Type Method Description (package private) JFIF
JPEGImageReader. getJFIF()
static JFIF
JFIF. read(java.io.DataInput data, int length)
Methods in com.twelvemonkeys.imageio.plugins.jpeg with parameters of type JFIF Modifier and Type Method Description private boolean
JPEGImageReader. delegateCSTypeMismatch(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame, JPEGColorSpace sourceCSType)
(package private) static ThumbnailReader
JFIFThumbnail. from(JFIF segment)
(package private) static JPEGColorSpace
JPEGImageReader. getSourceCSType(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame)
Constructors in com.twelvemonkeys.imageio.plugins.jpeg with parameters of type JFIF Constructor Description JPEGImage10Metadata(java.util.List<Segment> segments, Frame frame, JFIF jfif, JFXX jfxx, java.awt.color.ICC_Profile embeddedICCProfile, AdobeDCT adobeDCT, CompoundDirectory exif)
-