| | Class | Description |
| | Book |
Book is a container class that creates a rich animated and interactive book from its contents, through which the end-user can browse by flipping the pages over (pageflip-effect). |
| | BookError |
Error class specifying exceptions for certain situations that may occur when working with the Book class. |
| | BookEvent |
Event class specifying type property values for Events broadcasted by the Book class. |
| | Gradients |
Draws shadows and highlights for a Page. |
| | Page |
A container class that stores contents of a page in the Book class. |
| | PageManager |
PageManager provides the core functionality for the Book class. |