Uses of Class
com.twelvemonkeys.imageio.plugins.jpeg.HuffmanTable
-
Packages that use HuffmanTable Package Description com.twelvemonkeys.imageio.plugins.jpeg -
-
Uses of HuffmanTable in com.twelvemonkeys.imageio.plugins.jpeg
Fields in com.twelvemonkeys.imageio.plugins.jpeg with type parameters of type HuffmanTable Modifier and Type Field Description private java.util.List<HuffmanTable>
JPEGLosslessDecoder. huffTables
Methods in com.twelvemonkeys.imageio.plugins.jpeg with parameters of type HuffmanTable Modifier and Type Method Description private void
JPEGImage10Metadata. appendHuffmanTables(HuffmanTable huffmanTable, int tableClass, javax.imageio.metadata.IIOMetadataNode dht)
-