Slide Elements

The presentation library provides a number of elements that can be used to create slides:

Colors

The package presentation.colors defines many DVIPS colors for use in presentations.

Custom Elements

Elements are simply classes that inherit from the presentation.Element class. Elements are simply rectangles on the screen that will be rendered by the presentation system. Implementing a custom element requires implementing the following members:

The system also supports interactive elements. These are able to respond to mouse interactions. Such elements must inherit from the presentation.InteractiveElement class, which has the following members: