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 SGIHeaderSGIImageReader. headerMethods in com.twelvemonkeys.imageio.plugins.sgi that return SGIHeader Modifier and Type Method Description static SGIHeaderSGIHeader. 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.StringSGIMetadata. compressionName(SGIHeader header)private static intSGIMetadata. computeSignificantBits(SGIHeader header)Constructors in com.twelvemonkeys.imageio.plugins.sgi with parameters of type SGIHeader Constructor Description SGIMetadata(javax.imageio.ImageTypeSpecifier type, SGIHeader header)
-