Mako 7.3.0 API
JawsMako::IIJPDSPageRaster Class Referenceabstract

An instance of the JawsMako IJPDS page raster that contains the source input page number and rip number. More...

#include <ijpdsinput.h>

Inheritance diagram for JawsMako::IIJPDSPageRaster:

Public Member Functions

virtual int32 getInputPageNo () const =0
 Get the page number from the source document where this page raster is derived from.
 
virtual int32 getRipNo () const =0
 Get the rip number from the source document where this page raster is derived from.
 
virtual uint16 getUserOutputSignals () const =0
 Get the UserOutputSignal flags for this page.
 
- Public Member Functions inherited from JawsMako::IPageRaster
virtual uint32 getWidth () const =0
 Get the width of the raster image.
 
virtual uint32 getHeight () const =0
 Get the height of the raster image.
 
virtual uint32 getResX () const =0
 Get the resolution of the raster image along the X-axis.
 
virtual uint32 getResY () const =0
 Get the resolution of the raster image along the Y-axis.
 
virtual uint32 getBPC () const =0
 Get the number of bits per component.
 
virtual uint32 getNumComponents () const =0
 Get the number of component per pixel.
 
virtual uint32 getRawBytesPerRow () const =0
 Get the number of bytes per row.
 
virtual bool isBlank () const =0
 Return true if the page is unmarked.
 
virtual uint8 * getFrameBuffer () const =0
 Get the address the raw frame buffer.
 
virtual IDOMImagePtr getAsDOMImage () const =0
 Return an IDOMImage equivalent of the raster image. More...
 
virtual void releaseFrameBuffer ()=0
 Release the frame buffer for this raster.
 
- Public Member Functions inherited from IRCObject
virtual void addRef () const =0
 Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
 
virtual bool decRef () const =0
 Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to. More...
 
virtual int32 getRefCount () const =0
 Retrieve the current reference count of the actual object pointed to. More...
 
- Public Member Functions inherited from JawsMako::IHashable
virtual uint64 hash () const
 Obtain a 64-bit hash of the receiving object. More...
 
virtual void updateHash (uint64 &hash) const =0
 Update the given hash to include the receiver. More...
 

Additional Inherited Members

- Protected Member Functions inherited from IRCObject
virtual ~IRCObject ()
 Virtual destructor.
 

Detailed Description

An instance of the JawsMako IJPDS page raster that contains the source input page number and rip number.


The documentation for this class was generated from the following file: