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