Uses of Class
com.twelvemonkeys.imageio.plugins.sgi.SGIHeader
-
Packages that use SGIHeader Package Description com.twelvemonkeys.imageio.plugins.sgi -
-
Uses of SGIHeader in com.twelvemonkeys.imageio.plugins.sgi
Fields in com.twelvemonkeys.imageio.plugins.sgi declared as SGIHeader Modifier and Type Field Description private SGIHeader
SGIImageReader. header
Methods in com.twelvemonkeys.imageio.plugins.sgi that return SGIHeader Modifier and Type Method Description static SGIHeader
SGIHeader. read(javax.imageio.stream.ImageInputStream imageInput)
Methods in com.twelvemonkeys.imageio.plugins.sgi with parameters of type SGIHeader Modifier and Type Method Description private static java.lang.String
SGIMetadata. compressionName(SGIHeader header)
private static int
SGIMetadata. computeSignificantBits(SGIHeader header)
Constructors in com.twelvemonkeys.imageio.plugins.sgi with parameters of type SGIHeader Constructor Description SGIMetadata(javax.imageio.ImageTypeSpecifier type, SGIHeader header)
-