Uses of Class
com.openinventor.inventor.image.SoRasterImageRW
Packages that use SoRasterImageRW
-
Uses of SoRasterImageRW in com.openinventor.inventor.image
Subclasses of SoRasterImageRW in com.openinventor.inventor.imageModifier and TypeClassDescriptionclass
Class for encoding and decoding a BMP raster image.class
Class for decoding a DDS raster image.class
Class for decoding a GIF raster image.class
Class for encoding and decoding an HDR raster image.class
Class for encoding and decoding a JPEG2000 raster image.class
Class for encoding and decoding a JPEG raster image.class
Class for encoding and decoding an MRC raster image.class
Class for encoding and decoding a PNG raster image.class
Class for encoding and decoding a PostScript raster image.class
Class for encoding and decoding an SGI raster image.class
Class for encoding and decoding a TIFF raster image.Methods in com.openinventor.inventor.image that return SoRasterImageRWModifier and TypeMethodDescriptionstatic SoRasterImageRW
SoRasterReaderSet.getReader
(SoRasterImageIO imageIO) Returns an instance of the reader class if found in the set of raster readers.Methods in com.openinventor.inventor.image with parameters of type SoRasterImageRWModifier and TypeMethodDescriptionstatic void
SoRasterReaderSet.addReader
(SoRasterImageRW reader) Adds a raster reading class to the set of raster readers.