class JB2Dictclass JB2Imageclass GRectclass GBitmapclass ByteStreamclass JB2Blit

Blit data structure.

Public Fields

[more]unsigned short left
Horizontal coordinate of the blit.
[more]unsigned short bottom
Vertical coordinate of the blit.
[more]unsigned int shapeno
Index of the shape to blit.


Documentation

Blit data structure. A JB2Image contains an array of JB2Blit data structures. Each array entry instructs the decoder to render a particular shape at a particular location. Members left and bottom specify the coordinates of the bottom left corner of the shape bitmap. All coordinates are relative to the bottom left corner of the image. Member shapeno is the subscript of the shape to be rendered.
ounsigned short left
Horizontal coordinate of the blit.

ounsigned short bottom
Vertical coordinate of the blit.

ounsigned int shapeno
Index of the shape to blit.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java


DjVu is a trademark of LizardTech, Inc.
All other products mentioned are registered trademarks or trademarks of their respective companies.