Mako 8.1.0 API
Loading...
Searching...
No Matches
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.
 
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.
 
virtual int32 getRefCount () const =0
 Retrieve the current reference count of the actual object pointed to.
 
- Public Member Functions inherited from JawsMako::IHashable
virtual uint64 hash () const
 Obtain a 64-bit hash of the receiving object.
 
virtual void updateHash (uint64 &hash) const =0
 Update the given hash to include the receiver.
 

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.

Member Function Documentation

◆ getInputPageNo()

virtual int32 JawsMako::IIJPDSPageRaster::getInputPageNo ( ) const
pure virtual

Get the page number from the source document where this page raster is derived from.

Returns
int32 The page number in the source document.

◆ getRipNo()

virtual int32 JawsMako::IIJPDSPageRaster::getRipNo ( ) const
pure virtual

Get the rip number from the source document where this page raster is derived from.

Returns
int32 The rip number in the source document.

◆ getUserOutputSignals()

virtual uint16 JawsMako::IIJPDSPageRaster::getUserOutputSignals ( ) const
pure virtual

Get the UserOutputSignal flags for this page.

Returns
uint16 The UserOutputSignal flags for this page.

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