#include <DviFile.h>
Inheritance diagram for DviFileSetRule:
Public Member Functions | |
DviFileSetRule (unsigned char opcode, DviFile *dptr, int h, int w) | |
void | debug () const |
Writes a representation of this event on cerr. | |
Public Attributes | |
const int | h |
The height of the rule to be set at this position. | |
const int | w |
The width of the rule to be set at this position. |
|
|
|
Writes a representation of this event on cerr.
Reimplemented from DviFileEvent.
|
|
The height of the rule to be set at this position. Given in pixels/device units. |
|
The width of the rule to be set at this position. Given in pixels/device units. |