Class SoPSImageRW


  • public class SoPSImageRW
    extends SoRasterImageRW
    Class for encoding and decoding a PostScript raster image. This class is used for encoding and decoding a PostScript raster image.

    The writeCapability is WRITE_SCANLINES and isMultipleBufferInverted is false.

    See SoRasterImageRW for more information and code examples.

    See Also:
    SoRasterImageFile, SoRasterImageRW, SbRasterImage
    • Constructor Detail

      • SoPSImageRW

        public SoPSImageRW()
        Constructor.
    • Method Detail

      • setPrintSize

        public void setPrintSize​(SbVec2f printSize)
        Sets the print size for output. The size is given in inches.
      • getPrintSize

        public SbVec2f getPrintSize()
        Returns the print size given, specified in inches.